Blame contrib/mfs/README

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