Back to the snippets index
Keep minimum image size ( Anthony 21/6/2008 )
IM code:
<?php exec("convert input.jpg -resize '250x90^' output.jpg"); ?>