Imagick::getImageBlob
(No version information available, might be only in CVS)
Imagick::getImageBlob — Returns the image sequence as a blob
Popis
Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.
Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.
Implements direct to memory image formats. It returns the image sequence as a string. The format of the image determines the format of the returned blob (GIF, JPEG, PNG, etc.). To return a different image format, use Imagick::SetImageFormat().
Parametre
Vrátené hodnoty
Returns a string containing the image. On failure, throws ImagickException.