Before I start rolling my own using Rmagick I though i'd ask as this is probably a quite common use case. I have a few hundred email addresses which I would like to display to the user for each entry however I would like to avoid displaying the emails as plain text to avoid scraping, so I'm looking for some text-to-image solution.
It be quite simple but of course I only want to generate the image once per entry and then store the image somewhere, i'm currently using paperclip with s3 as I'm hosting on Heroku, etc.
Another possibility is to require the user to fill out a captcha in order to obtain the email, but that seems a bit overkill.
Any suggestions?
Thanks