RE: [PHP] picture help

2003-06-19 Thread Edward Peloke
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 does

Re: [PHP] picture help

2003-06-18 Thread Jason Wong
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. --

RE: [PHP] picture help

2003-06-18 Thread Edward Peloke
eloke Cc: [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] picture help On Wed, 2003-06-18 at 13:39, Edward Peloke wrote: > Hello all, I have this code that takes an image sent from a form and resizes > it for a thumbnail and for display, the problem is the pictures look nice > until this doe

Re: [PHP] picture help

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 13:39, Edward Peloke wrote: > Hello all, I have this code that takes an image sent from a form and resizes > it for a thumbnail and for display, the problem is the pictures look nice > until this does the resizing, then the quality is horrible...can I fix it? > > Thanks, > Ed

Re: [PHP] picture help

2003-06-18 Thread Jason Wong
On Thursday 19 June 2003 04:39, Edward Peloke wrote: > Hello all, I have this code that takes an image sent from a form and > resizes it for a thumbnail and for display, the problem is the pictures > look nice until this does the resizing, then the quality is horrible...can > I fix it? > image

RE: [PHP] picture help

2003-06-18 Thread Boaz Yahav
mple.php3?count=157 Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:39 PM To: [EMAIL PROTECTED] Php. Net Subject: [PHP] picture help He

[PHP] picture help

2003-06-18 Thread Edward Peloke
Hello all, I have this code that takes an image sent from a form and resizes it for a thumbnail and for display, the problem is the pictures look nice until this does the resizing, then the quality is horrible...can I fix it? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To