How to change the DPI of a photo?

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
sranger

How to change the DPI of a photo?

Post by sranger »

I have tried setImageResoulution() , resampleImage(), sampleImage(), setResolution(),setImagePage(); setImageSize();
None of them can change the dpi but the size of photo.

could anybody please help ,thanks.

I have found that there is a function called imagick_setdpi for perl but i cannot found any similar that for php... :(
Post Reply