Adding a minimum tint of CMY
Posted: 2012-10-05T03:16:25-07:00
Hi everybody,
i have the following task to solve and am looking for the best possible way.
I have an RGB image that i need to convert to CMYK. I am doing this using: convert rgb.tif -colorspace CMYK cmyk.tif (maybe also use some profiles)
What i need to make sure though is that when converting the image that i need for print always has a minimum tint of 3% in the C,M, and Y Channel. This is needed for a good print result.
my first thought was extracting all single channels, editing (darken) them somehow and combine them to an image again. I am not sure though if this is really a efficient and good way to do it.
Any recommendations?
Thanks for the help and all the best!
Sebastian
i have the following task to solve and am looking for the best possible way.
I have an RGB image that i need to convert to CMYK. I am doing this using: convert rgb.tif -colorspace CMYK cmyk.tif (maybe also use some profiles)
What i need to make sure though is that when converting the image that i need for print always has a minimum tint of 3% in the C,M, and Y Channel. This is needed for a good print result.
my first thought was extracting all single channels, editing (darken) them somehow and combine them to an image again. I am not sure though if this is really a efficient and good way to do it.
Any recommendations?
Thanks for the help and all the best!
Sebastian