I am using ImageMagick via Symfony to resize images in PHP.
The sfThumbnailer class uses 'scale' and 'inflate' parameters to interface with ImageMagick. What do they do and how will they affect my results?
I realise this is a RTFM question, but I already have, and the documentation is not clear.
Symfony Thumbnail Documentation
Thanks.