Tested tool guide
Tested browser tools
Checked August 16, 2026
What Pixelation Censor Tool does, with a checked example
Pixelation hides detail by replacing the image with a grid of colored squares, each filled with the average color of the pixels beneath it. The tool applies this to the whole image or only to a region you draw, and the block size is adjustable: coarse blocks hide more, fine blocks keep the image readable. All processing happens in the browser, so the image never has to be uploaded. The surprise for most users is that the effect is one-way - the original pixels are discarded, nothing can un-pixelate the result, and small blocks over a face can still leave it recognizable.
Worked example
A concrete input and expected output from the current implementation.
Input
Upload a 640 x 480 px photo, drag a selection box over the 160 x 120 px face area, set block size to 20 px, apply.
->
Expected output
Only the selection changes: it renders as 48 square blocks in an 8-by-6 grid (160 / 20 = 8 columns, 120 / 20 = 6 rows), each a flat 20 x 20 px square filled with the average color of the original pixels it covers. The rest of the 640 x 480 px photo keeps its original pixels.
With a 20 px block size, the selected region is divided into cells of 20 x 20 px: 160 / 20 = 8 cells across and 120 / 20 = 6 down, so 8 x 6 = 48 blocks, each filled with the average color of its original pixels. The grid applies only inside the selection; the rest of the image is unchanged.