how would I extract all photos from gallery?

bernieberg

Joined: 2002-09-11
Posts: 1
Posted: Wed, 2002-09-11 18:58

Has someone written a script to move all of the full size pics out of gallery? or is there a simpler way? I'ld like to do this so I can put them all on a CD for back up (and also to send a CD to my mom).

thanks for the info,
bernie

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Thu, 2002-09-12 11:05

I don't know of any currently available scripts, but you basically need to
recursively traverse the albums directory. Use patters to filter out all *.dat
files, as well as *.sized.* and *.thumb.* files and you should have nothing
but the originals. Also, ignore the .users directory.