[PHP] Change image file size dynamically

2003-06-23 Thread Hardik Doshi
Hi Group, Is there any way to change the image size (Not height and width. I am talking about image file size) dynamically? Our users upload the big files and we want to find a way so once user upload such file, system will automatically generate the small file and store both versions on the

Re: [PHP] Change image file size dynamically

2003-06-23 Thread Chris Sherwood
check out this link it should have the answers your looking for http://ca3.php.net/manual/en/function.imagecreatefromjpeg.php - Original Message - From: Hardik Doshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 2:14 PM Subject: [PHP] Change image file size

RE: [PHP] Change image file size dynamically

2003-06-23 Thread Sævar Öfjörð
Of course you have to have GD library installed. -Original Message- From: Chris Sherwood [mailto:[EMAIL PROTECTED] Sent: 23. júní 2003 21:34 To: Hardik Doshi; [EMAIL PROTECTED] Subject: Re: [PHP] Change image file size dynamically check out this link it should have the answers your