Re: convert taking a grayscale image and turning it into RGB
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> The pnm is RGB! PNM supports monochrome, grayscale, and RGB but not colormapped. To force a colormapped image use -type Palette: convert mottle.pnm -type Palette ...