ImageMetadataScraper
require 'image_metadata_scraper'
ImageMetadataScraper.scrape 'http://fav.me/shorturl'
=> { :image_url => "http://orig.deviantart.net/image-file-url.jpg",
:thumbnail_url => "http://pre.deviantart.net/small-image-version-url.jpg",
:artist => "artist",
:url => "http://artist.deviantart.com/art/some-piece-123" }