JPEG::JFIF

JPEG::JFIF Perl module contains JFIF/JPEG tags operations.
Download

JPEG::JFIF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marcin Krzyzanowski
  • Publisher web site:
  • http://search.cpan.org/~krzak/JFIF-0.11/JFIF.pm

JPEG::JFIF Tags


JPEG::JFIF Description

JPEG::JFIF Perl module contains JFIF/JPEG tags operations. JPEG::JFIF Perl module contains JFIF/JPEG tags operations.This module can read additional info that is set by Adobe Photoshop in jpeg files (JFIF/JPEG format) Available sections name for getdata(name) are : object_name urgency category supplemental_categories photostation_ident keywords special_instructions byline_title created_time photostation_orig byline city province_state country_name original_transmission_reference headline credit source copyright_notice caption caption_writer photostation_note photostation_infoEXAMPLE #!/usr/bin/perl use JPEG::JFIF; use strict; my $jfif = new JPEG::JFIF; # this give you "caption" tag content. $jfif->read("file.jpg"); print $jfif->getdata("caption"); Requirements:· PerlWhat's New in This Release:· added function getdata_all to retrieve all data as hash from file and some new fields (by Viljo Marrandi)


JPEG::JFIF Related Software