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
[edit] Last updated: Fri, 18 May 2012

view this page in

Imagick::readImage

(PECL imagick 0.9.0-0.9.9)

Imagick::readImageReads image from filename

Beschreibung

bool Imagick::readImage ( string $filename )

Reads image from filename

Parameter-Liste

filename

Rückgabewerte

Liefert TRUE bei Erfolg.



add a note add a note User Contributed Notes Imagick::readImage
perching_eagle at yahoo dot com 04-Oct-2007 06: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 */

 
show source | credits | sitemap | contact | advertising | mirror sites