Saving images as data URI

I think it would be positively awesome if the scraper could save images as data-URI directly into it's CSV output as a data-uri column.

Scraper need to be able to download the actual image...

  1. The image might only be accessible within the current session
  2. The image might be dynamic and does not exist outside the current context
  3. The image might not be public, and only accessible when you are logged in

To get an url like http://SomeServer/SerachResult.jpg is useless outside the context where it was produced.