PHP-GD: Is it possible to apply a filter to part of an image in one go?

Posted by Majid on Stack Overflow See other posts from Stack Overflow or by Majid
Published on 2010-05-30T14:40:56Z Indexed on 2010/05/30 14:52 UTC
Read the original article Hit count: 287

Filed under:
|

I want to apply a pixelate filter to a rectangular part of an image. Is it possible to achieve this in one go, or should I make two images, apply the filter to the second and ... then what?

© Stack Overflow or respective owner

Related posts about gd

Related posts about php-gd