update the "fail image" color processing

This commit is contained in:
Tonton Th 2025-12-18 11:16:27 +01:00
parent 2f0894985d
commit 3a4532625e

View File

@ -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