imagecreatetruecolor() helps a lot! thanks very much!!




On Feb 17, 2004, at 4:48 PM, craig wrote:



Greetings, all.  I'm trying to upload and crop an image.  I'm
not able
to do it without the quality of the image suffering.  I've
fiddled with
the quality parameter in the imagejpeg function but it seems
to have no
effect.  I've tried varying values and leaving the parameter out
altogether.

Any pearls of wisdom out there?


if you are using imagecreate(), switch to imagecreatetruecolor().
I got a big improvement from that.

don't think it's a pearl, but I hope it helps,
Craig


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to