djvuinfo

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

Description --- File "djvuinfo.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. 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
        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.2 2000/08/26 00:09:29 bcr Exp $

Alphabetic index Hierarchy of classes