Last reviewed: August 18, 2026
Use solid blackout for passwords, API keys, identity numbers, financial details, and anything that must not remain visually recoverable. Blur and pixelation are useful when you want to reduce recognition while preserving the context of an image, but both transform the original pixels instead of replacing them completely.
This guide documents the three methods as they are currently implemented in PrivaCanvas. It is not a promise that automatic face detection or any single editing method makes an image legally anonymous.
| Method | What PrivaCanvas does | Good fit | Main limitation |
|---|---|---|---|
| Blur | Shrinks the selected region and scales it back with smoothing | Casual face or background obscuring | Shapes and color patterns can remain |
| Pixelate | Shrinks the region and scales it back without smoothing | Visible, deliberate masking that keeps layout context | Large blocks still preserve coarse structure |
| Blackout | Replaces every output pixel inside the selected rectangle with a solid dark color | Secrets, credentials, identifiers, and high-risk text | An incomplete selection can still expose information around the edges |
PrivaCanvas downsamples the selected area and enlarges it again with smoothing. Fine detail is removed, but the result still contains transformed information from the original region. That makes blur visually gentle, not a good default for an API key, password, document number, or other exact secret.
Pixelation also downsamples the selected region, then enlarges it without smoothing. The result makes editing obvious and can work well for casual face privacy. It still preserves block-level colors and shapes, so it should not be treated as deletion of the underlying information.
The blackout mode paints a solid dark rectangle over the selected region in the exported canvas. For high-risk text and identifiers, this is the strongest of the three PrivaCanvas options. The important remaining risk is selection: if even one character or edge falls outside the rectangle, it may still be visible.
You can test a redaction method without using anyone's private photo:
The exported PNG is flattened: the mask is rendered into the new image rather than stored as a movable layer. Your original file is unchanged on your device, so make sure you share the redacted download rather than the original.
See the Privacy Policy and Third-party Licenses for the current implementation record.
They retain a transformed version of the source pixels, so you should not rely on them as irreversible deletion of a secret. Whether a specific detail remains recognizable depends on the image, selection size, method, and later processing.
In the flattened PrivaCanvas download, pixels inside the selected rectangle are replaced. A rectangle that is too small can still leave information visible outside its edges, and the unedited original remains wherever you stored it.
Blur or pixelation can be suitable for ordinary visual privacy. Use blackout when the consequences of recognition are high, and always inspect automatic detection results before sharing.
Use blackout with generous padding around the complete secret. Then inspect the downloaded file—not only the editor preview—before sharing it.