1.2releasedresizeupload

Resizes uploaded images via imagemagick before saving

Clone URLhttps://github.com/iwyg/resizeupload.git

Add as a submodulegit submodule add https://github.com/iwyg/resizeupload.git extensions/resizeupload --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.0NoNoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Resize Uploaded Image Files

Description

This might save you some headache if you experience your client uploading ridiculously large images thus running out of memory on the shared Hosting Server when using JIT Image Manipulation.

It will convert the uploaded image when creating a new entry or saving an existing one if the file exceeds a given maximum width and/or height using ImageMagick.

Usage

Install the extension, then go to System->Preferences and specify the path to ImageMagick and the maximum file width and file height.

Changelog

  • 2011-06-18: initial release
  • 2011-06-20: entries_data table now gets updated with the corrected file meta data
  • 2011-07-11: added support for uniqueupload field

Version history

Requires Symphony 2.2.5

  • added support for uniqueupload field

Requires Symphony 2.2.5

  • entries_data table now gets updated with the corrected file meta data

Requires Symphony 2.2

  • initial release