Imagick::readimages
PHP Manual
PHP Manual»Imagick»Imagick::readimages

Imagick::readimages

(PECL imagick 2, PECL imagick 3)

Imagick::readimagesReads image from an array of filenames

Опис

public function Imagick::readImages(array $filenames): bool

Reads image from an array of filenames. All the images are held in a single Imagick object.

Параметри

filenames

Значення, що повертаються

Повертає true в разі успіху.

To Top