Quote:
Originally Posted by tickler
I use basically the same code. Only difference is that I use imageCopy() instead of inmageCopyResampled().
|
Doesn't imageCopyResampled() give better results when resizing an image?
Just noticed this:
Quote:
Originally Posted by Subway
imageJPEG($sml_image, $sml_dest, 90);
|
Why use 90% on thumbnails when web/JPEG default is 75?
In response to your earlier reply:
chown(new_image, username);