Changes between Initial Version and Version 1 of tiffinfo


Ignore:
Timestamp:
May 14, 2007, 12:25:51 PM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tiffinfo

    v1 v1  
     1= tiffinfo =
     2
     3Provides info on the tiff tags from a tif file.
     4
     5LIBTIFF, Version 3.7.1
     6Copyright (c) 1988-1996 Sam Leffler
     7Copyright (c) 1991-1996 Silicon Graphics, Inc.
     8{{{
     9usage: tiffinfo [options] input...
     10where options are:
     11 -D             read data
     12 -i             ignore read errors
     13 -c             display data for grey/color response curve or colormap
     14 -d             display raw/decoded image data
     15 -f lsb2msb     force lsb-to-msb FillOrder for input
     16 -f msb2lsb     force msb-to-lsb FillOrder for input
     17 -j             show JPEG tables
     18 -o offset      set initial directory offset
     19 -r             read/display raw image data instead of decoded data
     20 -s             display strip offsets and byte counts
     21 -w             display raw data in words rather than bytes
     22 -z             enable strip chopping
     23 -#             set initial directory (first directory is # 0)
     24}}}