[edit]
getpictures
getpictures is a perl script I use to copy files off my digital camera onto my computer. It is run automatically when I plug one of my memory cards into my card reader. I describe how to configure this under Linux here.
[edit]
Prerequisites
- perl
- Image::ExifTool Used to read the Exif data from the images for renaming the files.
- gtkdialog Used to open simple dialogs to indicate when the copy begins and when it is over. (Useful when automatically copying images)
- pmount Used to mount and unmount the memory card.
[edit]