Blame tools/djvudump.1

Packit df99a1
.\" Copyright (c) 2001-2003 Leon Bottou, Yann Le Cun, Patrick Haffner,
Packit df99a1
.\" Copyright (c) 2001 AT&T Corp., and Lizardtech, Inc.
Packit df99a1
.\"
Packit df99a1
.\" This is free documentation; you can redistribute it and/or
Packit df99a1
.\" modify it under the terms of the GNU General Public License as
Packit df99a1
.\" published by the Free Software Foundation; either version 2 of
Packit df99a1
.\" the License, or (at your option) any later version.
Packit df99a1
.\"
Packit df99a1
.\" The GNU General Public License's references to "object code"
Packit df99a1
.\" and "executables" are to be interpreted as the output of any
Packit df99a1
.\" document formatting or typesetting system, including
Packit df99a1
.\" intermediate and printed output.
Packit df99a1
.\"
Packit df99a1
.\" This manual is distributed in the hope that it will be useful,
Packit df99a1
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit df99a1
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit df99a1
.\" GNU General Public License for more details.
Packit df99a1
.\"
Packit df99a1
.\" You should have received a copy of the GNU General Public
Packit df99a1
.\" License along with this manual. Otherwise check the web site
Packit df99a1
.\" of the Free Software Foundation at http://www.fsf.org.
Packit df99a1
.TH DJVUDUMP 1 "10/11/2001" "DjVuLibre-3.5" "DjVuLibre-3.5"
Packit df99a1
.de SS
Packit df99a1
.SH \\0\\0\\0\\$*
Packit df99a1
..
Packit df99a1
.SH NAME
Packit df99a1
djvudump \- Display internal structure of DjVu files.
Packit df99a1
Packit df99a1
.SH SYNOPSIS
Packit df99a1
.BI "djvudump [-o " "outputfile" "] " "djvufiles" "..."
Packit df99a1
Packit df99a1
.SH DESCRIPTION
Packit df99a1
Program 
Packit df99a1
.B djvudump 
Packit df99a1
prints an indented representation of the chunk structure of any DjVu files.
Packit df99a1
Each line represent contains a chunk ID followed by the chunk size.  Lines are
Packit df99a1
indented in order to reflect the hierarchical structure of the IFF files.  The
Packit df99a1
page identifier is printed between curly braces when a bundled multi-page DjVu
Packit df99a1
document is recognized.  Additional information about each chunk is provided
Packit df99a1
when
Packit df99a1
.B djvudump
Packit df99a1
recognizes the chunk name and knows how to summarize the 
Packit df99a1
chunk data.  
Packit df99a1
Packit df99a1
.SH REMARKS
Packit df99a1
This program is in fact able to describe any file complying with the
Packit df99a1
Electronic Arts IFF 85 specification.  This includes a number of graphical and
Packit df99a1
sound file formats.
Packit df99a1
Packit df99a1
.SH CREDITS
Packit df99a1
This program was written by L\('eon Bottou <leonb@users.sourceforge.net> and
Packit df99a1
was then improved by Andrei Erofeev <andrew_erofeev@yahoo.com>, Bill Riemers
Packit df99a1
<docbill@sourceforge.net> and many others.
Packit df99a1
Packit df99a1
.SH SEE ALSO
Packit df99a1
.BR djvu (1)
Packit df99a1