1Image::ExifTool::ZIP(3)User Contributed Perl DocumentatioInmage::ExifTool::ZIP(3)
2
3
4
6 Image::ExifTool::ZIP - Read ZIP archive meta information
7
9 This module is used by Image::ExifTool
10
12 This module contains definitions required by Image::ExifTool to extract
13 meta information from ZIP, GZIP and RAR archives. This includes ZIP-
14 based file types like DOCX, PPTX, XLSX, ODB, ODC, ODF, ODG, ODI, ODP,
15 ODS, ODT and EIP.
16
18 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
19
20 This library is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
24 <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>
25 http://www.gzip.org/zlib/rfc-gzip.html <http://www.gzip.org/zlib/rfc-
26 gzip.html>
27 <http://DataCompression.info/ArchiveFormats/RAR202.txt>
28
30 "ZIP Tags" in Image::ExifTool::TagNames, "OOXML Tags" in
31 Image::ExifTool::TagNames, Image::ExifTool(3pm)
32
33
34
35perl v5.12.4 2011-08-24 Image::ExifTool::ZIP(3)