Tarjamento de Imagens: Algoritmos de Pixelização e Desfoque Gaussiano
Tarjamento de Imagens: Algoritmos de Pixelização e Desfoque Gaussiano
Esta ferramenta opera 100% do lado do cliente. Suas fotos, vídeos, arquivos de áudio e documentos PDF nunca são enviados a servidores externos, garantindo privacidade completa.
Fórmula e Método de Cálculo
Pixelation = Average(RGB values in NxN block) → Fill block with single color
A pixelização divide a região selecionada numa grelha de blocos de píxeis NxN (onde N é a intensidade). Para cada bloco, a cor média de todos os píxeis é calculada e o bloco inteiro é preenchido com essa cor única, eliminando todos os detalhes finos.
Melhores Práticas e Dicas
- Use Pixelation Over Blur for Maximum Security: Gaussian blur is mathematically reversible under certain conditions (deconvolution attacks). Pixelation at high intensity (block size ≥ 15px) permanently destroys information and is considered forensically irreversible.
- Extend the Selection Beyond the Target: When redacting faces or text, draw your selection rectangle 10-15% larger than the target area. This prevents edge pixels from leaking identifiable information like hairlines, jawlines, or partial characters.
- Verify at Full Resolution: Always zoom to 100% after applying the blur to confirm that the redacted region is truly unreadable. At thumbnail sizes, insufficiently blurred text can still be deciphered by determined observers.
- Save and Re-open to Confirm Permanence: After downloading the redacted image, re-open it in an image viewer to verify the blur is baked into the pixel data and not just a visual overlay.