
June 9th, 2003, 11:15 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Location: Sarnia, Ontario
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Resizing JPEG's With PHP and GD
I'm trying a modification on the "Resizing JPEG's With PHP and GD" tutorial by Ben Rowe.
What I've done is modified it so that all images that are submitted are resized to a standard size regardless of dimentions (unless they are smaller then the max dimention size) and then I make a thumbnail. Now what I want to do is allow for more then one file to be uploaded.
I thought that a simple 'for' loop would solve my problem but no dice. Firstly it processes the first image but the first resize turns out blurry and the thumbnail is fine but second doesn't seem to be getting processed at all
The code is attached in a text file.
You can try the script here:
URL
Last edited by Unquick : June 9th, 2003 at 04:03 PM.
|