djvuinfo

Prints the structure of an IFF file. xxx
Synopsis
        djvudump <... iff_file_names ...>
    

Description --- File "djvudump.cpp" uses the facilities provided by IFFByteStream.h to display an indented representation of the chunk structure of an ``EA IFF 85'' file. Each line represent contains a chunk ID followed by the chunk size. Additional information about the chunk is provided when program djvuinfo.cpp recognizes the chunk name and knows how to summarize the chunk data. Furthermore, page identifiers are printed between curly braces when djvudump recognizes a bundled multipage document. Lines are indented in order to reflect the hierarchical structure of the IFF files.

Example

    % djvuinfo graham1.djvu 
    graham1.djvu:
      FORM:DJVU [32553] 
        INFO [5]            2325x3156, version 20, 300 dpi, gamma 2.2
	ANTa [34]	    Page annotation
	INCL [11]	    Indirection chunk (document.dir)
        Sjbz [17692]        JB2 data, no header
        BG44 [2570]         #1 - 74 slices - v1.2 (color) - 775x1052
        FG44 [1035]         #1 - 100 slices - v1.2 (color) - 194x263
        BG44 [3048]         #2 - 10 slices 
        BG44 [894]          #3 - 4 slices 
        BG44 [7247]         #4 - 9 slices 
    

References --- EA IFF 85 file format specification:
http://www.cica.indiana.edu/graphics/image_specs/ilbm.format.txt or http://www.tnt.uni-hannover.de/soft/compgraph/fileformats/docs/iff.pre

Author:
Léon Bottou <leonb@research.att.com>
Version:
$Id: djvuinfo.2.html,v 1.12 2001/02/15 01:12:21 bcr Exp $

Alphabetic index Hierarchy of classes


DjVu is a trademark of LizardTech, Inc.
All other products mentioned are registered trademarks or trademarks of their respective companies.