forked from tTh/FloatImg
img path is now 5 digits
This commit is contained in:
parent
03763a4dfb
commit
c8faa77904
|
@ -26,9 +26,9 @@ for idx in $(seq 0 $NBRE)
|
|||
do
|
||||
# build the two input filenames ...
|
||||
#
|
||||
imgA=$(printf "$SRCDIR/%04d.fimg" $idx)
|
||||
imgA=$(printf "$SRCDIR/%05d.fimg" $idx)
|
||||
vb=$(( $(( idx + OFFS )) % NBRE))
|
||||
imgB=$(printf "$SRCDIR/%04d.fimg" $vb)
|
||||
imgB=$(printf "$SRCDIR/%05d.fimg" $vb)
|
||||
|
||||
# ... and the output filename
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue