XF 2.2 No thumbnails for very large images

mazdas247

Member
I've seen all the previous posts about this, so let me get to the point:

$config['maxImageResizePixelCount'] = '144000000'

Maximum attachment image dimensions: 12000 x 12000

Maximum attachment size: 32MB

I upload a 20MB jpeg that is 12000 x 9000. I see the attachment, but no thumbnail.

Tried with both PHP built-in GD image library and Imagemagick PECL extension. No difference. No thumbnail.

Unable to attach the image here, seeing "The uploaded file is too large".
 
Last edited:
Top Bottom