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 am not sure if I'm doing something wrong or if ImageMagick is borked, but regardless of how I use the -density command, it doesn't seem to work properly.
but note that the PNG specification only allows for pixels per centimetre and IM will convert 290.286 ppi to 114.28 ppcm.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Alright, thanks. I was looking through the documentation - not really reading too much - and there was no -units thing that I had seen, so I just figured that it was just ppi. I'd actually prefer to use ppcm - so rather than -units pixelsperinch it'd be -units pixelspercentimeter ?
so rather than -units pixelsperinch it'd be -units pixelspercentimeter ?
Yes.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.