color change problem in PDF (test code inside)
Posted: 2007-10-28T23:47:27-07:00
Code: Select all
convert -resample 72x72 -depth 8 -geometry 200x300! xc:#e9f0c4 ^
out.pdf
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.