Hey Guys,
I'm a PHP programmer and i'm working on a project which will involve alot of image resizing and sampling. Thankfully, with PHP4/gd2 i can use imagecopyresampled() and imagejpeg().
My only problem is the fact that it seems that imageJPEG() exports it in 300dpi rather then just 72dpi (since we cant see more details on monitor screens). I've been doing tests, and bring down the resolution of images (to 72 dpi in photo editor) which are created using PHP, decreases the size of the image dramatically while keeping the quality (on the computer screen) EXCATLY the same.
Is there a way to do that using PHP/GD ?
HELP!
Bedig