Page 1 of 1
Getting and setting image resolution
Posted: Sat Jun 25, 2005 5:42 pm
by BobSlayer
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.
Posted: Sat Jun 25, 2005 6:14 pm
by neophyte
Posted: Sat Jun 25, 2005 6:32 pm
by BobSlayer
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.