resource() public method

Get the image resource to directly interact with it
public resource ( ) : Imagick
return Imagick
Example #1
0
 public function testImagick()
 {
     $i = new Imagick(__DIR__ . '/../tmp/test.jpg');
     $this->assertInstanceOf('Imagick', $i->resource());
 }