logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Image::ExifTool::BZZ - Utility to decode BZZ compressed data

Author

       Copyright 2003-2025, 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.

Description

       This module contains definitions required by Image::ExifTool to decode BZZ compressed data in DjVu
       images.

Name

       Image::ExifTool::BZZ - Utility to decode BZZ compressed data

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).

References

See Also

Image::ExifTool::DjVu(3pm), Image::ExifTool(3pm)

perl v5.40.1                                       2025-03-16                          Image::ExifTool::BZZ(3pm)

Synopsis

       This module is used by Image::ExifTool

See Also