Open glebovsky opened 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.
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.
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.