1Image::ExifTool::BZZ(3)User Contributed Perl DocumentatioInmage::ExifTool::BZZ(3)
2
3
4
6 Image::ExifTool::BZZ - Utility to decode BZZ compressed data
7
9 This module is used by Image::ExifTool
10
12 This module contains definitions required by Image::ExifTool to decode
13 BZZ compressed data in DjVu images.
14
16 This code is based on ZPCodec and BSByteStream of DjVuLibre 3.5.21 (see
17 additional copyrights and the first reference below), which are covered
18 under the GNU GPL license.
19
20 This is implemented as Image::ExifTool::BZZ instead of Compress::BZZ
21 because I am hoping that someone else will write a proper Compress::BZZ
22 module (with compression ability).
23
25 Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com) Copyright
26 2002, Leon Bottou and Yann Le Cun Copyright 2001, AT&T Copyright
27 1999-2001, LizardTech Inc.
28
29 This library is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
33 <http://djvu.sourceforge.net/>
34 <http://www.djvu.org/>
35
37 Image::ExifTool::DjVu(3pm), Image::ExifTool(3pm)
38
39
40
41perl v5.30.1 2020-01-31 Image::ExifTool::BZZ(3)