downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::readImageBlob> <Imagick::randomThresholdImage
Last updated: Fri, 20 Nov 2009

view this page in

Imagick::readImage

(PECL imagick 0.9.0-0.9.9)

Imagick::readImageReads 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.



add a note add a note User Contributed Notes
Imagick::readImage
perching_eagle at yahoo dot com
05-Oct-2007 01:29
// 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::readImageBlob> <Imagick::randomThresholdImage
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites