// create an image copy
$image=new Imagick();
$image->readImage("c:/htdocs/rose.jpg");
$image->setImageFileName("c:/htdocs/rosecopy.jpg");
$image->writeImage();
/* a copy of the image rose.jpg is created,it called rosecopy.jpg */
Imagick::readImage
(PECL imagick 0.9.0-0.9.9)
Imagick::readImage — Reads image from filename
Description
bool Imagick::readImage
( string $filename
)
Warning
This function is currently not documented; only its argument list is available.
Reads image from filename
Parameters
- filename
-
Return Values
Returns TRUE on success.
Imagick::readImage
perching_eagle at yahoo dot com
05-Oct-2007 01:29
05-Oct-2007 01:29
