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