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?".
I'm trying to convert a PNG to PDF. The generated PDF's colors look bad (saturated?) -- really dark. I've messed with various quality/color/saturation settings, but to no effect. I don't really know what I'm doing (wrong), but this behavior looks wrong.
Thanks. That does not affect the dark color though. I'm addressing my density misunderstanding in another thread (viewtopic.php?f=1&t=15622&p=55493), but I believe this color issue is unrelated to density.
1. pull JPG image into GIMP as a layer (layer is smaller than canvas)
2. "save as" foo.png
3. convert foo.png foo.pdf
4. look at dark ugly image
The problem only occurs if my GIMP canvas size does not match the original JPG's layer size. If the layer size matches, the convert goes well.
I can work around this problem by having GIMP do a "Layer to Image Size" for the JPG layer. So I suppose the advice I'll heed is to make sure image layers are always matched to image size.
I don't know if this is a GIMP or ImageMagick problem, but I'm not too worried about it at this point, as I have some workarounds/best practices to address it.