[eluser]Wonder Woman[/eluser]
Hi,
I am using the image manipulation class and it all works great, however if the image is smaller than what I specify then the image is stretched to meet what I have put, is there anyway to stop this? Thanks in advance.
Code:
$config['width'] = 450;
$config['height'] = 450;
$config['master_dim'] = 'auto';