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?
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?