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 » 2017-07-12T15:50:23-07:00
In IM 6,
shows PREVIEW:
But in IM 7,
does not show PREVIEW, thought it shows other pseudo-image formats such as PLASMA.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2017-07-13T03:15:14-07:00
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.