Image::DB - Perl module to query image databases (IPTC and GThumb so far)
use Image::DB;
my $db = new Image::DB();
my $imageobj = $db->query('//Image[Description=``My sister'']');
This module provides access to image databases - as used by ACDSee and GThumb as well as IPTC information stored within the image file - and to query or update information of images.
update(LIST_OF_FOLDERS)
the Image::DB::Backend manpage, the Image::DB::File manpage
Created by Dirk Ruediger <dirk@an-der-warnow.de>
Copyright (C) 2004-2005 by Dirk Ruediger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.