subrion icon indicating copy to clipboard operation
subrion copied to clipboard

Image preprocessing

Open glebovsky opened this issue 8 years ago • 1 comments

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.

glebovsky avatar Apr 06 '16 10:04 glebovsky

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.

4unkur avatar May 20 '16 08:05 4unkur