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

search for in the

Imagick::setImageRedPrimary> <Imagick::setImageProfile
[edit] Last updated: Fri, 24 Feb 2012

view this page in

Imagick::setImageProperty

(PECL imagick 2.0.0)

Imagick::setImagePropertySets an image property

Descrição

bool Imagick::setImageProperty ( string $name , string $value )

Sets a named property to the image. Este método esta disponível apenas se Imagick foi compilado com ImageMagick versão 6.3.2 ou mais nova.

Parâmetros

name

value

Exemplos

Exemplo #1 Using Imagick::setImageProperty():

Setting and getting image properties

<?php
$image 
= new Imagick();
$image->newImage(300200"black");

$image->setImageProperty('Exif:Make''Imagick');
echo 
$image->getImageProperty('Exif:Make');
?>

Veja Também

Valor Retornado

Retorna TRUE em sucesso.



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

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