Getting and setting image resolution
Moderator: General Moderators
Getting and setting image resolution
Does anyone know how to get and set the resolution of an image using php? For example I need to be able to convert a 72dpi image to 300dpi, while keeping the absolute pixel size of the image the same. Thankyou.
I am not sure that PHPThumb allows the resolution to be changed. Just to be clear as to what I mean, what I am after is a way not to change the image size but the resolution at which the image will be printed out. The pixel size can remain the same I just need to check the printing resolution at which the photos are uploaded to make sure that they will print at 300dpi not 72dpi.