Blame contrib/pds/README

Packit 994f1a
Date:    Fri, 01 Aug 1997 20:14:52 MDT
Packit 994f1a
To:      Sam Leffler <sam@cthulhu.engr.sgi.com>
Packit 994f1a
Packit 994f1a
From:    "Conrad J. Poelman (WSAT)" <poelmanc@plk.af.mil>
Packit 994f1a
Subject: Potential TIFF library additions
Packit 994f1a
Packit 994f1a
Delivery-Date: Fri, 01 Aug 1997 19:21:06 -0700
Packit 994f1a
Packit 994f1a
Sam,
Packit 994f1a
Packit 994f1a
You probably don't remember me, but I sent in a couple of bug fixes
Packit 994f1a
regarding the TIFF library about a 16 months ago or so...
Packit 994f1a
Packit 994f1a
I just wanted to send you two other additions that I have made to our
Packit 994f1a
local version of the TIFF library in hopes that you will want to
Packit 994f1a
incorporate them into your next major release of the TIFF library.
Packit 994f1a
(These additions are based on TIFF version 3.4beta31, but they sit on
Packit 994f1a
top of the library so they shouldn't be much trouble to incorporate them
Packit 994f1a
into any more recent version.) They are internally documented to a
Packit 994f1a
reasonable extent and we've been successfully using them in our code
Packit 994f1a
here for over a year. If you think they would make good additions to the
Packit 994f1a
TIFF library, I'd be happy to clean them up more, document them more,
Packit 994f1a
and/or integrate them with the latest version of the TIFF library, but I
Packit 994f1a
figured I'd see if you were interested in using them before I went to
Packit 994f1a
all that trouble.
Packit 994f1a
Packit 994f1a
TIFF Image Iterator
Packit 994f1a
-------------------
Packit 994f1a
Your ReadRGBA() routine works well for reading many different formats
Packit 994f1a
(TILED, STIP, compressed or not, etc.) of the most basic types of data
Packit 994f1a
(RGB, 8-bit greyscale, 8-bit colormapped) into an SGI-style data array,
Packit 994f1a
and serves as a good template for users with other needs. I used it as
Packit 994f1a
an exmaple of how to make an iterator which, rather than fill a data
Packit 994f1a
array, calls an arbitrary user-supplied callback function for each
Packit 994f1a
"chunk" of data - that "chunk" might be a strip or a tile, and might
Packit 994f1a
have one sample-per-pixel or two, and might be 8-bit data or 16-bit or
Packit 994f1a
24-bit. The callback function can do whatever it wants with the data -
Packit 994f1a
store it in a big array, convert it to RGBA, or draw it directly to the
Packit 994f1a
screen. I was able to use this iterator to read 16-bit greyscale and 32-
Packit 994f1a
and 64-bit floating point data, which wasn't possible with ReadRGBA().
Packit 994f1a
Packit 994f1a
I have tested this routine with 8- and 16-bit greyscale data as well as
Packit 994f1a
with 32- and 64-bit floating point data. I believe nearly all of our
Packit 994f1a
data is organized in strips, so actually I'd appreciate it if you had
Packit 994f1a
some tiled images that I could test it with.
Packit 994f1a
Packit 994f1a
It should certainly be possible and would be cleanest to reimplement
Packit 994f1a
ReadRGBA() in terms of the image iterator, but I haven't done that.
Packit 994f1a
Packit 994f1a
Packit 994f1a
Private Sub-Directory Read/Write
Packit 994f1a
--------------------------------
Packit 994f1a
TIFF-PL is a Phillips Laboratory extension to the TIFF tags that allows
Packit 994f1a
us to store satellite imaging-specific information in a TIFF format,
Packit 994f1a
such as the satellite's trajectory, the imaging time, etc. In order to
Packit 994f1a
give us the flexibility to modify the tag definitions without getting
Packit 994f1a
approval from the TIFF committee every time, we were given only three
Packit 994f1a
TIFF tags - a PL signature, a PL version number, and PL directory
Packit 994f1a
offset, which lists the position in the file at which to find a private
Packit 994f1a
sub-directory of tags-value pairs. So I wrote two routines:
Packit 994f1a
TIFFWritePrivateDataSubDirectory(), which takes a list of tags and a
Packit 994f1a
"get" function and writes the tag values into the TIFF file, returning
Packit 994f1a
the offset within the file at which it wrote the directory; and
Packit 994f1a
TIFFReadPrivateDataSubDirectory(), which takes an offset, a list of
Packit 994f1a
tags, and a "set" function and reads all the data from the private
Packit 994f1a
directory. The functions themselves are pretty simple. (The files are
Packit 994f1a
huge because I had to basically copy all of the tif_dirread.c and
Packit 994f1a
tif_dirwrite.c files in order to access the various fetching routines
Packit 994f1a
which were all declared static and therefore inaccessible in the TIFF
Packit 994f1a
library.)
Packit 994f1a
Packit 994f1a
Packit 994f1a
I'm including the four source files (tif_imgiter.h, tif_imgiter.c,
Packit 994f1a
tif_pdsdirread.c, tif_pdsdirwrite.c) in case you want to take a look at
Packit 994f1a
them. I can also send you some sample code that uses them if you like.
Packit 994f1a
If you're interested in having them incorporated into the standard TIFF
Packit 994f1a
library, I'd be happy to do that integration and clean up and document
Packit 994f1a
the routines. (For example, I've already realized that instead of
Packit 994f1a
limiting the SEP callback function to three bands (R,G,B) it should take
Packit 994f1a
an array to enable the handling of n-banded multi-spectral data...) If
Packit 994f1a
not, I'll just leave them as they are, since they work fine for us now.
Packit 994f1a
Packit 994f1a
Holler if you have any questions.
Packit 994f1a
Packit 994f1a
-- Conrad
Packit 994f1a
__________________________________________________________________
Packit 994f1a
  Capt Conrad J. Poelman         PL/WSAT   (Phillips Laboratory)
Packit 994f1a
    505-846-4347                   3550 Aberdeen Ave SE 
Packit 994f1a
      (FAX) 505-846-4374             Kirtland AFB, NM 87117-5776
Packit 994f1a