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

search for in the

Imagick::flattenImages> <Imagick::exportImagePixels
Last updated: Fri, 20 May 2011

view this page in

Imagick::extentImage

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

Imagick::extentImageEstablecer el tamaño de la imagen

Descripción

bool Imagick::extentImage ( int $width , int $height , int $x , int $y )

Método cómodo para establecer el tamaño de una imagen. El método establece el tamaño de la imagen y permite ajustar las coordenadas x,y donde comienza el nuevo área. Este método está disponible si Imagick ha sido compilado con la versión 6.3.1 (o superior) de ImageMagick.

Parámetros

width

El nuevo ancho

height

El nuevo alto

x

Posición X para el nuevo tamaño

y

Posición Y para el nuevo tamaño

Valores devueltos

Devuelve TRUE en caso de éxito.

Ver también



add a note add a note User Contributed Notes Imagick::extentImage
bas at vdsluis dot net 03-Dec-2009 12:44
This function cannot handle images with a transparent background. Use setImageExtent instead.

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