Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 439 Bytes

File metadata and controls

11 lines (7 loc) · 439 Bytes

Ruby IPTC metadata parser

This library can be used to read the metadata of a jpeg file.

It reads the IPTC informations embedded and allows to access this information Read IPTC::JPEG::Image for more information.

The IPTC library parses the APP13 JPEG Tag and generates a hash of properties for a given file.

Original code from http://raa.ruby-lang.org/project/jpeg-jfif-iptc/ Gemified, reorganized and modified in 2010 by Jens Kraemer.