Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Image::ExifTool::AFCP

Name Image::ExifTool::AFCP
Version 1.08
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Image/ExifTool/AFCP.pm
Is Core No
Search CPAN for this module Image::ExifTool::AFCP
Documentation Image::ExifTool::AFCP
Module Details Image::ExifTool::AFCP

NAME

Image::ExifTool::AFCP - Read/write AFCP trailer


SYNOPSIS

This module is used by Image::ExifTool


DESCRIPTION

This module contains definitions required by Image::ExifTool to extract information from the AFCP trailer. Although the AFCP specification is compatible with various file formats, ExifTool currently only processes AFCP in JPEG images.


NOTES

AFCP is a specification which allows meta information (including IPTC) to be appended to the end of a file.

It is a poorly designed protocol because (like TIFF) it uses absolute offsets to specify data locations. This is a huge blunder because it makes the AFCP information dependent on the file length, so it is easily invalidated by image editing software which doesn't recognize the AFCP trailer to fix up these offsets when the file length changes. ExifTool will attempt to fix these invalid offsets if possible.

Scanning for AFCP information may be time consuming, especially when reading from a sequential device, since the information is at the end of the file. In these instances, the ExifTool FastScan option may be used to disable scanning for AFCP information.


AUTHOR

Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


REFERENCES

http://www.tocarte.com/media/axs_afcp_spec.pdf


SEE ALSO

AFCP Tags in the Image::ExifTool::TagNames manpage, Image::ExifTool(3pm)

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025