Page 1 of 1

Possible bug IM 6.9.10.53 fx expression %[fx:e]

Posted: 2019-07-15T15:50:27-07:00
by fmw42
This fails in IM 6.9.10.53 Q16 Mac OSX Sierra

Code: Select all

convert xc: -format "%[fx:e]" info:
convert: unable to parse expression `e' @ error/fx.c/FxGetSymbol/1886.

But works fine in IM 7.0.8.53

Code: Select all

magick xc: -format "%[fx:e]" info:
2.71828

Re: Possible bug IM 6.9.10.53 fx expression Q16 Mac OSX

Posted: 2019-07-15T18:15:14-07:00
by snibgo
They work fine in v6.9.9-50 and v7.0.7-28:

Code: Select all

f:\web\im>%IM%convert xc: -format %[fx:e] info:
2.71828
f:\web\im>%IMG7%magick xc: -format %[fx:e] info:
2.71828

Re: Possible bug IM 6.9.10.53 fx expression Q16 Mac OSX

Posted: 2019-07-15T19:07:24-07:00
by fmw42
It first started to fail at 6.9.10.52 (and now 6.9.10.53). It worked fine for me on 6.9.10.50 and 6.9.10.51

Re: Possible bug IM 6.9.10.53 fx expression %[fx:e]

Posted: 2019-07-16T04:21:00-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.

Re: Possible bug IM 6.9.10.53 fx expression %[fx:e]

Posted: 2019-07-20T17:55:53-07:00
by fmw42
Seems to be fixed in IM 6.9.10.55. Thanks