NAME

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"
  );


SEE ALSO

the Image::DB::Backend manpage


AUTHOR

Dirk Ruediger, <dirk@an-der-warnow.de>


COPYRIGHT AND LICENSE

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.