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);