Contents
ExifTagger
What is it?
ExifTagger is a perl gtk2 app that provides a convenient graphical interface to tagging images. Unlike most other tools, this inserts the tag information into the images as Exif, so they will permanently be part of the digital image. The interface is pretty intuitive, though more information will come with time.
It works enough for me to post source, though clearly is at a very early alpha, so use at your own risk. If you find a bug, please email me at sean at dague dot net, and I'll see what I can do.
ChangeLog
0.42 (01/08/2007)
- Add rotation buttons that set Orientation exif
- Set cursor to hourglass when loading images
- Overlay "Loading..." image when loading next image
- Save image size to state file, removing an automatic resize on initial load
0.41 (12/14/2006)
- better support for manual
- remove version number from title
- fix bug where load of previous image doesn't allow saving
0.40 (11/06/2006)
- Preferences panel for options like image scaling algo, jump size
- Store state like last directory opened, and last image viewed
- Realtime validation for Date field, so that doesn't get screwed up
- Install to arbitrary prefix
- UTF8 support for fields
- Fix bug for loading blank exif data introduced in 0.30
- Rotate images based on exif tags
- Disable carry forward of Date tag
0.30 (10/30/2006)
Added DateTimeOrig field to the main interface
- Added popup viewer for all exif tags
- Added open dialog to select a directory of images
- Don't crash if no images are passed on the command line
- Change paths such that installation into /usr/local should work right
0.20
- Actually install the glade file (oops)
0.1
- Initial release
Screen Shot
Download
source tarball - exiftagger-0.42.tar.gz
norach rpm - exiftagger-0.42-2.noarch.rpm
Future Ideas
Next Release
Check for gtk >= 2.6, and exit if it doesn't exist
- Field validation and error dialogs
- Put status messages into the status bar
Beyond That
- Visual indicator if there are unsaved states
- Batch tag importing
- User selectable fields for front page (up to 3)
- Editing of Exif Data in the Exif popup window
- Localization of output strings
Source Tree
The latest and greatest mercurial source tree can be found at http://www.dague.org/hg/exiftagger.