Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff » Graphics/!MakeTIFF/Docs/Guide

Graphics/!MakeTIFF/Docs/Guide

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff
Filename: Graphics/!MakeTIFF/Docs/Guide
Read OK:
File size: 0E39 bytes
Load address: 0000
Exec address: 0000
File contents
_______________________________________________________________________________

MakeTIFF 2.00 (RISCWARE)                     -------------------------------
                                              This program is PUBLIC DOMAIN
Version date : 20 Jun 1990                   -------------------------------

----------------
- Introduction -
----------------

MakeTIFF will create TIFF (Tag Image File Format) files from other
graphics files. Currently accepted input is :

- Archimedes sprite files (filetype &FF9)
- Translator Clear files (filetype &690)

TIFF is a general file format for graphics (and related) data (devised by
Aldus Corporation and Microsoft Corporation). It is a format that has been
adopted by several companies and programs (and more will follow in the
future) as the way to output and exchange graphics data.

TIFF readers are available on many different computer systems.

One such program for the Archimedes is Translator, also written by me,
available from some bulletin boards, several public domain libraries and the
address mentioned below. This will not only convert TIFF files to Archimedes
sprites but also GIF, Amiga IFF, MacIntosh MacPaint, various Atari formats,
several 'native' formats, etc.. In addition to sprites, it can output the
'Clear' graphics filetype, which preserves the full input image contents
(in contrast to some sprites). Thus, using Translator and MakeTIFF together,
most graphics formats accepted by Translator may be converted to a TIFF file
without loss of picture information.

-------------------
- The application -
-------------------

MakeTIFF is a full RISCOS multitasking application, and will install itself
on the iconbar when you double-click on the '!MakeTIFF' application.

To make a TIFF file, simply drag a sprite file or a Clear file to the iconbar
icon. A 'Save as' window will pop up, in which the leaf filename for the
resulting TIFF file can be entered, after which the TIFF icon should be dragged
to a filer window as usual. The TIFF file will then be created. The TIFF file
will be filetyped &FF0, which is already allocated by Acorn and also used by
Translator to recognize TIFF files.

MakeTIFF buffers the input and output files in memory, so giving MakeTIFF
more memory will speed up the conversion (how much depends on the file's
sizes).

MakeTIFF conforms to Revision 5.0 of the TIFF standard. It outputs TIFF Class
P images (Palette colour). It does not compress the image data, so the
resulting TIFF image can be read by a maximum number of TIFF readers.

Only the first sprite encountered in a sprite file will be included in the
TIFF file. Though the TIFF standard includes the possibility for more than one
image in a single file, it does not force TIFF readers to do anything with any
images following the first one.

If you have complaints, comments or bugs(!) to offer me, write to :

John Kortink
Middelhuisstr. 17
7482 EL Haaksbergen
The Netherlands

New versions are available from the same address : just send some money
to cover postage and a self-addressed envelope containing a 3.5" disc. As
this application is under continuous development, you are very likely to get
a newer version !

Happy TIFFfing !!!

_______________________________________________________________________________

!!! NOTE !!!

You may NOT change this application or use ANY part of it in other products
without my approval. You may spread it freely (with *ALL* files included), but
not for any profit. This software is provided 'as is'. Using it is entirely at
your own risk.

_______________________________________________________________________________

00000000  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000040  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 0a  |_______________.|
00000050  0a 4d 61 6b 65 54 49 46  46 20 32 2e 30 30 20 28  |.MakeTIFF 2.00 (|
00000060  52 49 53 43 57 41 52 45  29 20 20 20 20 20 20 20  |RISCWARE)       |
00000070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 2d  |              --|
00000080  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000090  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 20 20  |-------------.  |
000000a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000c0  20 20 20 20 20 20 20 20  20 20 20 20 54 68 69 73  |            This|
000000d0  20 70 72 6f 67 72 61 6d  20 69 73 20 50 55 42 4c  | program is PUBL|
000000e0  49 43 20 44 4f 4d 41 49  4e 0a 56 65 72 73 69 6f  |IC DOMAIN.Versio|
000000f0  6e 20 64 61 74 65 20 3a  20 32 30 20 4a 75 6e 20  |n date : 20 Jun |
00000100  31 39 39 30 20 20 20 20  20 20 20 20 20 20 20 20  |1990            |
00000110  20 20 20 20 20 20 20 2d  2d 2d 2d 2d 2d 2d 2d 2d  |       ---------|
00000120  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000130  2d 2d 2d 2d 2d 2d 0a 0a  2d 2d 2d 2d 2d 2d 2d 2d  |------..--------|
00000140  2d 2d 2d 2d 2d 2d 2d 2d  0a 2d 20 49 6e 74 72 6f  |--------.- Intro|
00000150  64 75 63 74 69 6f 6e 20  2d 0a 2d 2d 2d 2d 2d 2d  |duction -.------|
00000160  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 4d 61 6b 65  |----------..Make|
00000170  54 49 46 46 20 77 69 6c  6c 20 63 72 65 61 74 65  |TIFF will create|
00000180  20 54 49 46 46 20 28 54  61 67 20 49 6d 61 67 65  | TIFF (Tag Image|
00000190  20 46 69 6c 65 20 46 6f  72 6d 61 74 29 20 66 69  | File Format) fi|
000001a0  6c 65 73 20 66 72 6f 6d  20 6f 74 68 65 72 0a 67  |les from other.g|
000001b0  72 61 70 68 69 63 73 20  66 69 6c 65 73 2e 20 43  |raphics files. C|
000001c0  75 72 72 65 6e 74 6c 79  20 61 63 63 65 70 74 65  |urrently accepte|
000001d0  64 20 69 6e 70 75 74 20  69 73 20 3a 0a 0a 2d 20  |d input is :..- |
000001e0  41 72 63 68 69 6d 65 64  65 73 20 73 70 72 69 74  |Archimedes sprit|
000001f0  65 20 66 69 6c 65 73 20  28 66 69 6c 65 74 79 70  |e files (filetyp|
00000200  65 20 26 46 46 39 29 0a  2d 20 54 72 61 6e 73 6c  |e &FF9).- Transl|
00000210  61 74 6f 72 20 43 6c 65  61 72 20 66 69 6c 65 73  |ator Clear files|
00000220  20 28 66 69 6c 65 74 79  70 65 20 26 36 39 30 29  | (filetype &690)|
00000230  0a 0a 54 49 46 46 20 69  73 20 61 20 67 65 6e 65  |..TIFF is a gene|
00000240  72 61 6c 20 66 69 6c 65  20 66 6f 72 6d 61 74 20  |ral file format |
00000250  66 6f 72 20 67 72 61 70  68 69 63 73 20 28 61 6e  |for graphics (an|
00000260  64 20 72 65 6c 61 74 65  64 29 20 64 61 74 61 20  |d related) data |
00000270  28 64 65 76 69 73 65 64  20 62 79 0a 41 6c 64 75  |(devised by.Aldu|
00000280  73 20 43 6f 72 70 6f 72  61 74 69 6f 6e 20 61 6e  |s Corporation an|
00000290  64 20 4d 69 63 72 6f 73  6f 66 74 20 43 6f 72 70  |d Microsoft Corp|
000002a0  6f 72 61 74 69 6f 6e 29  2e 20 49 74 20 69 73 20  |oration). It is |
000002b0  61 20 66 6f 72 6d 61 74  20 74 68 61 74 20 68 61  |a format that ha|
000002c0  73 20 62 65 65 6e 0a 61  64 6f 70 74 65 64 20 62  |s been.adopted b|
000002d0  79 20 73 65 76 65 72 61  6c 20 63 6f 6d 70 61 6e  |y several compan|
000002e0  69 65 73 20 61 6e 64 20  70 72 6f 67 72 61 6d 73  |ies and programs|
000002f0  20 28 61 6e 64 20 6d 6f  72 65 20 77 69 6c 6c 20  | (and more will |
00000300  66 6f 6c 6c 6f 77 20 69  6e 20 74 68 65 0a 66 75  |follow in the.fu|
00000310  74 75 72 65 29 20 61 73  20 74 68 65 20 77 61 79  |ture) as the way|
00000320  20 74 6f 20 6f 75 74 70  75 74 20 61 6e 64 20 65  | to output and e|
00000330  78 63 68 61 6e 67 65 20  67 72 61 70 68 69 63 73  |xchange graphics|
00000340  20 64 61 74 61 2e 0a 0a  54 49 46 46 20 72 65 61  | data...TIFF rea|
00000350  64 65 72 73 20 61 72 65  20 61 76 61 69 6c 61 62  |ders are availab|
00000360  6c 65 20 6f 6e 20 6d 61  6e 79 20 64 69 66 66 65  |le on many diffe|
00000370  72 65 6e 74 20 63 6f 6d  70 75 74 65 72 20 73 79  |rent computer sy|
00000380  73 74 65 6d 73 2e 0a 0a  4f 6e 65 20 73 75 63 68  |stems...One such|
00000390  20 70 72 6f 67 72 61 6d  20 66 6f 72 20 74 68 65  | program for the|
000003a0  20 41 72 63 68 69 6d 65  64 65 73 20 69 73 20 54  | Archimedes is T|
000003b0  72 61 6e 73 6c 61 74 6f  72 2c 20 61 6c 73 6f 20  |ranslator, also |
000003c0  77 72 69 74 74 65 6e 20  62 79 20 6d 65 2c 0a 61  |written by me,.a|
000003d0  76 61 69 6c 61 62 6c 65  20 66 72 6f 6d 20 73 6f  |vailable from so|
000003e0  6d 65 20 62 75 6c 6c 65  74 69 6e 20 62 6f 61 72  |me bulletin boar|
000003f0  64 73 2c 20 73 65 76 65  72 61 6c 20 70 75 62 6c  |ds, several publ|
00000400  69 63 20 64 6f 6d 61 69  6e 20 6c 69 62 72 61 72  |ic domain librar|
00000410  69 65 73 20 61 6e 64 20  74 68 65 0a 61 64 64 72  |ies and the.addr|
00000420  65 73 73 20 6d 65 6e 74  69 6f 6e 65 64 20 62 65  |ess mentioned be|
00000430  6c 6f 77 2e 20 54 68 69  73 20 77 69 6c 6c 20 6e  |low. This will n|
00000440  6f 74 20 6f 6e 6c 79 20  63 6f 6e 76 65 72 74 20  |ot only convert |
00000450  54 49 46 46 20 66 69 6c  65 73 20 74 6f 20 41 72  |TIFF files to Ar|
00000460  63 68 69 6d 65 64 65 73  0a 73 70 72 69 74 65 73  |chimedes.sprites|
00000470  20 62 75 74 20 61 6c 73  6f 20 47 49 46 2c 20 41  | but also GIF, A|
00000480  6d 69 67 61 20 49 46 46  2c 20 4d 61 63 49 6e 74  |miga IFF, MacInt|
00000490  6f 73 68 20 4d 61 63 50  61 69 6e 74 2c 20 76 61  |osh MacPaint, va|
000004a0  72 69 6f 75 73 20 41 74  61 72 69 20 66 6f 72 6d  |rious Atari form|
000004b0  61 74 73 2c 0a 73 65 76  65 72 61 6c 20 27 6e 61  |ats,.several 'na|
000004c0  74 69 76 65 27 20 66 6f  72 6d 61 74 73 2c 20 65  |tive' formats, e|
000004d0  74 63 2e 2e 20 49 6e 20  61 64 64 69 74 69 6f 6e  |tc.. In addition|
000004e0  20 74 6f 20 73 70 72 69  74 65 73 2c 20 69 74 20  | to sprites, it |
000004f0  63 61 6e 20 6f 75 74 70  75 74 20 74 68 65 0a 27  |can output the.'|
00000500  43 6c 65 61 72 27 20 67  72 61 70 68 69 63 73 20  |Clear' graphics |
00000510  66 69 6c 65 74 79 70 65  2c 20 77 68 69 63 68 20  |filetype, which |
00000520  70 72 65 73 65 72 76 65  73 20 74 68 65 20 66 75  |preserves the fu|
00000530  6c 6c 20 69 6e 70 75 74  20 69 6d 61 67 65 20 63  |ll input image c|
00000540  6f 6e 74 65 6e 74 73 0a  28 69 6e 20 63 6f 6e 74  |ontents.(in cont|
00000550  72 61 73 74 20 74 6f 20  73 6f 6d 65 20 73 70 72  |rast to some spr|
00000560  69 74 65 73 29 2e 20 54  68 75 73 2c 20 75 73 69  |ites). Thus, usi|
00000570  6e 67 20 54 72 61 6e 73  6c 61 74 6f 72 20 61 6e  |ng Translator an|
00000580  64 20 4d 61 6b 65 54 49  46 46 20 74 6f 67 65 74  |d MakeTIFF toget|
00000590  68 65 72 2c 0a 6d 6f 73  74 20 67 72 61 70 68 69  |her,.most graphi|
000005a0  63 73 20 66 6f 72 6d 61  74 73 20 61 63 63 65 70  |cs formats accep|
000005b0  74 65 64 20 62 79 20 54  72 61 6e 73 6c 61 74 6f  |ted by Translato|
000005c0  72 20 6d 61 79 20 62 65  20 63 6f 6e 76 65 72 74  |r may be convert|
000005d0  65 64 20 74 6f 20 61 20  54 49 46 46 20 66 69 6c  |ed to a TIFF fil|
000005e0  65 0a 77 69 74 68 6f 75  74 20 6c 6f 73 73 20 6f  |e.without loss o|
000005f0  66 20 70 69 63 74 75 72  65 20 69 6e 66 6f 72 6d  |f picture inform|
00000600  61 74 69 6f 6e 2e 0a 0a  2d 2d 2d 2d 2d 2d 2d 2d  |ation...--------|
00000610  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 2d 20 54 68  |-----------.- Th|
00000620  65 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 2d 0a  |e application -.|
00000630  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000640  2d 2d 2d 0a 0a 4d 61 6b  65 54 49 46 46 20 69 73  |---..MakeTIFF is|
00000650  20 61 20 66 75 6c 6c 20  52 49 53 43 4f 53 20 6d  | a full RISCOS m|
00000660  75 6c 74 69 74 61 73 6b  69 6e 67 20 61 70 70 6c  |ultitasking appl|
00000670  69 63 61 74 69 6f 6e 2c  20 61 6e 64 20 77 69 6c  |ication, and wil|
00000680  6c 20 69 6e 73 74 61 6c  6c 20 69 74 73 65 6c 66  |l install itself|
00000690  0a 6f 6e 20 74 68 65 20  69 63 6f 6e 62 61 72 20  |.on the iconbar |
000006a0  77 68 65 6e 20 79 6f 75  20 64 6f 75 62 6c 65 2d  |when you double-|
000006b0  63 6c 69 63 6b 20 6f 6e  20 74 68 65 20 27 21 4d  |click on the '!M|
000006c0  61 6b 65 54 49 46 46 27  20 61 70 70 6c 69 63 61  |akeTIFF' applica|
000006d0  74 69 6f 6e 2e 0a 0a 54  6f 20 6d 61 6b 65 20 61  |tion...To make a|
000006e0  20 54 49 46 46 20 66 69  6c 65 2c 20 73 69 6d 70  | TIFF file, simp|
000006f0  6c 79 20 64 72 61 67 20  61 20 73 70 72 69 74 65  |ly drag a sprite|
00000700  20 66 69 6c 65 20 6f 72  20 61 20 43 6c 65 61 72  | file or a Clear|
00000710  20 66 69 6c 65 20 74 6f  20 74 68 65 20 69 63 6f  | file to the ico|
00000720  6e 62 61 72 0a 69 63 6f  6e 2e 20 41 20 27 53 61  |nbar.icon. A 'Sa|
00000730  76 65 20 61 73 27 20 77  69 6e 64 6f 77 20 77 69  |ve as' window wi|
00000740  6c 6c 20 70 6f 70 20 75  70 2c 20 69 6e 20 77 68  |ll pop up, in wh|
00000750  69 63 68 20 74 68 65 20  6c 65 61 66 20 66 69 6c  |ich the leaf fil|
00000760  65 6e 61 6d 65 20 66 6f  72 20 74 68 65 0a 72 65  |ename for the.re|
00000770  73 75 6c 74 69 6e 67 20  54 49 46 46 20 66 69 6c  |sulting TIFF fil|
00000780  65 20 63 61 6e 20 62 65  20 65 6e 74 65 72 65 64  |e can be entered|
00000790  2c 20 61 66 74 65 72 20  77 68 69 63 68 20 74 68  |, after which th|
000007a0  65 20 54 49 46 46 20 69  63 6f 6e 20 73 68 6f 75  |e TIFF icon shou|
000007b0  6c 64 20 62 65 20 64 72  61 67 67 65 64 0a 74 6f  |ld be dragged.to|
000007c0  20 61 20 66 69 6c 65 72  20 77 69 6e 64 6f 77 20  | a filer window |
000007d0  61 73 20 75 73 75 61 6c  2e 20 54 68 65 20 54 49  |as usual. The TI|
000007e0  46 46 20 66 69 6c 65 20  77 69 6c 6c 20 74 68 65  |FF file will the|
000007f0  6e 20 62 65 20 63 72 65  61 74 65 64 2e 20 54 68  |n be created. Th|
00000800  65 20 54 49 46 46 20 66  69 6c 65 0a 77 69 6c 6c  |e TIFF file.will|
00000810  20 62 65 20 66 69 6c 65  74 79 70 65 64 20 26 46  | be filetyped &F|
00000820  46 30 2c 20 77 68 69 63  68 20 69 73 20 61 6c 72  |F0, which is alr|
00000830  65 61 64 79 20 61 6c 6c  6f 63 61 74 65 64 20 62  |eady allocated b|
00000840  79 20 41 63 6f 72 6e 20  61 6e 64 20 61 6c 73 6f  |y Acorn and also|
00000850  20 75 73 65 64 20 62 79  0a 54 72 61 6e 73 6c 61  | used by.Transla|
00000860  74 6f 72 20 74 6f 20 72  65 63 6f 67 6e 69 7a 65  |tor to recognize|
00000870  20 54 49 46 46 20 66 69  6c 65 73 2e 0a 0a 4d 61  | TIFF files...Ma|
00000880  6b 65 54 49 46 46 20 62  75 66 66 65 72 73 20 74  |keTIFF buffers t|
00000890  68 65 20 69 6e 70 75 74  20 61 6e 64 20 6f 75 74  |he input and out|
000008a0  70 75 74 20 66 69 6c 65  73 20 69 6e 20 6d 65 6d  |put files in mem|
000008b0  6f 72 79 2c 20 73 6f 20  67 69 76 69 6e 67 20 4d  |ory, so giving M|
000008c0  61 6b 65 54 49 46 46 0a  6d 6f 72 65 20 6d 65 6d  |akeTIFF.more mem|
000008d0  6f 72 79 20 77 69 6c 6c  20 73 70 65 65 64 20 75  |ory will speed u|
000008e0  70 20 74 68 65 20 63 6f  6e 76 65 72 73 69 6f 6e  |p the conversion|
000008f0  20 28 68 6f 77 20 6d 75  63 68 20 64 65 70 65 6e  | (how much depen|
00000900  64 73 20 6f 6e 20 74 68  65 20 66 69 6c 65 27 73  |ds on the file's|
00000910  0a 73 69 7a 65 73 29 2e  0a 0a 4d 61 6b 65 54 49  |.sizes)...MakeTI|
00000920  46 46 20 63 6f 6e 66 6f  72 6d 73 20 74 6f 20 52  |FF conforms to R|
00000930  65 76 69 73 69 6f 6e 20  35 2e 30 20 6f 66 20 74  |evision 5.0 of t|
00000940  68 65 20 54 49 46 46 20  73 74 61 6e 64 61 72 64  |he TIFF standard|
00000950  2e 20 49 74 20 6f 75 74  70 75 74 73 20 54 49 46  |. It outputs TIF|
00000960  46 20 43 6c 61 73 73 0a  50 20 69 6d 61 67 65 73  |F Class.P images|
00000970  20 28 50 61 6c 65 74 74  65 20 63 6f 6c 6f 75 72  | (Palette colour|
00000980  29 2e 20 49 74 20 64 6f  65 73 20 6e 6f 74 20 63  |). It does not c|
00000990  6f 6d 70 72 65 73 73 20  74 68 65 20 69 6d 61 67  |ompress the imag|
000009a0  65 20 64 61 74 61 2c 20  73 6f 20 74 68 65 0a 72  |e data, so the.r|
000009b0  65 73 75 6c 74 69 6e 67  20 54 49 46 46 20 69 6d  |esulting TIFF im|
000009c0  61 67 65 20 63 61 6e 20  62 65 20 72 65 61 64 20  |age can be read |
000009d0  62 79 20 61 20 6d 61 78  69 6d 75 6d 20 6e 75 6d  |by a maximum num|
000009e0  62 65 72 20 6f 66 20 54  49 46 46 20 72 65 61 64  |ber of TIFF read|
000009f0  65 72 73 2e 0a 0a 4f 6e  6c 79 20 74 68 65 20 66  |ers...Only the f|
00000a00  69 72 73 74 20 73 70 72  69 74 65 20 65 6e 63 6f  |irst sprite enco|
00000a10  75 6e 74 65 72 65 64 20  69 6e 20 61 20 73 70 72  |untered in a spr|
00000a20  69 74 65 20 66 69 6c 65  20 77 69 6c 6c 20 62 65  |ite file will be|
00000a30  20 69 6e 63 6c 75 64 65  64 20 69 6e 20 74 68 65  | included in the|
00000a40  0a 54 49 46 46 20 66 69  6c 65 2e 20 54 68 6f 75  |.TIFF file. Thou|
00000a50  67 68 20 74 68 65 20 54  49 46 46 20 73 74 61 6e  |gh the TIFF stan|
00000a60  64 61 72 64 20 69 6e 63  6c 75 64 65 73 20 74 68  |dard includes th|
00000a70  65 20 70 6f 73 73 69 62  69 6c 69 74 79 20 66 6f  |e possibility fo|
00000a80  72 20 6d 6f 72 65 20 74  68 61 6e 20 6f 6e 65 0a  |r more than one.|
00000a90  69 6d 61 67 65 20 69 6e  20 61 20 73 69 6e 67 6c  |image in a singl|
00000aa0  65 20 66 69 6c 65 2c 20  69 74 20 64 6f 65 73 20  |e file, it does |
00000ab0  6e 6f 74 20 66 6f 72 63  65 20 54 49 46 46 20 72  |not force TIFF r|
00000ac0  65 61 64 65 72 73 20 74  6f 20 64 6f 20 61 6e 79  |eaders to do any|
00000ad0  74 68 69 6e 67 20 77 69  74 68 20 61 6e 79 0a 69  |thing with any.i|
00000ae0  6d 61 67 65 73 20 66 6f  6c 6c 6f 77 69 6e 67 20  |mages following |
00000af0  74 68 65 20 66 69 72 73  74 20 6f 6e 65 2e 0a 0a  |the first one...|
00000b00  49 66 20 79 6f 75 20 68  61 76 65 20 63 6f 6d 70  |If you have comp|
00000b10  6c 61 69 6e 74 73 2c 20  63 6f 6d 6d 65 6e 74 73  |laints, comments|
00000b20  20 6f 72 20 62 75 67 73  28 21 29 20 74 6f 20 6f  | or bugs(!) to o|
00000b30  66 66 65 72 20 6d 65 2c  20 77 72 69 74 65 20 74  |ffer me, write t|
00000b40  6f 20 3a 0a 0a 4a 6f 68  6e 20 4b 6f 72 74 69 6e  |o :..John Kortin|
00000b50  6b 0a 4d 69 64 64 65 6c  68 75 69 73 73 74 72 2e  |k.Middelhuisstr.|
00000b60  20 31 37 0a 37 34 38 32  20 45 4c 20 48 61 61 6b  | 17.7482 EL Haak|
00000b70  73 62 65 72 67 65 6e 0a  54 68 65 20 4e 65 74 68  |sbergen.The Neth|
00000b80  65 72 6c 61 6e 64 73 0a  0a 4e 65 77 20 76 65 72  |erlands..New ver|
00000b90  73 69 6f 6e 73 20 61 72  65 20 61 76 61 69 6c 61  |sions are availa|
00000ba0  62 6c 65 20 66 72 6f 6d  20 74 68 65 20 73 61 6d  |ble from the sam|
00000bb0  65 20 61 64 64 72 65 73  73 20 3a 20 6a 75 73 74  |e address : just|
00000bc0  20 73 65 6e 64 20 73 6f  6d 65 20 6d 6f 6e 65 79  | send some money|
00000bd0  0a 74 6f 20 63 6f 76 65  72 20 70 6f 73 74 61 67  |.to cover postag|
00000be0  65 20 61 6e 64 20 61 20  73 65 6c 66 2d 61 64 64  |e and a self-add|
00000bf0  72 65 73 73 65 64 20 65  6e 76 65 6c 6f 70 65 20  |ressed envelope |
00000c00  63 6f 6e 74 61 69 6e 69  6e 67 20 61 20 33 2e 35  |containing a 3.5|
00000c10  22 20 64 69 73 63 2e 20  41 73 0a 74 68 69 73 20  |" disc. As.this |
00000c20  61 70 70 6c 69 63 61 74  69 6f 6e 20 69 73 20 75  |application is u|
00000c30  6e 64 65 72 20 63 6f 6e  74 69 6e 75 6f 75 73 20  |nder continuous |
00000c40  64 65 76 65 6c 6f 70 6d  65 6e 74 2c 20 79 6f 75  |development, you|
00000c50  20 61 72 65 20 76 65 72  79 20 6c 69 6b 65 6c 79  | are very likely|
00000c60  20 74 6f 20 67 65 74 0a  61 20 6e 65 77 65 72 20  | to get.a newer |
00000c70  76 65 72 73 69 6f 6e 20  21 0a 0a 48 61 70 70 79  |version !..Happy|
00000c80  20 54 49 46 46 66 69 6e  67 20 21 21 21 0a 0a 5f  | TIFFfing !!!.._|
00000c90  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000cd0  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 0a 0a  |______________..|
00000ce0  21 21 21 20 4e 4f 54 45  20 21 21 21 0a 0a 59 6f  |!!! NOTE !!!..Yo|
00000cf0  75 20 6d 61 79 20 4e 4f  54 20 63 68 61 6e 67 65  |u may NOT change|
00000d00  20 74 68 69 73 20 61 70  70 6c 69 63 61 74 69 6f  | this applicatio|
00000d10  6e 20 6f 72 20 75 73 65  20 41 4e 59 20 70 61 72  |n or use ANY par|
00000d20  74 20 6f 66 20 69 74 20  69 6e 20 6f 74 68 65 72  |t of it in other|
00000d30  20 70 72 6f 64 75 63 74  73 0a 77 69 74 68 6f 75  | products.withou|
00000d40  74 20 6d 79 20 61 70 70  72 6f 76 61 6c 2e 20 59  |t my approval. Y|
00000d50  6f 75 20 6d 61 79 20 73  70 72 65 61 64 20 69 74  |ou may spread it|
00000d60  20 66 72 65 65 6c 79 20  28 77 69 74 68 20 2a 41  | freely (with *A|
00000d70  4c 4c 2a 20 66 69 6c 65  73 20 69 6e 63 6c 75 64  |LL* files includ|
00000d80  65 64 29 2c 20 62 75 74  0a 6e 6f 74 20 66 6f 72  |ed), but.not for|
00000d90  20 61 6e 79 20 70 72 6f  66 69 74 2e 20 54 68 69  | any profit. Thi|
00000da0  73 20 73 6f 66 74 77 61  72 65 20 69 73 20 70 72  |s software is pr|
00000db0  6f 76 69 64 65 64 20 27  61 73 20 69 73 27 2e 20  |ovided 'as is'. |
00000dc0  55 73 69 6e 67 20 69 74  20 69 73 20 65 6e 74 69  |Using it is enti|
00000dd0  72 65 6c 79 20 61 74 0a  79 6f 75 72 20 6f 77 6e  |rely at.your own|
00000de0  20 72 69 73 6b 2e 0a 0a  5f 5f 5f 5f 5f 5f 5f 5f  | risk...________|
00000df0  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000e30  5f 5f 5f 5f 5f 5f 5f 0a  0a                       |_______..|
00000e39