Forum und email

Imagick::getImageBlob

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

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

Descrição

string Imagick::getImageBlob ( void )
Aviso

Esta função não está documentada, somente a lista de argumentos está disponível.

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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

Parâmetros

Valor Retornado

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