Grafika\ImageInterface::blob PHP 메소드

blob() 공개 메소드

Output a binary raw dump of an image in a specified format.
public blob ( string | ImageType $type )
$type string | ImageType Image format of the dump. See Grafika\ImageType for supported formats.
    public function blob($type);