I've found a few thumbnail viewer tools, but nothing that can simply open a thumbs.db file and spit out a directory full of images (GIF, JPG, PNG, what have you) contained inside.

Tried ThumbsExtract, but keep getting "couldn't open stream!" errors on every file.

Pointers?

link|improve this question

25% accept rate
helpful link en.wikipedia.org/wiki/Windows_thumbnail_cache – akira Feb 9 '11 at 12:24
feedback

2 Answers

Vinetto looks good:

 % python vinetto -o thumbs thumbs.db

it is a python script, it should work under win32. at the moment the site states that you would need cygwin, but when quickly glancing over the code thats just .. easy to fix and i quite honestly dont understand why it is written the way it is written.

link|improve this answer
feedback

Thumbnail Database Viewer can open a thumbs.db file and save the images one-by-one.
I tried it and it seems to work.

Another such product is ThumbsUp, which promises to extract more than one image at a time, but I haven't tried it.

link|improve this answer
Thanks for the tips. Thumbnail Database Viewer has a decent UI, but I have ~9,000 images I need, so one-by-one isn't an option :) Tried ThumbsUp, but couldn't get anywhere with the Java/Apache/POI dependency mess. – Sean O Nov 15 '10 at 16:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.