Hi,
I'm working on an ecommerce system for a university project and would like to resize the images of products before they are saved on the site. I got the upload process working fine, thanks to the wonderful Upload class in FuelPHP.
I saw there is an Image class that has a function resize, which should do the job.
Is it possible to use the 2 classes together to make a small preview image + a bigger one for when users click on the preview?
If so where in the upload process would I have to start resizing the original image?
Great job by the FuelPHP team, this framework is awesome!!!