intelliants / subrion

Subrion CMS - open source php content management system.
https://subrion.org/
GNU General Public License v3.0
283 stars 119 forks source link

Image preprocessing #153

Open glebovsky opened 8 years ago

glebovsky commented 8 years ago

We have an issue with large images (5000> pixels). Image Workshop library is unable to handle this kind of size (memory limit). We need to preprocess image (resize) before passing it to Image Workshop.

4unkur commented 8 years ago

It depends on the memory_limit of PHP. In general, if PHP memory limit is set to 128MB, then max resolution of image must be 2500.