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

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.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Possible bug IM 6.9.10.53 fx expression Q16 Mac OSX

Post 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
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug IM 6.9.10.53 fx expression Q16 Mac OSX

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post by fmw42 »

Seems to be fixed in IM 6.9.10.55. Thanks
Post Reply