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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-07-15T15:50:27-07:00
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
Post
by snibgo » 2019-07-15T18:15:14-07:00
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
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-07-15T19:07:24-07:00
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
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-07-20T17:55:53-07:00
Seems to be fixed in IM 6.9.10.55. Thanks