Pixelate an image or a region
Pixelate an image or a region
Filters and effects
Advertising
Intermediate

Apply a pixelization effect to an image by setting the effect parameter to pixelate (e_pixelate in URLs). You can choose to pixelate the whole image or just a certain region of the image, and the size of the squares is customizable.

Here's an original image fetched on-the-fly from a public remote HTTP URL at Wikimedia Commons: Original

Using the pixelate effect to apply pixelization on the whole image: Pixeling an image

Control the effect’s intensity by specifying the size of the pixelization squares (numeric value, in pixels). In the following example, we applied the pixelate effect using 10 pixel blocks on the image: Custom squares size

You can also blur only a certain region of the image based on the position (x, y) and dimensions (width and height) of the region by using the pixelate_region effect. This technique can be used to pixelate only the car's license plates in the following example: Pixeling a region

The pixelate_region effect also supports customizing the squares' size, this time we'll make them bigger: Pixeling a region

With the pixelate effect you can create nice looking effects, for example: Nice Pixelate effect

Additionally, if you're using our OCR Text Detection and Extraction add-on, you can use the results of that add-on to automatically pixelate the areas of the image which contained detected text

For example, for this image which has text information provided by the OCR add-on: Example with OCR applied

You can pixellate the detected text using the ocr_text gravity option: Example with OCR applied