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

search for in the

Imagick::setImageScene> <Imagick::setImageRenderingIntent
[edit] Last updated: Fri, 24 May 2013

view this page in

Imagick::setImageResolution

(PECL imagick 2.0.0)

Imagick::setImageResolutionSets the image resolution

Descrição

bool Imagick::setImageResolution ( float $x_resolution , float $y_resolution )

Sets the image resolution.

Parâmetros

x_resolution

y_resolution

Valor Retornado

Returns TRUE on success.

Erros

Throws ImagickException on error.



add a note add a note User Contributed Notes Imagick::setImageResolution - [2 notes]
up
0
craig dot fairhurst at nospamyouds dot com
3 years ago
Note that any changes to the resolution (-density option) must be made before specifying the file, so construct the object with no file path and then use $object->readImage('path/to/file'); otherwise the density won't change.
Also see Imagick::setResolution.
up
0
octave at web dot de
3 years ago
This method uses the ImageMagick "-density {$x_resolution}x{$y_resolution}" parameter

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