Skip to content

Instantly share code, notes, and snippets.

@avalanche123
Created December 29, 2011 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avalanche123/1535776 to your computer and use it in GitHub Desktop.
Save avalanche123/1535776 to your computer and use it in GitHub Desktop.
<?php
$image = $imagine->open('/path/to/image.jpg');
$image
->resize($image->getSize()->widen(200))
->save('/path/to/resized/image.jpg')
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment