How to
- convert from RGB to CMYK
- soften/reduce color weight (avoid melt in printing press)
in ruby? It's for a rails app. Links are ok, code examples are awsome.
|
How to
in ruby? It's for a rails app. Links are ok, code examples are awsome. |
|||||||||||||
|
|
I would say, use RMagick: http://rmagick.rubyforge.org/ Make sure to use version 2 and on, though, since it works with Ruby 1.9, too. Version 1 only works with 1.8. As for an example however, I am not insanely experienced with ImageMagick. You can start here though: |
|||
|