Imagick::getImageType

(PECL imagick 2, PECL imagick 3)

Imagick::getImageTypeLit le type possible d'image

Description

public Imagick::getImageType(): int

Retourne le type possible d'image.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Lit le type possible d'image.

  • 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

Erreurs / Exceptions

Lance une exception ImagickException si une erreur survient.