kusano 7d535a
Date:    Mon, 23 Jun 1997 13:30:48 +0200
kusano 7d535a
To:      <sam@cthulhu.engr.sgi.com></sam@cthulhu.engr.sgi.com>
kusano 7d535a
kusano 7d535a
From:    "Mike Johnson" <mikehunt@swipnet.se></mikehunt@swipnet.se>
kusano 7d535a
Subject: libtiff - Thanks
kusano 7d535a
kusano 7d535a
Return-Path: mikehunt@swipnet.se 
kusano 7d535a
Delivery-Date: Mon, 23 Jun 1997 06:53:39 -0700
kusano 7d535a
kusano 7d535a
Hi Sam,
kusano 7d535a
kusano 7d535a
I noticed in the README from libtiff that you would like to know about
kusano 7d535a
what people have done with libtiff, so I thought I would drop you a
kusano 7d535a
line.
kusano 7d535a
kusano 7d535a
We have used libtiff to create and convert TIFF images of financial
kusano 7d535a
documents which are sent from and to major document processing systems
kusano 7d535a
in Sweden and Denmark.
kusano 7d535a
kusano 7d535a
I would like to express my deep gratitude to yourself and Sillicon
kusano 7d535a
Graphics for making this excellent library available for public use.
kusano 7d535a
There is obviously a lot of work that has gone in to libtiff and the
kusano 7d535a
quality of the code and documentation is an example to others.
kusano 7d535a
kusano 7d535a
One thing that libtiff did not do was work on a memory area rather than
kusano 7d535a
files. In my applications I had already read a TIFF or other format
kusano 7d535a
file in to memory and did not want to waste I/O writing it out again
kusano 7d535a
for libtiff's benefit. I therefore constructed a set of functions to
kusano 7d535a
pass up to TIFFClientOpen to simulate a file in memory. I have attached
kusano 7d535a
my mfs (memory file system) source code for you to use or junk, as you
kusano 7d535a
see fit. :-)
kusano 7d535a
kusano 7d535a
Once again, thanks very much for making my life simpler.
kusano 7d535a
kusano 7d535a
Best Regards,
kusano 7d535a
kusano 7d535a
Mike Johnson.