Possible bug -list format IM 7.0.6.1 Q16 Mac OS X

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 -list format IM 7.0.6.1 Q16 Mac OS X

Post by fmw42 »

In IM 6,

Code: Select all

convert -list format
shows PREVIEW:

But in IM 7,

Code: Select all

magick -list format
does not show PREVIEW, thought it shows other pseudo-image formats such as PLASMA.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Possible bug -list format IM 7.0.6.1 Q16 Mac OS X

Post by magick »

There is no PREVIEW format in IMv7. Instead you have a -preview option to create a preview image and you subsequently save it in any format you want:

Code: Select all

magick logo: -preview oilpaint tmp.png
However, that requires a patch available in IMv7 Beta by sometime tomorrow.
Post Reply