|
Imagick::getIteratorIndex(PECL imagick 2.0.0) Imagick::getIteratorIndex — Gets the index of the current active image Описание
int Imagick::getIteratorIndex
( void
)
Returns the index of the current active image within the Imagick object. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.2.9 или старше. Возвращаемые значенияReturns an integer containing the index of the image in the stack. ОшибкиВызывает ImagickException при ошибке. Примеры
Пример #1 Using Imagick::getIteratorIndex(): Create images, set and get the iterator index
<?php Смотрите также
|
|