Page 1 of 1

Auto-resizing images by Uploads module

Posted: Tue Mar 22, 2011 5:34 am
by cnisvcs
I use Uploads module to have the image file uploaded by the site visitor, then approved by changing the file's category and displayed on the site. That part works beautifully.

The only problem is with the dimensions of uploaded images. We anticipate that end-users will be uploading raw images, straight from the camera, hence it would be great if the images were automatically scaled down to preset dimensions, e.g. 1024x768 (just like it is in the Gallery module).

Uploads module depends on Calguys Module Extensions, which shows image resizing options on the Graphic Setting tab. These settings, however, seem to be ignored. I can't see any settings or parameters that would imply image resizing within the Uploads module itself. Hence my question: is it possible to configure the current version of Uploads to do the image resizing, or possibly integrate it with another module to accomplish that task? Could it be considered a feature request?

Re: Auto-resizing images by Uploads module

Posted: Tue Mar 22, 2011 8:45 am
by uniqu3
You could take a look at SuperSizer plugin.
http://dev.cmsmadesimple.org/projects/supersizer

Re: Auto-resizing images by Uploads module

Posted: Mon Apr 16, 2012 8:03 pm
by bojtia
Hello! I have the same problem. FrontEnd Users upload pictures in different Uploads categories, and I would like to scale them down automatically to 800px*600px.
I have found this supersizer plugin before, but how can I use it with Uploads?
I call the module in this way:

Code: Select all

{cms_module module='Uploads' category=$fotoalbum mode='upload'}
Or is it possible to do this auto-resizing in an easier way, for example with a UDT somehow?