Example #1
0
 function testUnitePng()
 {
     $o = new Unite();
     $o->slug = 'imagick-png';
     $o->storeImage(dirname(__FILE__) . '/images/transparente.png');
 }