Grafika\ImageInterface::blob PHP Méthode

blob() public méthode

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