Imagick::__toString
(No hay información de versión disponible, podría estar únicamente en SVN)
Imagick::__toString — Returns the image as a string.
Descripción
string Imagick::__toString
( void
)
Returns the current image as string. This will only return a single image; it should not be used for Imagick objects that contain multiple images e.g. an animated GIF or PDF with multiple pages.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
Returns the string content on success or an empty string on failure.
Ver también
- Imagick::getImageBlob() - Devuelve la secuencia de imágenes como un valor de tipo blob
- Imagick::getImagesBlob() - Devuelve todas las secuencias de imágenes como un blob