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 Office Open XML (DOCX, PPTX and XLSX), Open
15 Document (ODB, ODC, ODF, ODG, ODI, ODP, ODS and ODT), iWork (KEY,
16 PAGES, NUMBERS), Capture One Enhanced Image Package (EIP), Adobe
17 InDesign Markup Language (IDML), Electronic Publication (EPUB), and
18 Sketch design files (SKETCH).
19
21 Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
22
23 This library is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
27 <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>
28 <http://www.gzip.org/zlib/rfc-gzip.html>
29 <http://DataCompression.info/ArchiveFormats/RAR202.txt>
30
32 "ZIP Tags" in Image::ExifTool::TagNames, "OOXML Tags" in
33 Image::ExifTool::TagNames, Image::ExifTool(3pm)
34
35
36
37perl v5.32.0 2020-07-28 Image::ExifTool::ZIP(3)