Grafika\ImageInterface::blob PHP Method

blob() public method

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