Exemplo n.º 1
0
 public function testGif()
 {
     $i = new Gd(__DIR__ . '/../tmp/test.gif');
     $i->resizeToHeight(120);
     $this->assertEquals(120, $i->getHeight());
 }