Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::bzz(3) [suse man page]

Image::ExifTool::BZZ(3) 				User Contributed Perl Documentation				   Image::ExifTool::BZZ(3)

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-2010, Phil Harvey (phil at owl.phy.queensu.ca) 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) perl v5.12.1 2010-01-04 Image::ExifTool::BZZ(3)

Check Out this Related Man Page

Image::ExifTool::WritePNG(3)				User Contributed Perl Documentation			      Image::ExifTool::WritePNG(3)

NAME
Image::ExifTool::WritePNG.pl - Write PNG meta information SYNOPSIS
These routines are autoloaded by Image::ExifTool::PNG. DESCRIPTION
This file contains routines to write PNG metadata. NOTES
Compress::Zlib is required to write compressed text. Existing text tags are always rewritten in their original form (compressed zTXt, uncompressed tEXt or internation iTXt), so pre-existing compressed information can only be modified if Compress::Zlib is available. Newly created textual information is written in uncompressed tEXt form by default, or as compressed zTXt if the Compress option is used and Compress::Zlib is available (but only if the resulting compressed data is smaller than the original text, which isn't always the case for short text strings). AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool::PNG(3pm), Image::ExifTool(3pm) perl v5.12.1 2010-01-04 Image::ExifTool::WritePNG(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SSH Compress Commands

I am brand new to unix and am hoping someone can start me in the right direction. I hope I have the right forum but if not can a moderator move this thread to the right area. I am moving servers and need to back up a folder and its sub folders into a .tar.gz file then want to upload that file... (2 Replies)
Discussion started by: kushti
2 Replies

2. UNIX for Dummies Questions & Answers

How to open .djvu file

hi guru of unix, A have a question, tell me what is the procedure to open a .djvu file? Recently I download a file which extention is .djvu Can any guru can tell me how to open this type of file? Regard Andres I install it following this tips Let me google that for you but now how to run... (1 Reply)
Discussion started by: andresguillen
1 Replies

3. Shell Programming and Scripting

perl Image::size function

Hi, How to use Image::size function ? because I want to list all image thatare less than size pixels in horizontal resolution. so here is my code : #!/usr/bin/perl -w use Image::Size; use constant GIVEN_WIDTH = '100'; my @filtered_images = grep { my @d = imgsize( $_ ); $d < GIVEN_WIDTH }... (8 Replies)
Discussion started by: guidely
8 Replies

4. Programming

SDL Image Filtering

Solved thanks for info!! (8 Replies)
Discussion started by: aLHaNz
8 Replies

5. UNIX for Dummies Questions & Answers

How to open djvu file?

Can anyone help me and tell, what is the best (easy) software to work with .djvu files? (2 Replies)
Discussion started by: calutras
2 Replies