DPI changing issue

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
reheeshnewagesmb
Posts: 1
Joined: 2012-01-12T02:58:12-07:00
Authentication code: 8675308

DPI changing issue

Post by reheeshnewagesmb »

We are using imagick php library to add text to one image. Our source image dpi is 300 and after editing with imagick annotatetext, output is changed to 96 dpi.

What could be the issue here?
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: DPI changing issue

Post by el_supremo »

What is the format of the input image and how do you know it is 300dpi?

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.
Post Reply