Beispiel #1
0
 /**
  * @depends testLoad
  */
 public function testCenterCrop(GDImage $img)
 {
     // Center and croping to 100px
     $img->centerCrop(100, 100);
     return $img;
 }