possible bug -preview IM 7

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 -preview IM 7

Post by fmw42 »

IM 6.9.8.10 Q16 (works fine)

Code: Select all

convert logo: -preview oilpaint PREVIEW:tmp.png

IM 7.0.6.1 Q16 (fails)

Code: Select all

magick logo: -preview oilpaint PREVIEW:tmp.png
magick: unrecognized option `-preview' at CLI arg 2 @ error/operation.c/CLISettingOptionInfo/1235.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -preview IM 7

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.
Post Reply