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, 17 May 2013

view this page in

Imagick::setImageResolution

(PECL imagick 2.0.0)

Imagick::setImageResolutionEstablece la resolución de la imagen

Descripción

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

Establece la resolución de la imagen.

Parámetros

x_resolution

y_resolution

Valores devueltos

Devuelve TRUE en caso de éxito.

Errores/Excepciones

Lanza ImagickException en caso de 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 | sitemap | contact | advertising | mirror sites