Forum und email

Imagick::getImageBlob

(No version information available, might be only in CVS)

Imagick::getImageBlob — Returns the image sequence as a blob

Beschreibung

string Imagick::getImageBlob ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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().

Parameter Liste

Rückgabewerte

Returns a string containing the image. On failure, throws ImagickException.