syamilmj / Aqua-Resizer

Resize WordPress images on the fly
501 stars 204 forks source link

File size for image uploaded same dimension is larger than original #99

Open timkirtley opened 7 years ago

timkirtley commented 7 years ago

I'm outputting an image using the following:

aq_resize($main_src, 2200, 1287, true, true, false);

I've uploaded an image that is those dimensions - 2200x1287, but it looks like the script is still resizing it (it returns a file name ending with '-2200x1287.jpg', although I'm not sure if thats expected behaviour or not) - and more interestingly the original I'm uploading is 943kb and the 'resized' file 1mb.

Its not the end of the world, I just wondered whether anyone else had experienced this?