Writing images into a blob seems like a reasonable decision to me; saving them all out to a file should be straightforward enough- if you know how to get the binary data out, you can save them to files.
Just write a simple script to do it and run from the CLI.
Mark