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

Graphics/!MakeGIF/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/!MakeGIF/Docs/Guide
Read OK:
File size: 0DD0 bytes
Load address: 0000
Exec address: 0000
File contents
_______________________________________________________________________________

MakeGIF 2.00 (RISCWARE)                      -------------------------------
                                              This program is PUBLIC DOMAIN
Version date : 21 Jun 1990                   -------------------------------

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

MakeGIF will create GIF (Graphics Interchange Format) files from other
graphics files. Currently accepted input is :

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

GIF is a general file format for raster graphics data (devised by and
trademark of Compuserve Inc.), which uses a variation of LZW data compression
to reduce the file's size drastically.

GIF files are common to encounter on bulletin boards, in which images
originating from a variety of computers are stored and can be displayed
by a GIF decoder program.

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 GIF files to Archimedes
sprites but also TIFF, 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 MakeGIF together,
most graphics formats accepted by Translator may be converted to a GIF file
without loss of picture information.

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

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

To make a GIF 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 GIF file can be entered, after which the GIF icon should be dragged
to a filer window as usual. The GIF file will then be created. The GIF file
will be filetyped &695, which is the filetype for GIF files used by Translator.

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

Only the first sprite encountered in a sprite file will be included in the
GIF file. Though the GIF standard includes the possibility for more than one
image in a GIF file, the standard actually requires that the images are
related (i.e. an animation sequence), and that they are displayed quickly
in succession. Because of the complexity of this, most GIF decoders will not
handle multiple images anyway.

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 GIFfing !!!

_______________________________________________________________________________

!!! 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 47 49 46  20 32 2e 30 30 20 28 52  |.MakeGIF 2.00 (R|
00000060  49 53 43 57 41 52 45 29  20 20 20 20 20 20 20 20  |ISCWARE)        |
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 31 20 4a 75 6e 20  |n date : 21 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  47 49 46 20 77 69 6c 6c  20 63 72 65 61 74 65 20  |GIF will create |
00000180  47 49 46 20 28 47 72 61  70 68 69 63 73 20 49 6e  |GIF (Graphics In|
00000190  74 65 72 63 68 61 6e 67  65 20 46 6f 72 6d 61 74  |terchange Format|
000001a0  29 20 66 69 6c 65 73 20  66 72 6f 6d 20 6f 74 68  |) files from oth|
000001b0  65 72 0a 67 72 61 70 68  69 63 73 20 66 69 6c 65  |er.graphics file|
000001c0  73 2e 20 43 75 72 72 65  6e 74 6c 79 20 61 63 63  |s. Currently acc|
000001d0  65 70 74 65 64 20 69 6e  70 75 74 20 69 73 20 3a  |epted input is :|
000001e0  0a 0a 2d 20 41 72 63 68  69 6d 65 64 65 73 20 73  |..- Archimedes s|
000001f0  70 72 69 74 65 20 66 69  6c 65 73 20 28 66 69 6c  |prite files (fil|
00000200  65 74 79 70 65 20 26 46  46 39 29 0a 2d 20 54 72  |etype &FF9).- Tr|
00000210  61 6e 73 6c 61 74 6f 72  20 43 6c 65 61 72 20 66  |anslator Clear f|
00000220  69 6c 65 73 20 28 66 69  6c 65 74 79 70 65 20 26  |iles (filetype &|
00000230  36 39 30 29 0a 0a 47 49  46 20 69 73 20 61 20 67  |690)..GIF is a g|
00000240  65 6e 65 72 61 6c 20 66  69 6c 65 20 66 6f 72 6d  |eneral file form|
00000250  61 74 20 66 6f 72 20 72  61 73 74 65 72 20 67 72  |at for raster gr|
00000260  61 70 68 69 63 73 20 64  61 74 61 20 28 64 65 76  |aphics data (dev|
00000270  69 73 65 64 20 62 79 20  61 6e 64 0a 74 72 61 64  |ised by and.trad|
00000280  65 6d 61 72 6b 20 6f 66  20 43 6f 6d 70 75 73 65  |emark of Compuse|
00000290  72 76 65 20 49 6e 63 2e  29 2c 20 77 68 69 63 68  |rve Inc.), which|
000002a0  20 75 73 65 73 20 61 20  76 61 72 69 61 74 69 6f  | uses a variatio|
000002b0  6e 20 6f 66 20 4c 5a 57  20 64 61 74 61 20 63 6f  |n of LZW data co|
000002c0  6d 70 72 65 73 73 69 6f  6e 0a 74 6f 20 72 65 64  |mpression.to red|
000002d0  75 63 65 20 74 68 65 20  66 69 6c 65 27 73 20 73  |uce the file's s|
000002e0  69 7a 65 20 64 72 61 73  74 69 63 61 6c 6c 79 2e  |ize drastically.|
000002f0  0a 0a 47 49 46 20 66 69  6c 65 73 20 61 72 65 20  |..GIF files are |
00000300  63 6f 6d 6d 6f 6e 20 74  6f 20 65 6e 63 6f 75 6e  |common to encoun|
00000310  74 65 72 20 6f 6e 20 62  75 6c 6c 65 74 69 6e 20  |ter on bulletin |
00000320  62 6f 61 72 64 73 2c 20  69 6e 20 77 68 69 63 68  |boards, in which|
00000330  20 69 6d 61 67 65 73 0a  6f 72 69 67 69 6e 61 74  | images.originat|
00000340  69 6e 67 20 66 72 6f 6d  20 61 20 76 61 72 69 65  |ing from a varie|
00000350  74 79 20 6f 66 20 63 6f  6d 70 75 74 65 72 73 20  |ty of computers |
00000360  61 72 65 20 73 74 6f 72  65 64 20 61 6e 64 20 63  |are stored and c|
00000370  61 6e 20 62 65 20 64 69  73 70 6c 61 79 65 64 0a  |an be displayed.|
00000380  62 79 20 61 20 47 49 46  20 64 65 63 6f 64 65 72  |by a GIF decoder|
00000390  20 70 72 6f 67 72 61 6d  2e 0a 0a 4f 6e 65 20 73  | program...One s|
000003a0  75 63 68 20 70 72 6f 67  72 61 6d 20 66 6f 72 20  |uch program for |
000003b0  74 68 65 20 41 72 63 68  69 6d 65 64 65 73 20 69  |the Archimedes i|
000003c0  73 20 54 72 61 6e 73 6c  61 74 6f 72 2c 20 61 6c  |s Translator, al|
000003d0  73 6f 20 77 72 69 74 74  65 6e 20 62 79 20 6d 65  |so written by me|
000003e0  2c 0a 61 76 61 69 6c 61  62 6c 65 20 66 72 6f 6d  |,.available from|
000003f0  20 73 6f 6d 65 20 62 75  6c 6c 65 74 69 6e 20 62  | some bulletin b|
00000400  6f 61 72 64 73 2c 20 73  65 76 65 72 61 6c 20 70  |oards, several p|
00000410  75 62 6c 69 63 20 64 6f  6d 61 69 6e 20 6c 69 62  |ublic domain lib|
00000420  72 61 72 69 65 73 20 61  6e 64 20 74 68 65 0a 61  |raries and the.a|
00000430  64 64 72 65 73 73 20 6d  65 6e 74 69 6f 6e 65 64  |ddress mentioned|
00000440  20 62 65 6c 6f 77 2e 20  54 68 69 73 20 77 69 6c  | below. This wil|
00000450  6c 20 6e 6f 74 20 6f 6e  6c 79 20 63 6f 6e 76 65  |l not only conve|
00000460  72 74 20 47 49 46 20 66  69 6c 65 73 20 74 6f 20  |rt GIF files to |
00000470  41 72 63 68 69 6d 65 64  65 73 0a 73 70 72 69 74  |Archimedes.sprit|
00000480  65 73 20 62 75 74 20 61  6c 73 6f 20 54 49 46 46  |es but also TIFF|
00000490  2c 20 41 6d 69 67 61 20  49 46 46 2c 20 4d 61 63  |, Amiga IFF, Mac|
000004a0  49 6e 74 6f 73 68 20 4d  61 63 50 61 69 6e 74 2c  |Intosh MacPaint,|
000004b0  20 76 61 72 69 6f 75 73  20 41 74 61 72 69 20 66  | various Atari f|
000004c0  6f 72 6d 61 74 73 2c 0a  73 65 76 65 72 61 6c 20  |ormats,.several |
000004d0  27 6e 61 74 69 76 65 27  20 66 6f 72 6d 61 74 73  |'native' formats|
000004e0  2c 20 65 74 63 2e 2e 20  49 6e 20 61 64 64 69 74  |, etc.. In addit|
000004f0  69 6f 6e 20 74 6f 20 73  70 72 69 74 65 73 2c 20  |ion to sprites, |
00000500  69 74 20 63 61 6e 20 6f  75 74 70 75 74 20 74 68  |it can output th|
00000510  65 0a 27 43 6c 65 61 72  27 20 67 72 61 70 68 69  |e.'Clear' graphi|
00000520  63 73 20 66 69 6c 65 74  79 70 65 2c 20 77 68 69  |cs filetype, whi|
00000530  63 68 20 70 72 65 73 65  72 76 65 73 20 74 68 65  |ch preserves the|
00000540  20 66 75 6c 6c 20 69 6e  70 75 74 20 69 6d 61 67  | full input imag|
00000550  65 20 63 6f 6e 74 65 6e  74 73 0a 28 69 6e 20 63  |e contents.(in c|
00000560  6f 6e 74 72 61 73 74 20  74 6f 20 73 6f 6d 65 20  |ontrast to some |
00000570  73 70 72 69 74 65 73 29  2e 20 54 68 75 73 2c 20  |sprites). Thus, |
00000580  75 73 69 6e 67 20 54 72  61 6e 73 6c 61 74 6f 72  |using Translator|
00000590  20 61 6e 64 20 4d 61 6b  65 47 49 46 20 74 6f 67  | and MakeGIF tog|
000005a0  65 74 68 65 72 2c 0a 6d  6f 73 74 20 67 72 61 70  |ether,.most grap|
000005b0  68 69 63 73 20 66 6f 72  6d 61 74 73 20 61 63 63  |hics formats acc|
000005c0  65 70 74 65 64 20 62 79  20 54 72 61 6e 73 6c 61  |epted by Transla|
000005d0  74 6f 72 20 6d 61 79 20  62 65 20 63 6f 6e 76 65  |tor may be conve|
000005e0  72 74 65 64 20 74 6f 20  61 20 47 49 46 20 66 69  |rted to a GIF fi|
000005f0  6c 65 0a 77 69 74 68 6f  75 74 20 6c 6f 73 73 20  |le.without loss |
00000600  6f 66 20 70 69 63 74 75  72 65 20 69 6e 66 6f 72  |of picture infor|
00000610  6d 61 74 69 6f 6e 2e 0a  0a 2d 2d 2d 2d 2d 2d 2d  |mation...-------|
00000620  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 2d 20 54  |------------.- T|
00000630  68 65 20 61 70 70 6c 69  63 61 74 69 6f 6e 20 2d  |he application -|
00000640  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00000650  2d 2d 2d 2d 0a 0a 4d 61  6b 65 47 49 46 20 69 73  |----..MakeGIF is|
00000660  20 61 20 66 75 6c 6c 20  52 49 53 43 4f 53 20 6d  | a full RISCOS m|
00000670  75 6c 74 69 74 61 73 6b  69 6e 67 20 61 70 70 6c  |ultitasking appl|
00000680  69 63 61 74 69 6f 6e 2c  20 61 6e 64 20 77 69 6c  |ication, and wil|
00000690  6c 20 69 6e 73 74 61 6c  6c 20 69 74 73 65 6c 66  |l install itself|
000006a0  0a 6f 6e 20 74 68 65 20  69 63 6f 6e 62 61 72 20  |.on the iconbar |
000006b0  77 68 65 6e 20 79 6f 75  20 64 6f 75 62 6c 65 2d  |when you double-|
000006c0  63 6c 69 63 6b 20 6f 6e  20 74 68 65 20 27 21 4d  |click on the '!M|
000006d0  61 6b 65 47 49 46 27 20  61 70 70 6c 69 63 61 74  |akeGIF' applicat|
000006e0  69 6f 6e 2e 0a 0a 54 6f  20 6d 61 6b 65 20 61 20  |ion...To make a |
000006f0  47 49 46 20 66 69 6c 65  2c 20 73 69 6d 70 6c 79  |GIF file, simply|
00000700  20 64 72 61 67 20 61 20  73 70 72 69 74 65 20 66  | drag a sprite f|
00000710  69 6c 65 20 6f 72 20 61  20 43 6c 65 61 72 20 66  |ile or a Clear f|
00000720  69 6c 65 20 74 6f 20 74  68 65 20 69 63 6f 6e 62  |ile to the iconb|
00000730  61 72 0a 69 63 6f 6e 2e  20 41 20 27 53 61 76 65  |ar.icon. A 'Save|
00000740  20 61 73 27 20 77 69 6e  64 6f 77 20 77 69 6c 6c  | as' window will|
00000750  20 70 6f 70 20 75 70 2c  20 69 6e 20 77 68 69 63  | pop up, in whic|
00000760  68 20 74 68 65 20 6c 65  61 66 20 66 69 6c 65 6e  |h the leaf filen|
00000770  61 6d 65 20 66 6f 72 20  74 68 65 0a 72 65 73 75  |ame for the.resu|
00000780  6c 74 69 6e 67 20 47 49  46 20 66 69 6c 65 20 63  |lting GIF file c|
00000790  61 6e 20 62 65 20 65 6e  74 65 72 65 64 2c 20 61  |an be entered, a|
000007a0  66 74 65 72 20 77 68 69  63 68 20 74 68 65 20 47  |fter which the G|
000007b0  49 46 20 69 63 6f 6e 20  73 68 6f 75 6c 64 20 62  |IF icon should b|
000007c0  65 20 64 72 61 67 67 65  64 0a 74 6f 20 61 20 66  |e dragged.to a f|
000007d0  69 6c 65 72 20 77 69 6e  64 6f 77 20 61 73 20 75  |iler window as u|
000007e0  73 75 61 6c 2e 20 54 68  65 20 47 49 46 20 66 69  |sual. The GIF fi|
000007f0  6c 65 20 77 69 6c 6c 20  74 68 65 6e 20 62 65 20  |le will then be |
00000800  63 72 65 61 74 65 64 2e  20 54 68 65 20 47 49 46  |created. The GIF|
00000810  20 66 69 6c 65 0a 77 69  6c 6c 20 62 65 20 66 69  | file.will be fi|
00000820  6c 65 74 79 70 65 64 20  26 36 39 35 2c 20 77 68  |letyped &695, wh|
00000830  69 63 68 20 69 73 20 74  68 65 20 66 69 6c 65 74  |ich is the filet|
00000840  79 70 65 20 66 6f 72 20  47 49 46 20 66 69 6c 65  |ype for GIF file|
00000850  73 20 75 73 65 64 20 62  79 20 54 72 61 6e 73 6c  |s used by Transl|
00000860  61 74 6f 72 2e 0a 0a 4d  61 6b 65 47 49 46 20 62  |ator...MakeGIF b|
00000870  75 66 66 65 72 73 20 74  68 65 20 69 6e 70 75 74  |uffers the input|
00000880  20 61 6e 64 20 6f 75 74  70 75 74 20 66 69 6c 65  | and output file|
00000890  73 20 69 6e 20 6d 65 6d  6f 72 79 2c 20 73 6f 20  |s in memory, so |
000008a0  67 69 76 69 6e 67 20 4d  61 6b 65 47 49 46 20 6d  |giving MakeGIF m|
000008b0  6f 72 65 0a 6d 65 6d 6f  72 79 20 77 69 6c 6c 20  |ore.memory will |
000008c0  73 70 65 65 64 20 75 70  20 74 68 65 20 63 6f 6e  |speed up the con|
000008d0  76 65 72 73 69 6f 6e 20  28 68 6f 77 20 6d 75 63  |version (how muc|
000008e0  68 20 64 65 70 65 6e 64  73 20 6f 6e 20 74 68 65  |h depends on the|
000008f0  20 66 69 6c 65 27 73 20  73 69 7a 65 73 29 2e 0a  | file's sizes)..|
00000900  0a 4f 6e 6c 79 20 74 68  65 20 66 69 72 73 74 20  |.Only the first |
00000910  73 70 72 69 74 65 20 65  6e 63 6f 75 6e 74 65 72  |sprite encounter|
00000920  65 64 20 69 6e 20 61 20  73 70 72 69 74 65 20 66  |ed in a sprite f|
00000930  69 6c 65 20 77 69 6c 6c  20 62 65 20 69 6e 63 6c  |ile will be incl|
00000940  75 64 65 64 20 69 6e 20  74 68 65 0a 47 49 46 20  |uded in the.GIF |
00000950  66 69 6c 65 2e 20 54 68  6f 75 67 68 20 74 68 65  |file. Though the|
00000960  20 47 49 46 20 73 74 61  6e 64 61 72 64 20 69 6e  | GIF standard in|
00000970  63 6c 75 64 65 73 20 74  68 65 20 70 6f 73 73 69  |cludes the possi|
00000980  62 69 6c 69 74 79 20 66  6f 72 20 6d 6f 72 65 20  |bility for more |
00000990  74 68 61 6e 20 6f 6e 65  0a 69 6d 61 67 65 20 69  |than one.image i|
000009a0  6e 20 61 20 47 49 46 20  66 69 6c 65 2c 20 74 68  |n a GIF file, th|
000009b0  65 20 73 74 61 6e 64 61  72 64 20 61 63 74 75 61  |e standard actua|
000009c0  6c 6c 79 20 72 65 71 75  69 72 65 73 20 74 68 61  |lly requires tha|
000009d0  74 20 74 68 65 20 69 6d  61 67 65 73 20 61 72 65  |t the images are|
000009e0  0a 72 65 6c 61 74 65 64  20 28 69 2e 65 2e 20 61  |.related (i.e. a|
000009f0  6e 20 61 6e 69 6d 61 74  69 6f 6e 20 73 65 71 75  |n animation sequ|
00000a00  65 6e 63 65 29 2c 20 61  6e 64 20 74 68 61 74 20  |ence), and that |
00000a10  74 68 65 79 20 61 72 65  20 64 69 73 70 6c 61 79  |they are display|
00000a20  65 64 20 71 75 69 63 6b  6c 79 0a 69 6e 20 73 75  |ed quickly.in su|
00000a30  63 63 65 73 73 69 6f 6e  2e 20 42 65 63 61 75 73  |ccession. Becaus|
00000a40  65 20 6f 66 20 74 68 65  20 63 6f 6d 70 6c 65 78  |e of the complex|
00000a50  69 74 79 20 6f 66 20 74  68 69 73 2c 20 6d 6f 73  |ity of this, mos|
00000a60  74 20 47 49 46 20 64 65  63 6f 64 65 72 73 20 77  |t GIF decoders w|
00000a70  69 6c 6c 20 6e 6f 74 0a  68 61 6e 64 6c 65 20 6d  |ill not.handle m|
00000a80  75 6c 74 69 70 6c 65 20  69 6d 61 67 65 73 20 61  |ultiple images a|
00000a90  6e 79 77 61 79 2e 0a 0a  49 66 20 79 6f 75 20 68  |nyway...If you h|
00000aa0  61 76 65 20 63 6f 6d 70  6c 61 69 6e 74 73 2c 20  |ave complaints, |
00000ab0  63 6f 6d 6d 65 6e 74 73  20 6f 72 20 62 75 67 73  |comments or bugs|
00000ac0  28 21 29 20 74 6f 20 6f  66 66 65 72 20 6d 65 2c  |(!) to offer me,|
00000ad0  20 77 72 69 74 65 20 74  6f 20 3a 0a 0a 4a 6f 68  | write to :..Joh|
00000ae0  6e 20 4b 6f 72 74 69 6e  6b 0a 4d 69 64 64 65 6c  |n Kortink.Middel|
00000af0  68 75 69 73 73 74 72 2e  20 31 37 0a 37 34 38 32  |huisstr. 17.7482|
00000b00  20 45 4c 20 48 61 61 6b  73 62 65 72 67 65 6e 0a  | EL Haaksbergen.|
00000b10  54 68 65 20 4e 65 74 68  65 72 6c 61 6e 64 73 0a  |The Netherlands.|
00000b20  0a 4e 65 77 20 76 65 72  73 69 6f 6e 73 20 61 72  |.New versions ar|
00000b30  65 20 61 76 61 69 6c 61  62 6c 65 20 66 72 6f 6d  |e available from|
00000b40  20 74 68 65 20 73 61 6d  65 20 61 64 64 72 65 73  | the same addres|
00000b50  73 20 3a 20 6a 75 73 74  20 73 65 6e 64 20 73 6f  |s : just send so|
00000b60  6d 65 20 6d 6f 6e 65 79  0a 74 6f 20 63 6f 76 65  |me money.to cove|
00000b70  72 20 70 6f 73 74 61 67  65 20 61 6e 64 20 61 20  |r postage and a |
00000b80  73 65 6c 66 2d 61 64 64  72 65 73 73 65 64 20 65  |self-addressed e|
00000b90  6e 76 65 6c 6f 70 65 20  63 6f 6e 74 61 69 6e 69  |nvelope containi|
00000ba0  6e 67 20 61 20 33 2e 35  22 20 64 69 73 63 2e 20  |ng a 3.5" disc. |
00000bb0  41 73 0a 74 68 69 73 20  61 70 70 6c 69 63 61 74  |As.this applicat|
00000bc0  69 6f 6e 20 69 73 20 75  6e 64 65 72 20 63 6f 6e  |ion is under con|
00000bd0  74 69 6e 75 6f 75 73 20  64 65 76 65 6c 6f 70 6d  |tinuous developm|
00000be0  65 6e 74 2c 20 79 6f 75  20 61 72 65 20 76 65 72  |ent, you are ver|
00000bf0  79 20 6c 69 6b 65 6c 79  20 74 6f 20 67 65 74 0a  |y likely to get.|
00000c00  61 20 6e 65 77 65 72 20  76 65 72 73 69 6f 6e 20  |a newer version |
00000c10  21 0a 0a 48 61 70 70 79  20 47 49 46 66 69 6e 67  |!..Happy GIFfing|
00000c20  20 21 21 21 0a 0a 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  | !!!..__________|
00000c30  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000c70  5f 5f 5f 5f 5f 0a 0a 21  21 21 20 4e 4f 54 45 20  |_____..!!! NOTE |
00000c80  21 21 21 0a 0a 59 6f 75  20 6d 61 79 20 4e 4f 54  |!!!..You may NOT|
00000c90  20 63 68 61 6e 67 65 20  74 68 69 73 20 61 70 70  | change this app|
00000ca0  6c 69 63 61 74 69 6f 6e  20 6f 72 20 75 73 65 20  |lication or use |
00000cb0  41 4e 59 20 70 61 72 74  20 6f 66 20 69 74 20 69  |ANY part of it i|
00000cc0  6e 20 6f 74 68 65 72 20  70 72 6f 64 75 63 74 73  |n other products|
00000cd0  0a 77 69 74 68 6f 75 74  20 6d 79 20 61 70 70 72  |.without my appr|
00000ce0  6f 76 61 6c 2e 20 59 6f  75 20 6d 61 79 20 73 70  |oval. You may sp|
00000cf0  72 65 61 64 20 69 74 20  66 72 65 65 6c 79 20 28  |read it freely (|
00000d00  77 69 74 68 20 2a 41 4c  4c 2a 20 66 69 6c 65 73  |with *ALL* files|
00000d10  20 69 6e 63 6c 75 64 65  64 29 2c 20 62 75 74 0a  | included), but.|
00000d20  6e 6f 74 20 66 6f 72 20  61 6e 79 20 70 72 6f 66  |not for any prof|
00000d30  69 74 2e 20 54 68 69 73  20 73 6f 66 74 77 61 72  |it. This softwar|
00000d40  65 20 69 73 20 70 72 6f  76 69 64 65 64 20 27 61  |e is provided 'a|
00000d50  73 20 69 73 27 2e 20 55  73 69 6e 67 20 69 74 20  |s is'. Using it |
00000d60  69 73 20 65 6e 74 69 72  65 6c 79 20 61 74 0a 79  |is entirely at.y|
00000d70  6f 75 72 20 6f 77 6e 20  72 69 73 6b 2e 0a 0a 5f  |our own risk..._|
00000d80  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000dc0  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 0a 0a  |______________..|
00000dd0