downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Imagick::getImageUnits> <Imagick::getImageTotalInkDensity
[edit] Last updated: Fri, 17 May 2013

view this page in

Imagick::getImageType

(PECL imagick 0.9.10-0.9.9)

Imagick::getImageTypeObtiene el tipo de imagen potencial

Descripción

int Imagick::getImageType ( void )

Obtiene el tipo de imagen potencial.

Valores devueltos

Devuelve el tipo de imagen potencial.

  • imagick::IMGTYPE_UNDEFINED
  • imagick::IMGTYPE_BILEVEL
  • imagick::IMGTYPE_GRAYSCALE
  • imagick::IMGTYPE_GRAYSCALEMATTE
  • imagick::IMGTYPE_PALETTE
  • imagick::IMGTYPE_PALETTEMATTE
  • imagick::IMGTYPE_TRUECOLOR
  • imagick::IMGTYPE_TRUECOLORMATTE
  • imagick::IMGTYPE_COLORSEPARATION
  • imagick::IMGTYPE_COLORSEPARATIONMATTE
  • imagick::IMGTYPE_OPTIMIZE

Errores/Excepciones

Lanza ImagickException en caso de error.



add a note add a note User Contributed Notes Imagick::getImageType - [2 notes]