I've noticed that the pdf catalog generator mod produces some distorted images. For example with some images it seems to stretch them out to their max vertically while squishing them horizontally. I've tried changing around the following:

Code:
//Width max in mm 			 
define('MAX_IMAGE_WIDTH',100);
	
//Height max in mm   							
define('MAX_IMAGE_HEIGHT',100);
But it doesn't seem to help. I'm guessing that the program ignores actual image sizes and forces the images to conform to the image dimensions in the program. Has anyone found a way to work around this?