thanks Jason,

This worked much better!

Eddie

-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 5:23 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] picture help


On Thursday 19 June 2003 05:05, Edward Peloke wrote:
> thanks, I tried and it doesn't help.  For some reason some of the pictures
> I upload look fine and some look bad no matter if I use imagecopyresampled
> or resized

> >     $newimg=imagecreate($nw,$nh);

Use imagecreatetruecolor() instead.

--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Kime's Law for the Reward of Meekness:
        Turning the other cheek merely ensures two bruised cheeks.
*/


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


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

Reply via email to