Imagick::readimages

(PECL imagick 2, PECL imagick 3)

Imagick::readimagesReads image from an array of filenames

説明

publicImagick::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