downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::getImageMagickLicense> <Imagick::getImageIterations
[edit] Last updated: Fri, 10 Feb 2012

view this page in

Imagick::getImageLength

(PECL imagick 2.0.0)

Imagick::getImageLengthReturns the image length in bytes

Description

int Imagick::getImageLength ( void )

Returns the image length in bytes

Return Values

Returns an int containing the current image size.

Examples

Example #1 Using Imagick::getImageLength():

Getting image length in bytes

<?php
$image 
= new Imagick('test.jpg');
echo 
$image->getImageLength() . ' bytes';
?>



add a note add a note User Contributed Notes Imagick::getImageLength
There are no user contributed notes for this page.

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