Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/03/2009, 07:50
jaimerota
 
Fecha de Ingreso: febrero-2009
Mensajes: 31
Antigüedad: 15 años, 2 meses
Puntos: 0
Filtros extra para imagefilter

HOla...

Quisiera saber si existe alguna forma de aplicar mas flitros de los mencionados en la lista del manual de php que son los siguientes:

filtertype puede ser uno de los siguientes:

* IMG_FILTER_NEGATE : Reverses all colors of the image. IMG_FILTER_NEGATE: Invierte todos los colores de la imagen.

* IMG_FILTER_GRAYSCALE : Converts the image into grayscale. IMG_FILTER_GRAYSCALE: Convierte la imagen en escala de grises.

* IMG_FILTER_BRIGHTNESS : Changes the brightness of the image. IMG_FILTER_BRIGHTNESS: Cambia el brillo de la imagen. Use arg1 to set the level of brightness. Arg1 utilizar para fijar el nivel de brillo.

* IMG_FILTER_CONTRAST : Changes the contrast of the image. IMG_FILTER_CONTRAST: Cambia el contraste de la imagen. Use arg1 to set the level of contrast. Arg1 utilizar para fijar el nivel de contraste.

* IMG_FILTER_COLORIZE : Like IMG_FILTER_GRAYSCALE , except you can specify the color. IMG_FILTER_COLORIZE: Al igual que IMG_FILTER_GRAYSCALE, excepto que usted puede especificar el color. Use arg1 , arg2 and arg3 in the form of red , blue , green and arg4 for the alpha channel. Utilice arg1, arg2 y arg3 en forma de color rojo, azul, verde y arg4 para el canal alfa. The range for each color is 0 to 255. La gama para cada color es de 0 a 255.

* IMG_FILTER_EDGEDETECT : Uses edge detection to highlight the edges in the image. IMG_FILTER_EDGEDETECT: Utiliza detección de bordes para destacar los bordes de la imagen.

* IMG_FILTER_EMBOSS : Embosses the image. IMG_FILTER_EMBOSS: Embosses la imagen.

* IMG_FILTER_GAUSSIAN_BLUR : Blurs the image using the Gaussian method. IMG_FILTER_GAUSSIAN_BLUR: difumina la imagen utilizando el método de Gauss.

* IMG_FILTER_SELECTIVE_BLUR : Blurs the image. IMG_FILTER_SELECTIVE_BLUR: difumina la imagen.

* IMG_FILTER_MEAN_REMOVAL : Uses mean removal to achieve a "sketchy" effect. IMG_FILTER_MEAN_REMOVAL: Utilización media de eliminación para conseguir un "vago" efecto.

* IMG_FILTER_SMOOTH : Makes the image smoother. Use arg1 to set the level of smoothness. IMG_FILTER_SMOOTH: Hace que la imagen más suave. Arg1 uso para fijar el nivel de suavidad.

* IMG_FILTER_PIXELATE : Applies pixelation effect to the image, use arg1 to set the block size and arg2 to set the pixelation effect mode. IMG_FILTER_PIXELATE: Aplica pixelación efecto a la imagen, arg1 utilizar para configurar el tamaño de bloque y arg2 para configurar el modo de efecto pixelación.


Espero que me puedan ayudar ....