PHP
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, 30 Jan 2009

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
05-Oct-2007 04: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, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites