Image::DB::Backend::IPTC - Perl module to acess image databases. This is the backend
for IPTC data (stored inside the file). See Image::DB::Backend for details about using this backend.
A hash manages the mapping of the Image::DB::File manpage object attributes to IPTC entries.
%mapping = (
"Date" => "DateTimeOriginal",
"Description" => "Headline",
"Place" => "City",
"Keywords" => "Keywords"
);
the Image::DB::Backend manpage
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.