Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Omer Bar-or
RE: Color Conversions [ reply ]  
2010-05-03 04:05
Hi, Kenneth -

It looks like there was a bug in RMagick due to a recent change in how ImageMagick does colorspaces (see [1]), and that might be causing your problem.

I've committed a fix, but it hasn't been released yet. If you can, please try getting the latest RMagick source (either here or at github [2]), and see if it solves your problem.

Let me know your success.

Thanks,
- Omer.

[1] http://github.com/rmagick/rmagick/issues/closed/#issue/4

[2] http://github.com/rmagick/rmagick

By: Kenneth Ramey
Color Conversions [ reply ]  
2010-04-27 23:36
I have a PDF file that is a color-coded map. When I process it with RMagick and change to a JPG, the colors are changed. I have tried several ColorSpaces without success. The colors must be maintained because they are used to indicate special areas and conditions on the map.

Does anyone have any ideas how to maintain color integrity between the two files?

Thanks.