how can I add a transparency gradient in a grayscale to an image?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how can I add a transparency gradient in a grayscale to an image?

Post by fmw42 »

Yes, you are right there are differences

In general, IM does not do well processing in CMYK. I do not recommend processing in CMYK. You should convert to sRGB, process and then convert back to CMYK.
Post Reply