Exemplo n.º 1
0
 /**
  * @depends testLoad
  */
 public function testScale(GDImage $img)
 {
     // Scaling to 50% (100x100)
     $img->scale(50);
     return $img;
 }