Draw using CMYK
Posted: 2014-04-25T17:03:55-07:00
Hey community, not sure if this is the right place to post this. I'm basically new to imagemagick and image processing in general.
Here is my problem, I'm using imagemagick through a RUBY gem RMAGICK. I need to create bar code image from scratch using CMYK colorspace ( because I need it for printing )
I was able to create the image and set the color space to CMYK, even including the color profile file to it.
But when it comes to create the bars using draw and fill with "cmyk(0,0,0,0)", the colors are all wrong. I made some research and found that draw will only support sRGB for this purposes: http://www.multipole.org/discourse-serv ... 54&p=36074
So my question is, is there any other way to "draw" using CMYK? Or probably a workaround to create the bars with CMYK colorspace?
Here is a bit more of information on my problem:
http://stackoverflow.com/questions/2330 ... using-cmyk
Thanks in advance for any piece of help you could provide.
Here is my problem, I'm using imagemagick through a RUBY gem RMAGICK. I need to create bar code image from scratch using CMYK colorspace ( because I need it for printing )
I was able to create the image and set the color space to CMYK, even including the color profile file to it.
But when it comes to create the bars using draw and fill with "cmyk(0,0,0,0)", the colors are all wrong. I made some research and found that draw will only support sRGB for this purposes: http://www.multipole.org/discourse-serv ... 54&p=36074
So my question is, is there any other way to "draw" using CMYK? Or probably a workaround to create the bars with CMYK colorspace?
Here is a bit more of information on my problem:
http://stackoverflow.com/questions/2330 ... using-cmyk
Thanks in advance for any piece of help you could provide.