color change problem in PDF (test code inside)

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?".
Post Reply
Ravinderjit S.Sidhu

color change problem in PDF (test code inside)

Post by Ravinderjit S.Sidhu »

Code: Select all

convert  -resample 72x72  -depth 8  -geometry 200x300! xc:#e9f0c4 ^
   out.pdf
I am using color #e9f0c4 in the above example.
But its showing color #E4ECC4 in resultant PDF file.

(But this problem i am not facing while using BMP rather than PDF.)

Please suggest how I can get the same color in PDF.
Ravinderjit S.Sidhu

Re: color change problem in PDF (test code inside)

Post by Ravinderjit S.Sidhu »

Hi,
Good news....
This problem has been solved in latest version i tried
Version : ImageMagick\6.3.7
Post Reply