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
This might help : array img_resize(string 'path to source image', string 'path to destination image', string mode, int size); modes: "h" - Height "w" - Width "a" - auto (resizes by the largest dimension) http://examples.weberdev.com/get_example.php3?count=157 Sincerely berber Visit http://