Page 1 of 1

Possible bug -list format IM 7.0.6.1 Q16 Mac OS X

Posted: 2017-07-12T15:50:23-07:00
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.

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

Posted: 2017-07-13T03:15:14-07:00
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.