Not tested, but this doesn't look right
Posted: 2007-07-31T16:49:17-07:00
I was looking at code and discovered this in SetImageProperty() in magick/property.c at line 2980
Since "tile-offset" starts with a "t", shouldn't that be "case 'T': case 't':"?
Not tested, but this doesn't look right.
Version: ImageMagick 6.3.5 07/29/07 Q16
built from ImageMagick-6.3.5-4.tar.gz dated Jul 28 17:48
Code: Select all
case 'O':
case 'o':
{
if (LocaleCompare(property,"tile-offset") == 0)
Not tested, but this doesn't look right.
Version: ImageMagick 6.3.5 07/29/07 Q16
built from ImageMagick-6.3.5-4.tar.gz dated Jul 28 17:48