Re: RGB colorspace question
Michael Orlitzky <[email protected]> Fri, 05 Jan 2024 19:49:49 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2024-01-05 at 18:14 -0600, Bob Friesenhahn wrote: > The most likely cause of the difference is if the PNG has an embedded ICC > CMS profile, or is marked to be in an unusual colorspace. Perhaps > ImageMagick is applying a colorspace transformation. > > Try doing > > convert infile -strip -colorspace rgb foo.txt > This produced the same output (as it did without -strip) in both graphics and imagemagick.