DuckyTools
Home Image Pixelate Image

Pixelate Image Image

Pixelate a photo to censor faces, plates and personal details.

Pixelate Image is a free online tool that pixelate a photo to censor faces, plates and personal details. It accepts JPG, PNG, WEBP, GIF, BMP, AVIF and SVG — anything your browser can display. It produces pNG by default.. It runs entirely in your web browser using Canvas 2D, so files are processed on your own device and never uploaded to a server. There is no sign-up, no file size limit imposed by the site, no watermark and no paid tier.

Price
Free — no account, no quota, no watermark
Category
Image
Where it runs
In your browser, on your device
Files uploaded
None
Input
JPG, PNG, WEBP, GIF, BMP, AVIF and SVG
Output
PNG by default
Technology
Canvas 2D
Settings
1
Works offline
Yes, after the first visit

About Pixelate Image

Pixelating works by shrinking the image to a fraction of its size and scaling it back up with smoothing switched off, so each source block becomes one flat square. That is genuinely destructive — unlike a blur, the original pixel values inside each block are averaged away and cannot be recovered.

How to use it

  1. Choose an image, or drag one onto the drop zone.
  2. Set pixel size.
  3. Check the preview, then download. Your original file is never modified.

The one setting

SettingWhat it doesDefault
Pixel sizeRange 2–80px.12px

Under the hood

Runs onCanvas 2D — does the pixel work
AcceptsJPG, PNG, WEBP, GIF, BMP, AVIF and SVG — anything your browser can display
ProducesPNG by default
ControlsPixel size

Questions

What block size is safe for redaction?

Large enough that the region is unreadable at full zoom — for a face, at least 12–16 blocks across the whole face, not per feature. Small blocks on text have been reversed before by matching against rendered candidates.

Which file types can I use?

JPG, PNG, WEBP, GIF, BMP, AVIF and SVG — anything your browser can display. Because decoding is handled by your browser rather than a conversion server, support tracks whatever your browser can already open.

Is there a file size limit?

No imposed limit — there is no server quota to hit. The real ceiling is your device's memory, since the whole file is held in RAM while it is processed. Desktop browsers cope with very large files; phones give up sooner.

What are the limits on pixel size?

It accepts 2 to 80px, starting at 12px.