Thank you for the reply, kh99. I'm using version 4.1.8. The dimensions in the config.php shouldn't be resizing images randomly that are much smaller than what is stated in the file, should they? For instance, the dimensions say:
Code:
$config['Misc']['maxwidth'] = 2592;
$config['Misc']['maxheight'] = 1944;
Why would an image that is 800px wide be re-sized to 518px wide in one upload or maybe 750px in another upload?