sconsult / croppic

croppic
914 stars 228 forks source link

Issue with cropping images with large dimensions and large size #195

Open kaushikreadyideas opened 8 years ago

kaushikreadyideas commented 8 years ago

I tried to crop an image that was of 1.39mb, but dimension was 3072px X 2304px. Could not crop the image. It shows loading icon animation after we press "crop" button. I also tried to do same with other images, got same result. This happens when dimensions are larger, and when file size is larger. Here is attached image which i was trying to crop.

wp_000012

I tried doing same on your website too, got same error : error

Not sure what is the issue, dimension or file size ?!?

cwbeta commented 8 years ago

This situation often occurs when the server doesn't have enough memory to process big images. If you use PHP, please edit the php.ini and set momeory_limit to a larger value.