update the "fail image" color processing
This commit is contained in:
parent
2f0894985d
commit
3a4532625e
@ -34,7 +34,7 @@ do
|
|||||||
err=$?
|
err=$?
|
||||||
if [ $err != 0 ] ; then
|
if [ $err != 0 ] ; then
|
||||||
echo "$SEQNAME fail $frame" >> WS/log
|
echo "$SEQNAME fail $frame" >> WS/log
|
||||||
mogrify -colorspace gray -blur 5x5 $img
|
mogrify -colorspace gray -blur 5x5 -colors 16 $img
|
||||||
visual_sleep "render fail" 12
|
visual_sleep "render fail" 12
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user