Answer the question
In order to leave comments, you need to log in
How to resolve ImagickException: WidthOrHeightExceedsLimit?
Set the following limits:
Imagick::setResourceLimit(Imagick::RESOURCETYPE_AREA, 210000 * 210000);
Imagick::setResourceLimit(Imagick::RESOURCETYPE_DISK, 210000 * 21000);
Imagick::setResourceLimit(Imagick::RESOURCETYPE_MEMORY, 2000000000);
Imagick::setResourceLimit(Imagick::RESOURCETYPE_MAP, 2000000000);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question