in reply to Re: Is there a CPAN module that distorts an image to make it only human-readable?
in thread Is there a CPAN module that distorts an image to make it only human-readable?
merlyn's example can relatively been broken easilly using for instance gocr (and a little image magick)
From a shell:
$ mogrify -negate <image.png> $ gocr <image.png>
|
|---|