Free tools › Images
Pixelate a face
The mosaic censor: drag a box over a face and only that becomes blocks.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to pixelate a face
- Drop the image.
- Pick the box by eye and drag it over the face.
- Press Pixelate and download.
What happens to your file
The box you drew is cut out in the picture’s own pixels, shrunk so each block becomes one averaged colour, enlarged back with no smoothing, and put back where it was. Nothing outside the box changes. The block size is a per cent of the shorter side; at Coarse or Blocks a face is a handful of squares and nothing of it survives.
Questions
Blur or pixelate?
Pixelate removes more and cannot be sharpened back; blur looks softer in a photo. For hiding a person, pixelate.
Several faces?
One box per run today; run it again on the result. Several boxes at once is on the list.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "image.effect",
"options": {
"effect": "pixelate",
"block": 2,
"format": "same"
}
}'The same operation, image.effect — Four small edits: rounded corners (with transparency), a border, a pixelation, a blur — sizes as a per cent of the shorter side. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.