Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2016-05-26T08:58:29-07:00
V7 FX misinterprets the "%" modulus operator.
v6.9.2-5:
Code: Select all
%IM%convert -size 1x1000 gradient: -fx "int(u*500)%50==0?1:u" x2.png
v7.0.1-4:
Code: Select all
%IMG7%magick -size 1x1000 gradient: -fx "int(u*500)%50==0?1:u" x2.png
magick: unknown image property "%5" @ warning/property.c/InterpretImageProperties/3476.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2016-05-26T09:51:22-07:00
I can confirm this on IM 6.9.4.4 and IM 7.0.1.6 Mac OSX