feedback on new channels string format IM 6.4.1-9

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

feedback on new channels string format IM 6.4.1-9

Post by fmw42 »

I have tested (IM 6.4.1-9 Q16 Mac OSX Tiger)

convert <image> -format "%[channels]\n" info:

on several images. RGB, RGBA, CMYK, CMYKA report fine, but a grayscale image still reports as RGB.

This is not urgent as I can combine

convert <image> -format "%[channels]\n" info:

To distinguish gray from rgb, but at some point in the future it might be nice to have "%[channels]\n" report gray and graya directly.

Thanks for implementing this.

Fred
Post Reply