Changes for version 1.93

  • Blindscan max can now be configured for large non-JPEG files with code like:
    • use Image::IPTCInfo; $Image::IPTCInfo::MAX_FILE_OFFSET = 8192 * 5; my $info = Image::IPTCInfo->new("largefile.tif");
    • (Thanks to Brian Carp.)
  • Fix to CollectAdobeParts if the size of the data block is smaller than what's expected for the block. (Thanks to Brian Carp.)

Modules

Perl extension for extracting IPTC image meta-data