exifDirs.rb

Path: exifDirs.rb
Last Update: Sat Oct 22 19:27:24 BST 2005
ExifDirs TopLevel

exifDirs.rb: Exif based image sorting.

Author:Matt Foster (mattfoster@clara.co.uk)
Copyright:Copyright © Matt Foster (mattfoster@clara.co.uk)

Process jpeg images by looking at exif information, and linking them to directories depending on what we find. currently only know what to do with dates and orientations, but is easy to extend.

  • Uses a few bits and pieces I haven’t used before, like ostruct and optparse.
  • Uses a config file to specify what to look at, but currently, operations functions are hard-coded.

Changelog:

  20050924: Replaced transform with to_a. Following changes to yaml.rb
  20051022: Fixed the YAML, and changed the default config file.

Required files

exif   time   fileutils   yaml   ostruct   optparse  

[Validate]