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, 25 May 2012

view this page in

Imagick::readImage

(PECL imagick 0.9.0-0.9.9)

Imagick::readImageファイルから画像を読み込む

説明

bool Imagick::readImage ( string $filename )

ファイルから画像を読み込みます。

パラメータ

filename

返り値

成功した場合に TRUE を返します。



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 | stats | sitemap | contact | advertising | mirror sites