Skip to content

GTN-Quebec/exif2lom

Repository files navigation

This is work-in-progress software for extracting LOM metadata from an arbitrary document or URL. The perl script (exif.pl) can be used from the command-line, after installing the following prerequisites:

  • LWP::UserAgent
  • MIME::Base64
  • MIME::Types
  • File::Temp
  • File::Spec
  • XML::LibXML
  • XML::LibXSLT
  • Image::ExifTool

Note that you will also have to create the translation.xsl file, with the following command:

`xsltproc -o $@ to_xsl.xsl translations.xml`

The makefile specifies this, as well as some tests, based on a ExifTool source install.

On MacOSX, the script can be packaged into a droplet. Building the droplet requries the Platypus sofware (with the command-line tool installed.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published