PHP-GD: Is it possible to apply a filter to part of an image in one go?
- by Majid
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?