We are uploading images (GIF animated images 2 MB) via CKfinder. Its actual size is 1.9 MB. After uploading to the server, it converts to 400 KB. Here is the confing of CKfinder.
'name' => 'Images',
'directory' => 'images',
'maxSize' => "8M",
'allowedExtensions' => 'bmp,gif,jpeg,jpg,png',
'deniedExtensions' => '',
'backend' => 'default',
'maxWidth' => 2000,
'maxHeight' => 1600,
'quality' => 100
We are uploding images to S3. After uploading to S3 its loosing animation of GIF.