Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. $image = new Image('/home/foo/bar.jpg');
  4. $image->resize(20, 40);
  5. $image->saveTo('/home/foo/smallbar.jpg');
Add Comment
Please, Sign In to add comment