Image::ExifTool::BZZ
Section: User Contributed Perl Documentation (3)
Updated: 2021-01-27
Page Index
NAME
Image::ExifTool::BZZ - Utility to decode BZZ compressed data
SYNOPSIS
This module is used by Image::ExifTool
DESCRIPTION
This module contains definitions required by Image::ExifTool to decode
BZZ
compressed data in DjVu images.
NOTES
This code is based on ZPCodec and BSByteStream of DjVuLibre 3.5.21 (see
additional copyrights and the first reference below), which are covered
under the
GNU GPL license.
This is implemented as Image::ExifTool::BZZ instead of Compress::BZZ because
I am hoping that someone else will write a proper Compress::BZZ module (with
compression ability).
AUTHOR
Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
Copyright 2002, Leon Bottou and Yann Le Cun
Copyright 2001,
AT&T
Copyright 1999-2001, LizardTech Inc.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
REFERENCES
- <http://djvu.sourceforge.net/>
-
- <http://www.djvu.org/>
-
SEE ALSO
Image::ExifTool::DjVu(3pm),
Image::ExifTool(3pm)