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::getImageTicksPerSecond> <Imagick::getImageSignature
Last updated: Fri, 30 Jan 2009

view this page in

Imagick::getImageSize

(No version information available, might be only in CVS)

Imagick::getImageSize画像の長さをバイト数で返す

説明

int Imagick::getImageSize ( void )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

画像の長さをバイト数で返します。

返り値

現在の画像のサイズをバイト数で返します。



add a note add a note User Contributed Notes
Imagick::getImageSize
perching_eagle at yahoo dot com
05-Oct-2007 04:37
/* get the size of the image in bytes */
$image=new Imagick("c:/htdocs/rose.jpg");
$size=$image->getImageSize();
print "the size of the picture is ".$size." bytes";

result

the size of the picture is 3461 bytes

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