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, 14 Aug 2009

view this page in

Imagick::readImage

(PECL imagick 0.9.0-0.9.9)

Imagick::readImageLit une image depuis un fichier

Description

bool Imagick::readImage ( string $filename )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Lit une image depuis un fichier.

Liste de paramètres

filename

Valeurs de retour

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, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites