Blame contrib/mfs/README

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