Gmagick::getimageindex

(PECL gmagick >= Unknown)

Gmagick::getimageindexGets the index of the current active image

Descrição

publicGmagick::getimageindex(): int

Returns the index of the current active image within the Gmagick object.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Index of current active image.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top