I'm having an issue using the UploadHandler.php. It does not resize images larger than 1.1M. No errors are coming up. Everything else is working fine.
Server memory_limit = 120M
Post Max Size = 40M
Upload Max Filesize = 40M
Tried 'convert_params' => '-limit memory 120MiB -limit map 120MiB',
Thanks