Which color profile for greyscale JPEG?
Posted: 2016-04-01T05:17:09-07:00
Hi,
I have a question in reference to this old thread:
https://www.imagemagick.org/discourse-s ... hp?t=16699
Basically I have the same issue as discussed in the first three posts in the thread. I downsize an image using ImageMagick and retain the embedded color profile. For black&white images, ImageMagick changes the JPEG type to greyscale, when then opening the downsized file, Photoshop complains about an invalid profile, because it does not like the RGB color profile embedded in an greyscale JPEG. In the thread, the problem is solved by forcing ImageMagick to stick with a color JPEG (-type TrueColor).
However, I do not want to enforce the color JPEG, because going for greyscale actually saves a few kilobytes. So what would be the correct solution if I want to do that? Would I need to embed a different color profile? Where would I get that profile from?
Thanks!
Cheers, Robert
I have a question in reference to this old thread:
https://www.imagemagick.org/discourse-s ... hp?t=16699
Basically I have the same issue as discussed in the first three posts in the thread. I downsize an image using ImageMagick and retain the embedded color profile. For black&white images, ImageMagick changes the JPEG type to greyscale, when then opening the downsized file, Photoshop complains about an invalid profile, because it does not like the RGB color profile embedded in an greyscale JPEG. In the thread, the problem is solved by forcing ImageMagick to stick with a color JPEG (-type TrueColor).
However, I do not want to enforce the color JPEG, because going for greyscale actually saves a few kilobytes. So what would be the correct solution if I want to do that? Would I need to embed a different color profile? Where would I get that profile from?
Thanks!
Cheers, Robert