Ruby app for saving pictures from the web, and annotating them with image-annotate. Specifically this application is intended to save enough info with the image that you can find it again online, like the source url, and perhaps the artist or title. Also, tags!
Some art sites supply enough information to pre-populate fields!
- Install the dependencies via bundler with
bundle install
- generate the bookmarklet code with
rake bookmarklet
(requires the uglifyjs npm module) and install it in the browser - To test, start the server with
ruby image_app.rb -s
- Go navigate to a page with an image, and save it!