PHP Dokumentation: Function imagick-identifyimage
12. Januar 2010 von werner
Imagick::identifyImage
(PECL imagick 2.0.0)
Imagick::identifyImage — Identifies an image and fetches attributes
Beschreibung
array Imagick::identifyImage ([ bool $appendRawOutput = false ] )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.
Parameter-Liste
- appendRawOutput
Rückgabewerte
Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Throw anImagickException on error.
Fehler/Exceptions
Wirft ImagickException bei Fehlern.