Possible Bug in IM 6.4.0-9
Posted: 2008-04-22T17:54:18-07:00
Hello,
Many of my scripts are now failing in IM 6.4.0-9 Q16-hdri due to a change, I think, in -regards-warnings.
If I do:
if convert -quiet -regard-warnings rose: +repage rose.png
then
echo "OK"
else
echo "BAD"
fi
It returns BAD
If I do:
if convert -quiet rose: +repage rose.png
then
echo "OK"
else
echo "BAD"
fi
It returns OK.
The use of -regards-warnings has not caused this problem in past releases. Should this be working to produce OK if -regards-warnings is in the convert line? Perhaps my use of both -quiet and -regard-warnings does not make any sense?
Thanks.
Fred
Many of my scripts are now failing in IM 6.4.0-9 Q16-hdri due to a change, I think, in -regards-warnings.
If I do:
if convert -quiet -regard-warnings rose: +repage rose.png
then
echo "OK"
else
echo "BAD"
fi
It returns BAD
If I do:
if convert -quiet rose: +repage rose.png
then
echo "OK"
else
echo "BAD"
fi
It returns OK.
The use of -regards-warnings has not caused this problem in past releases. Should this be working to produce OK if -regards-warnings is in the convert line? Perhaps my use of both -quiet and -regard-warnings does not make any sense?
Thanks.
Fred