Skip to content

Instantly share code, notes, and snippets.

View shaggyz's full-sized avatar
💭
I'm writing softwarez

Nicolás Daniel Palumbo shaggyz

💭
I'm writing softwarez
  • Veeva Systems
  • Wonderland
View GitHub Profile
<?php
/**
* A Wrapper for GD library in PHP. GD must be installed in your system for this to work.
*
* Example: $img = new OwlGdHelper('wheel.png');
* $img->flip(1)->resize(120, 0)->save('wheel.jpg');
*
* (Original at: http://www.bin-co.com/php/scripts/classes/gd_image/Image.php.txt)
*