Hi,
We have a complex task to do.
Here are the variables:
$item_code ' Item code for product
$mfr_code ' Manufacturer code
We would like to upload our product images in a form, resize them to the appropriate sizes, and have an image in JPEG and GIF. 1 size & image for JPEG, and the same for GIF - so 2 images per item.
Example:
$item_code.jpg ' 250x250
$item_code.gif ' 100x100
The major task here to resize and convert the images.
Uploading the images as a result of the resizing and converting is easy.
They will be stored as:
prodimages/$mfr_code/$item
_code.jpg
prodimages/$mfr_code/$item
_code.gif
Please post any insight.
Start Free Trial