Skip to content

Instantly share code, notes, and snippets.

@dator-zz
Created September 10, 2012 12:26
Show Gist options
  • Save dator-zz/3690645 to your computer and use it in GitHub Desktop.
Save dator-zz/3690645 to your computer and use it in GitHub Desktop.
<?php
list($new_w, $new_h) = $sizes;
$image = $imagine->open($file->getTempName())
->resize(new Box($new_w, $new_h))
->save($this->_getNewPath($directory), array('quality' => 95));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment