small changes
This commit is contained in:
@@ -80,7 +80,7 @@ local NBRE=300
|
||||
local SRC="frames/hexacone/00199.png"
|
||||
local GRAY="/dev/shm/tmp-titre.png"
|
||||
|
||||
convert -colorspace gray -colors 23 $SRC $GRAY
|
||||
convert -colorspace gray -colors 90 $SRC $GRAY
|
||||
|
||||
for foo in $(seq 0 $NBRE)
|
||||
do
|
||||
@@ -107,9 +107,9 @@ local NBRE=180
|
||||
datetime=$(LANG=fr date -u +"%Y/%m/%d %H:%M")
|
||||
echo " $datetime" | tee -a WS/log
|
||||
|
||||
local SRC="frames/escadrille/00449.png"
|
||||
local GRAY="/dev/shm/tmp-titre.png"
|
||||
convert -colorspace gray -colors 60 $SRC $GRAY
|
||||
local SRC="frames/patrouille/00165.png"
|
||||
local GRAY="/dev/shm/tmp-fin.png"
|
||||
convert -colorspace gray -colors 90 $SRC $GRAY
|
||||
|
||||
for foo in $(seq 0 $NBRE)
|
||||
do
|
||||
@@ -130,6 +130,7 @@ do
|
||||
${TMP}
|
||||
# identify ${TMP}
|
||||
copy_a_file ${TMP}
|
||||
|
||||
printf "."
|
||||
done
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user