http://www.perlmonks.org?node_id=449208


in reply to Is there a CPAN module that distorts an image to make it only human-readable?

You might be interested in how merlyn would have solved this problem back in 2001 if not jcwren would have hacked it a little bit later. ;-)

pelagic
  • Comment on Re: Is there a CPAN module that distorts an image to make it only human-readable?

Replies are listed 'Best First'.
Re: Is there a CPAN module that distorts an image to make it only human-readable?
by b10m (Vicar) on Apr 22, 2005 at 11:59 UTC

    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>
    --
    b10m

    All code is usually tested, but rarely trusted.