PHP 7.0.6 Released

Imagick::readimages

(No version information available, might only be in Git)

Imagick::readimagesDescription

Description

public Imagick Imagick::readImages ( string $filenames )

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

Parameters

filenames

Return Values

The Imagick object that contains all the images.

User Contributed Notes

There are no user contributed notes for this page.
To Top