kalamon / mazio

Automatically exported from code.google.com/p/mazio
0 stars 0 forks source link

Add anonymizer eraser #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Often while preparing screenshots for submission (e.g. to a bug trakcer)
one needs to obfuscate sensitive data (e.g. names of people or companies on
the screenshot, amounts, etc.).
An eraser functionality (similar to pen) which would process underlying
pixels with some filter (like a convolution filter) would be highly
appreciated.

Original issue reported on code.google.com by elma...@gmail.com on 23 Aug 2008 at 10:52

GoogleCodeExporter commented 9 years ago
fixed in SVN. Added a pixelator anonymizer - 3x3 convolution was not effective 
enough
(not enough image area to convolute with to make contents unreadable), and using
larger convolution tables decreases performance.

Original comment by kala...@gmail.com on 25 Aug 2008 at 12:53

GoogleCodeExporter commented 9 years ago

Original comment by kala...@gmail.com on 5 Sep 2008 at 5:06