Home » Archimedes archive » Acorn User » Acorn User - Shareware Collection (1993).adf » Process » !Process/!Help

!Process/!Help

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 » Acorn User » Acorn User - Shareware Collection (1993).adf » Process
Filename: !Process/!Help
Read OK:
File size: 1232 bytes
Load address: 0000
Exec address: 0000
File contents
                                   !Process
                          ===========================
                          256 colour image processing
                                      by
                          Henrik Bjerregaard Pedersen
                                 28-July-1993

   This program is ShareWare.

   You are free to copy it and give it to anyone, as long as you don't make any
 profit and as long as I'm fully credited. You may NOT sell it, but
 PublicDomain/ShareWare-libraries may charge a nominal fee to cover the cost of
 disc, postage etc.

   If you like the program and use it regularly I expect you to send me a
 registration fee of DKr 100 or more. As a registered user you may send me a
 disc, a SAE and a �1 coin (or an international postage coupon) and I'll return
 it with the lastest version of !Process.
   Schools/companies should register one copy (DKr 100) for every 5 machines.

   You must not modify any of the files in the application, with the exception
 of the !Boot and !Run files which contain the default option settings.

   Send your registration fee to the address below.
   Pay by either cheque or cash.
   Cheques: MUST be in Danish Kroner (DKr 100 = �10 = DMark 25), drawn on a
    Danish bank. Any other currency than DKr will NOT be accepted.
   Cash: Pound, DMark or whatever, but NO coins, only notes. And big ones too,
    please.

----------------------------------------------------------------------------

   About !Process
  ================
   !Process is a 256-colour sprite processing/manipulation program.
   It enables you to manipulated 256-colour sprites in a variety of ways,
 including noise-removal, sharpening, smoothening, inverting, colour
 separation, conversion to black/white or greytones, edge-detection and more.
   Besides that, !Process also includes some of the features found in !Paint or
 other basic drawing packages.
   All in all, !Process includes almost 80 different ways to manipulate an
 image, and many of these can be varied endlessly.

   Why don't you make a 24 bit version?
  ======================================
   Funny you should ask! By coincidence, I'm working on it and expect it to
 be released later this year. Of course, it will be free to registered users
 of this version.

   This version
  ==============
   Whirl: A cute little effect I saw in the Archimedes World review of Photopia.
          Of course, my version is probaly faster.

   Next version (hopefully)
  ==========================
   Ehh, any suggestions?



   !Process 1.15 28-July-1993
---------------------------------------------------------------------------
   The application directory contains these files:

   !Boot
   !Guide                  Guide to !Process
   !Help                   This file
   !Run
   !RunImage
   !Sprites
   !Sprites22
   !Sprites23
   GenMap                  Custom map generator
   Interface?              About the InterfaceManager
   Resources.!Intro
   Resources.Code.Distort
   Resources.Code.Whirl
   Resources.ColourPro     Process 1.06 (colour version)
   Resources.ColourMap     ColourMap 1.04
   Resources.GreyPro       Process 1.01 (greytone version)
   Resources.Interface     Interface manager 2.00
   Resources.Intro
   Resources.Intro22
   Resources.Templates
   Resources.Ups           Ups 1.03
   Resources.XSprites
   Resources.XSprites22
   Sprites
   Sprites22

-----------------------------------------------------------------------------
   Credits:
            John Kortink:  I must admit I got a few ideas from his !GreyEdit.
                           Most of the filters supported by !Process are
                           heavily inspired by (borrowed from) those included
                           in !GreyEdit 1.02.

            Software Interrupt/Simon Huntington:  I don't know how anyone
                           manages to live without the InterfaceManager.

            Richard G. Hallas:  Give that man any program and he'll be sure
                           to find at least 10 bugs.
                           Also, he designed the multisync version of the
                           sprites used in !Process.

            S�ren Lange :  Found a rather annoying little bug.

            Rob Miller, BAU:  Thanks for the 1/8th page in BAU June 1993.

            John Green, Carsten Hedegaard, Alan Taylor, Erik Ulijn: The only
                           registered users!!!
                           
-----------------------------------------------------------------------------

   Henrik Bjerregaard Pedersen
   Stengaards Alle 13 B
   DK-2800 Lyngby
   Denmark

   Phone (+45) 42 88 37 56
00000000  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000020  20 20 20 20 21 50 72 6f  63 65 73 73 0a 20 20 20  |    !Process.   |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000040  20 20 20 20 20 20 20 3d  3d 3d 3d 3d 3d 3d 3d 3d  |       =========|
00000050  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000060  3d 3d 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |==.             |
00000070  20 20 20 20 20 20 20 20  20 20 20 20 20 32 35 36  |             256|
00000080  20 63 6f 6c 6f 75 72 20  69 6d 61 67 65 20 70 72  | colour image pr|
00000090  6f 63 65 73 73 69 6e 67  0a 20 20 20 20 20 20 20  |ocessing.       |
000000a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 62  |               b|
000000c0  79 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |y.              |
000000d0  20 20 20 20 20 20 20 20  20 20 20 20 48 65 6e 72  |            Henr|
000000e0  69 6b 20 42 6a 65 72 72  65 67 61 61 72 64 20 50  |ik Bjerregaard P|
000000f0  65 64 65 72 73 65 6e 0a  20 20 20 20 20 20 20 20  |edersen.        |
00000100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000110  20 20 20 20 20 20 20 20  20 32 38 2d 4a 75 6c 79  |         28-July|
00000120  2d 31 39 39 33 0a 0a 20  20 20 54 68 69 73 20 70  |-1993..   This p|
00000130  72 6f 67 72 61 6d 20 69  73 20 53 68 61 72 65 57  |rogram is ShareW|
00000140  61 72 65 2e 0a 0a 20 20  20 59 6f 75 20 61 72 65  |are...   You are|
00000150  20 66 72 65 65 20 74 6f  20 63 6f 70 79 20 69 74  | free to copy it|
00000160  20 61 6e 64 20 67 69 76  65 20 69 74 20 74 6f 20  | and give it to |
00000170  61 6e 79 6f 6e 65 2c 20  61 73 20 6c 6f 6e 67 20  |anyone, as long |
00000180  61 73 20 79 6f 75 20 64  6f 6e 27 74 20 6d 61 6b  |as you don't mak|
00000190  65 20 61 6e 79 0a 20 70  72 6f 66 69 74 20 61 6e  |e any. profit an|
000001a0  64 20 61 73 20 6c 6f 6e  67 20 61 73 20 49 27 6d  |d as long as I'm|
000001b0  20 66 75 6c 6c 79 20 63  72 65 64 69 74 65 64 2e  | fully credited.|
000001c0  20 59 6f 75 20 6d 61 79  20 4e 4f 54 20 73 65 6c  | You may NOT sel|
000001d0  6c 20 69 74 2c 20 62 75  74 0a 20 50 75 62 6c 69  |l it, but. Publi|
000001e0  63 44 6f 6d 61 69 6e 2f  53 68 61 72 65 57 61 72  |cDomain/ShareWar|
000001f0  65 2d 6c 69 62 72 61 72  69 65 73 20 6d 61 79 20  |e-libraries may |
00000200  63 68 61 72 67 65 20 61  20 6e 6f 6d 69 6e 61 6c  |charge a nominal|
00000210  20 66 65 65 20 74 6f 20  63 6f 76 65 72 20 74 68  | fee to cover th|
00000220  65 20 63 6f 73 74 20 6f  66 0a 20 64 69 73 63 2c  |e cost of. disc,|
00000230  20 70 6f 73 74 61 67 65  20 65 74 63 2e 0a 0a 20  | postage etc... |
00000240  20 20 49 66 20 79 6f 75  20 6c 69 6b 65 20 74 68  |  If you like th|
00000250  65 20 70 72 6f 67 72 61  6d 20 61 6e 64 20 75 73  |e program and us|
00000260  65 20 69 74 20 72 65 67  75 6c 61 72 6c 79 20 49  |e it regularly I|
00000270  20 65 78 70 65 63 74 20  79 6f 75 20 74 6f 20 73  | expect you to s|
00000280  65 6e 64 20 6d 65 20 61  0a 20 72 65 67 69 73 74  |end me a. regist|
00000290  72 61 74 69 6f 6e 20 66  65 65 20 6f 66 20 44 4b  |ration fee of DK|
000002a0  72 20 31 30 30 20 6f 72  20 6d 6f 72 65 2e 20 41  |r 100 or more. A|
000002b0  73 20 61 20 72 65 67 69  73 74 65 72 65 64 20 75  |s a registered u|
000002c0  73 65 72 20 79 6f 75 20  6d 61 79 20 73 65 6e 64  |ser you may send|
000002d0  20 6d 65 20 61 0a 20 64  69 73 63 2c 20 61 20 53  | me a. disc, a S|
000002e0  41 45 20 61 6e 64 20 61  20 a3 31 20 63 6f 69 6e  |AE and a .1 coin|
000002f0  20 28 6f 72 20 61 6e 20  69 6e 74 65 72 6e 61 74  | (or an internat|
00000300  69 6f 6e 61 6c 20 70 6f  73 74 61 67 65 20 63 6f  |ional postage co|
00000310  75 70 6f 6e 29 20 61 6e  64 20 49 27 6c 6c 20 72  |upon) and I'll r|
00000320  65 74 75 72 6e 0a 20 69  74 20 77 69 74 68 20 74  |eturn. it with t|
00000330  68 65 20 6c 61 73 74 65  73 74 20 76 65 72 73 69  |he lastest versi|
00000340  6f 6e 20 6f 66 20 21 50  72 6f 63 65 73 73 2e 0a  |on of !Process..|
00000350  20 20 20 53 63 68 6f 6f  6c 73 2f 63 6f 6d 70 61  |   Schools/compa|
00000360  6e 69 65 73 20 73 68 6f  75 6c 64 20 72 65 67 69  |nies should regi|
00000370  73 74 65 72 20 6f 6e 65  20 63 6f 70 79 20 28 44  |ster one copy (D|
00000380  4b 72 20 31 30 30 29 20  66 6f 72 20 65 76 65 72  |Kr 100) for ever|
00000390  79 20 35 20 6d 61 63 68  69 6e 65 73 2e 0a 0a 20  |y 5 machines... |
000003a0  20 20 59 6f 75 20 6d 75  73 74 20 6e 6f 74 20 6d  |  You must not m|
000003b0  6f 64 69 66 79 20 61 6e  79 20 6f 66 20 74 68 65  |odify any of the|
000003c0  20 66 69 6c 65 73 20 69  6e 20 74 68 65 20 61 70  | files in the ap|
000003d0  70 6c 69 63 61 74 69 6f  6e 2c 20 77 69 74 68 20  |plication, with |
000003e0  74 68 65 20 65 78 63 65  70 74 69 6f 6e 0a 20 6f  |the exception. o|
000003f0  66 20 74 68 65 20 21 42  6f 6f 74 20 61 6e 64 20  |f the !Boot and |
00000400  21 52 75 6e 20 66 69 6c  65 73 20 77 68 69 63 68  |!Run files which|
00000410  20 63 6f 6e 74 61 69 6e  20 74 68 65 20 64 65 66  | contain the def|
00000420  61 75 6c 74 20 6f 70 74  69 6f 6e 20 73 65 74 74  |ault option sett|
00000430  69 6e 67 73 2e 0a 0a 20  20 20 53 65 6e 64 20 79  |ings...   Send y|
00000440  6f 75 72 20 72 65 67 69  73 74 72 61 74 69 6f 6e  |our registration|
00000450  20 66 65 65 20 74 6f 20  74 68 65 20 61 64 64 72  | fee to the addr|
00000460  65 73 73 20 62 65 6c 6f  77 2e 0a 20 20 20 50 61  |ess below..   Pa|
00000470  79 20 62 79 20 65 69 74  68 65 72 20 63 68 65 71  |y by either cheq|
00000480  75 65 20 6f 72 20 63 61  73 68 2e 0a 20 20 20 43  |ue or cash..   C|
00000490  68 65 71 75 65 73 3a 20  4d 55 53 54 20 62 65 20  |heques: MUST be |
000004a0  69 6e 20 44 61 6e 69 73  68 20 4b 72 6f 6e 65 72  |in Danish Kroner|
000004b0  20 28 44 4b 72 20 31 30  30 20 3d 20 a3 31 30 20  | (DKr 100 = .10 |
000004c0  3d 20 44 4d 61 72 6b 20  32 35 29 2c 20 64 72 61  |= DMark 25), dra|
000004d0  77 6e 20 6f 6e 20 61 0a  20 20 20 20 44 61 6e 69  |wn on a.    Dani|
000004e0  73 68 20 62 61 6e 6b 2e  20 41 6e 79 20 6f 74 68  |sh bank. Any oth|
000004f0  65 72 20 63 75 72 72 65  6e 63 79 20 74 68 61 6e  |er currency than|
00000500  20 44 4b 72 20 77 69 6c  6c 20 4e 4f 54 20 62 65  | DKr will NOT be|
00000510  20 61 63 63 65 70 74 65  64 2e 0a 20 20 20 43 61  | accepted..   Ca|
00000520  73 68 3a 20 50 6f 75 6e  64 2c 20 44 4d 61 72 6b  |sh: Pound, DMark|
00000530  20 6f 72 20 77 68 61 74  65 76 65 72 2c 20 62 75  | or whatever, bu|
00000540  74 20 4e 4f 20 63 6f 69  6e 73 2c 20 6f 6e 6c 79  |t NO coins, only|
00000550  20 6e 6f 74 65 73 2e 20  41 6e 64 20 62 69 67 20  | notes. And big |
00000560  6f 6e 65 73 20 74 6f 6f  2c 0a 20 20 20 20 70 6c  |ones too,.    pl|
00000570  65 61 73 65 2e 0a 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ease...---------|
00000580  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000005c0  2d 2d 2d 0a 0a 20 20 20  41 62 6f 75 74 20 21 50  |---..   About !P|
000005d0  72 6f 63 65 73 73 0a 20  20 3d 3d 3d 3d 3d 3d 3d  |rocess.  =======|
000005e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 20 20 20 21 50 72  |=========.   !Pr|
000005f0  6f 63 65 73 73 20 69 73  20 61 20 32 35 36 2d 63  |ocess is a 256-c|
00000600  6f 6c 6f 75 72 20 73 70  72 69 74 65 20 70 72 6f  |olour sprite pro|
00000610  63 65 73 73 69 6e 67 2f  6d 61 6e 69 70 75 6c 61  |cessing/manipula|
00000620  74 69 6f 6e 20 70 72 6f  67 72 61 6d 2e 0a 20 20  |tion program..  |
00000630  20 49 74 20 65 6e 61 62  6c 65 73 20 79 6f 75 20  | It enables you |
00000640  74 6f 20 6d 61 6e 69 70  75 6c 61 74 65 64 20 32  |to manipulated 2|
00000650  35 36 2d 63 6f 6c 6f 75  72 20 73 70 72 69 74 65  |56-colour sprite|
00000660  73 20 69 6e 20 61 20 76  61 72 69 65 74 79 20 6f  |s in a variety o|
00000670  66 20 77 61 79 73 2c 0a  20 69 6e 63 6c 75 64 69  |f ways,. includi|
00000680  6e 67 20 6e 6f 69 73 65  2d 72 65 6d 6f 76 61 6c  |ng noise-removal|
00000690  2c 20 73 68 61 72 70 65  6e 69 6e 67 2c 20 73 6d  |, sharpening, sm|
000006a0  6f 6f 74 68 65 6e 69 6e  67 2c 20 69 6e 76 65 72  |oothening, inver|
000006b0  74 69 6e 67 2c 20 63 6f  6c 6f 75 72 0a 20 73 65  |ting, colour. se|
000006c0  70 61 72 61 74 69 6f 6e  2c 20 63 6f 6e 76 65 72  |paration, conver|
000006d0  73 69 6f 6e 20 74 6f 20  62 6c 61 63 6b 2f 77 68  |sion to black/wh|
000006e0  69 74 65 20 6f 72 20 67  72 65 79 74 6f 6e 65 73  |ite or greytones|
000006f0  2c 20 65 64 67 65 2d 64  65 74 65 63 74 69 6f 6e  |, edge-detection|
00000700  20 61 6e 64 20 6d 6f 72  65 2e 0a 20 20 20 42 65  | and more..   Be|
00000710  73 69 64 65 73 20 74 68  61 74 2c 20 21 50 72 6f  |sides that, !Pro|
00000720  63 65 73 73 20 61 6c 73  6f 20 69 6e 63 6c 75 64  |cess also includ|
00000730  65 73 20 73 6f 6d 65 20  6f 66 20 74 68 65 20 66  |es some of the f|
00000740  65 61 74 75 72 65 73 20  66 6f 75 6e 64 20 69 6e  |eatures found in|
00000750  20 21 50 61 69 6e 74 20  6f 72 0a 20 6f 74 68 65  | !Paint or. othe|
00000760  72 20 62 61 73 69 63 20  64 72 61 77 69 6e 67 20  |r basic drawing |
00000770  70 61 63 6b 61 67 65 73  2e 0a 20 20 20 41 6c 6c  |packages..   All|
00000780  20 69 6e 20 61 6c 6c 2c  20 21 50 72 6f 63 65 73  | in all, !Proces|
00000790  73 20 69 6e 63 6c 75 64  65 73 20 61 6c 6d 6f 73  |s includes almos|
000007a0  74 20 38 30 20 64 69 66  66 65 72 65 6e 74 20 77  |t 80 different w|
000007b0  61 79 73 20 74 6f 20 6d  61 6e 69 70 75 6c 61 74  |ays to manipulat|
000007c0  65 20 61 6e 0a 20 69 6d  61 67 65 2c 20 61 6e 64  |e an. image, and|
000007d0  20 6d 61 6e 79 20 6f 66  20 74 68 65 73 65 20 63  | many of these c|
000007e0  61 6e 20 62 65 20 76 61  72 69 65 64 20 65 6e 64  |an be varied end|
000007f0  6c 65 73 73 6c 79 2e 0a  0a 20 20 20 57 68 79 20  |lessly...   Why |
00000800  64 6f 6e 27 74 20 79 6f  75 20 6d 61 6b 65 20 61  |don't you make a|
00000810  20 32 34 20 62 69 74 20  76 65 72 73 69 6f 6e 3f  | 24 bit version?|
00000820  0a 20 20 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.  =============|
00000830  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000840  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 20 20 20 46 75 6e  |=========.   Fun|
00000850  6e 79 20 79 6f 75 20 73  68 6f 75 6c 64 20 61 73  |ny you should as|
00000860  6b 21 20 42 79 20 63 6f  69 6e 63 69 64 65 6e 63  |k! By coincidenc|
00000870  65 2c 20 49 27 6d 20 77  6f 72 6b 69 6e 67 20 6f  |e, I'm working o|
00000880  6e 20 69 74 20 61 6e 64  20 65 78 70 65 63 74 20  |n it and expect |
00000890  69 74 20 74 6f 0a 20 62  65 20 72 65 6c 65 61 73  |it to. be releas|
000008a0  65 64 20 6c 61 74 65 72  20 74 68 69 73 20 79 65  |ed later this ye|
000008b0  61 72 2e 20 4f 66 20 63  6f 75 72 73 65 2c 20 69  |ar. Of course, i|
000008c0  74 20 77 69 6c 6c 20 62  65 20 66 72 65 65 20 74  |t will be free t|
000008d0  6f 20 72 65 67 69 73 74  65 72 65 64 20 75 73 65  |o registered use|
000008e0  72 73 0a 20 6f 66 20 74  68 69 73 20 76 65 72 73  |rs. of this vers|
000008f0  69 6f 6e 2e 0a 0a 20 20  20 54 68 69 73 20 76 65  |ion...   This ve|
00000900  72 73 69 6f 6e 0a 20 20  3d 3d 3d 3d 3d 3d 3d 3d  |rsion.  ========|
00000910  3d 3d 3d 3d 3d 3d 0a 20  20 20 57 68 69 72 6c 3a  |======.   Whirl:|
00000920  20 41 20 63 75 74 65 20  6c 69 74 74 6c 65 20 65  | A cute little e|
00000930  66 66 65 63 74 20 49 20  73 61 77 20 69 6e 20 74  |ffect I saw in t|
00000940  68 65 20 41 72 63 68 69  6d 65 64 65 73 20 57 6f  |he Archimedes Wo|
00000950  72 6c 64 20 72 65 76 69  65 77 20 6f 66 20 50 68  |rld review of Ph|
00000960  6f 74 6f 70 69 61 2e 0a  20 20 20 20 20 20 20 20  |otopia..        |
00000970  20 20 4f 66 20 63 6f 75  72 73 65 2c 20 6d 79 20  |  Of course, my |
00000980  76 65 72 73 69 6f 6e 20  69 73 20 70 72 6f 62 61  |version is proba|
00000990  6c 79 20 66 61 73 74 65  72 2e 0a 0a 20 20 20 4e  |ly faster...   N|
000009a0  65 78 74 20 76 65 72 73  69 6f 6e 20 28 68 6f 70  |ext version (hop|
000009b0  65 66 75 6c 6c 79 29 0a  20 20 3d 3d 3d 3d 3d 3d  |efully).  ======|
000009c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
000009d0  3d 3d 3d 3d 0a 20 20 20  45 68 68 2c 20 61 6e 79  |====.   Ehh, any|
000009e0  20 73 75 67 67 65 73 74  69 6f 6e 73 3f 0a 0a 0a  | suggestions?...|
000009f0  0a 20 20 20 21 50 72 6f  63 65 73 73 20 31 2e 31  |.   !Process 1.1|
00000a00  35 20 32 38 2d 4a 75 6c  79 2d 31 39 39 33 0a 2d  |5 28-July-1993.-|
00000a10  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000a50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 20 20 20 54 68  |----------.   Th|
00000a60  65 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 64 69  |e application di|
00000a70  72 65 63 74 6f 72 79 20  63 6f 6e 74 61 69 6e 73  |rectory contains|
00000a80  20 74 68 65 73 65 20 66  69 6c 65 73 3a 0a 0a 20  | these files:.. |
00000a90  20 20 21 42 6f 6f 74 0a  20 20 20 21 47 75 69 64  |  !Boot.   !Guid|
00000aa0  65 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e               |
00000ab0  20 20 20 47 75 69 64 65  20 74 6f 20 21 50 72 6f  |   Guide to !Pro|
00000ac0  63 65 73 73 0a 20 20 20  21 48 65 6c 70 20 20 20  |cess.   !Help   |
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ae0  54 68 69 73 20 66 69 6c  65 0a 20 20 20 21 52 75  |This file.   !Ru|
00000af0  6e 0a 20 20 20 21 52 75  6e 49 6d 61 67 65 0a 20  |n.   !RunImage. |
00000b00  20 20 21 53 70 72 69 74  65 73 0a 20 20 20 21 53  |  !Sprites.   !S|
00000b10  70 72 69 74 65 73 32 32  0a 20 20 20 21 53 70 72  |prites22.   !Spr|
00000b20  69 74 65 73 32 33 0a 20  20 20 47 65 6e 4d 61 70  |ites23.   GenMap|
00000b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b40  20 20 43 75 73 74 6f 6d  20 6d 61 70 20 67 65 6e  |  Custom map gen|
00000b50  65 72 61 74 6f 72 0a 20  20 20 49 6e 74 65 72 66  |erator.   Interf|
00000b60  61 63 65 3f 20 20 20 20  20 20 20 20 20 20 20 20  |ace?            |
00000b70  20 20 41 62 6f 75 74 20  74 68 65 20 49 6e 74 65  |  About the Inte|
00000b80  72 66 61 63 65 4d 61 6e  61 67 65 72 0a 20 20 20  |rfaceManager.   |
00000b90  52 65 73 6f 75 72 63 65  73 2e 21 49 6e 74 72 6f  |Resources.!Intro|
00000ba0  0a 20 20 20 52 65 73 6f  75 72 63 65 73 2e 43 6f  |.   Resources.Co|
00000bb0  64 65 2e 44 69 73 74 6f  72 74 0a 20 20 20 52 65  |de.Distort.   Re|
00000bc0  73 6f 75 72 63 65 73 2e  43 6f 64 65 2e 57 68 69  |sources.Code.Whi|
00000bd0  72 6c 0a 20 20 20 52 65  73 6f 75 72 63 65 73 2e  |rl.   Resources.|
00000be0  43 6f 6c 6f 75 72 50 72  6f 20 20 20 20 20 50 72  |ColourPro     Pr|
00000bf0  6f 63 65 73 73 20 31 2e  30 36 20 28 63 6f 6c 6f  |ocess 1.06 (colo|
00000c00  75 72 20 76 65 72 73 69  6f 6e 29 0a 20 20 20 52  |ur version).   R|
00000c10  65 73 6f 75 72 63 65 73  2e 43 6f 6c 6f 75 72 4d  |esources.ColourM|
00000c20  61 70 20 20 20 20 20 43  6f 6c 6f 75 72 4d 61 70  |ap     ColourMap|
00000c30  20 31 2e 30 34 0a 20 20  20 52 65 73 6f 75 72 63  | 1.04.   Resourc|
00000c40  65 73 2e 47 72 65 79 50  72 6f 20 20 20 20 20 20  |es.GreyPro      |
00000c50  20 50 72 6f 63 65 73 73  20 31 2e 30 31 20 28 67  | Process 1.01 (g|
00000c60  72 65 79 74 6f 6e 65 20  76 65 72 73 69 6f 6e 29  |reytone version)|
00000c70  0a 20 20 20 52 65 73 6f  75 72 63 65 73 2e 49 6e  |.   Resources.In|
00000c80  74 65 72 66 61 63 65 20  20 20 20 20 49 6e 74 65  |terface     Inte|
00000c90  72 66 61 63 65 20 6d 61  6e 61 67 65 72 20 32 2e  |rface manager 2.|
00000ca0  30 30 0a 20 20 20 52 65  73 6f 75 72 63 65 73 2e  |00.   Resources.|
00000cb0  49 6e 74 72 6f 0a 20 20  20 52 65 73 6f 75 72 63  |Intro.   Resourc|
00000cc0  65 73 2e 49 6e 74 72 6f  32 32 0a 20 20 20 52 65  |es.Intro22.   Re|
00000cd0  73 6f 75 72 63 65 73 2e  54 65 6d 70 6c 61 74 65  |sources.Template|
00000ce0  73 0a 20 20 20 52 65 73  6f 75 72 63 65 73 2e 55  |s.   Resources.U|
00000cf0  70 73 20 20 20 20 20 20  20 20 20 20 20 55 70 73  |ps           Ups|
00000d00  20 31 2e 30 33 0a 20 20  20 52 65 73 6f 75 72 63  | 1.03.   Resourc|
00000d10  65 73 2e 58 53 70 72 69  74 65 73 0a 20 20 20 52  |es.XSprites.   R|
00000d20  65 73 6f 75 72 63 65 73  2e 58 53 70 72 69 74 65  |esources.XSprite|
00000d30  73 32 32 0a 20 20 20 53  70 72 69 74 65 73 0a 20  |s22.   Sprites. |
00000d40  20 20 53 70 72 69 74 65  73 32 32 0a 0a 2d 2d 2d  |  Sprites22..---|
00000d50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000d90  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 20 20 20 43 72  |----------.   Cr|
00000da0  65 64 69 74 73 3a 0a 20  20 20 20 20 20 20 20 20  |edits:.         |
00000db0  20 20 20 4a 6f 68 6e 20  4b 6f 72 74 69 6e 6b 3a  |   John Kortink:|
00000dc0  20 20 49 20 6d 75 73 74  20 61 64 6d 69 74 20 49  |  I must admit I|
00000dd0  20 67 6f 74 20 61 20 66  65 77 20 69 64 65 61 73  | got a few ideas|
00000de0  20 66 72 6f 6d 20 68 69  73 20 21 47 72 65 79 45  | from his !GreyE|
00000df0  64 69 74 2e 0a 20 20 20  20 20 20 20 20 20 20 20  |dit..           |
00000e00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e10  4d 6f 73 74 20 6f 66 20  74 68 65 20 66 69 6c 74  |Most of the filt|
00000e20  65 72 73 20 73 75 70 70  6f 72 74 65 64 20 62 79  |ers supported by|
00000e30  20 21 50 72 6f 63 65 73  73 20 61 72 65 0a 20 20  | !Process are.  |
00000e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e50  20 20 20 20 20 20 20 20  20 68 65 61 76 69 6c 79  |         heavily|
00000e60  20 69 6e 73 70 69 72 65  64 20 62 79 20 28 62 6f  | inspired by (bo|
00000e70  72 72 6f 77 65 64 20 66  72 6f 6d 29 20 74 68 6f  |rrowed from) tho|
00000e80  73 65 20 69 6e 63 6c 75  64 65 64 0a 20 20 20 20  |se included.    |
00000e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ea0  20 20 20 20 20 20 20 69  6e 20 21 47 72 65 79 45  |       in !GreyE|
00000eb0  64 69 74 20 31 2e 30 32  2e 0a 0a 20 20 20 20 20  |dit 1.02...     |
00000ec0  20 20 20 20 20 20 20 53  6f 66 74 77 61 72 65 20  |       Software |
00000ed0  49 6e 74 65 72 72 75 70  74 2f 53 69 6d 6f 6e 20  |Interrupt/Simon |
00000ee0  48 75 6e 74 69 6e 67 74  6f 6e 3a 20 20 49 20 64  |Huntington:  I d|
00000ef0  6f 6e 27 74 20 6b 6e 6f  77 20 68 6f 77 20 61 6e  |on't know how an|
00000f00  79 6f 6e 65 0a 20 20 20  20 20 20 20 20 20 20 20  |yone.           |
00000f10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f20  6d 61 6e 61 67 65 73 20  74 6f 20 6c 69 76 65 20  |manages to live |
00000f30  77 69 74 68 6f 75 74 20  74 68 65 20 49 6e 74 65  |without the Inte|
00000f40  72 66 61 63 65 4d 61 6e  61 67 65 72 2e 0a 0a 20  |rfaceManager... |
00000f50  20 20 20 20 20 20 20 20  20 20 20 52 69 63 68 61  |           Richa|
00000f60  72 64 20 47 2e 20 48 61  6c 6c 61 73 3a 20 20 47  |rd G. Hallas:  G|
00000f70  69 76 65 20 74 68 61 74  20 6d 61 6e 20 61 6e 79  |ive that man any|
00000f80  20 70 72 6f 67 72 61 6d  20 61 6e 64 20 68 65 27  | program and he'|
00000f90  6c 6c 20 62 65 20 73 75  72 65 0a 20 20 20 20 20  |ll be sure.     |
00000fa0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fb0  20 20 20 20 20 20 74 6f  20 66 69 6e 64 20 61 74  |      to find at|
00000fc0  20 6c 65 61 73 74 20 31  30 20 62 75 67 73 2e 0a  | least 10 bugs..|
00000fd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fe0  20 20 20 20 20 20 20 20  20 20 20 41 6c 73 6f 2c  |           Also,|
00000ff0  20 68 65 20 64 65 73 69  67 6e 65 64 20 74 68 65  | he designed the|
00001000  20 6d 75 6c 74 69 73 79  6e 63 20 76 65 72 73 69  | multisync versi|
00001010  6f 6e 20 6f 66 20 74 68  65 0a 20 20 20 20 20 20  |on of the.      |
00001020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001030  20 20 20 20 20 73 70 72  69 74 65 73 20 75 73 65  |     sprites use|
00001040  64 20 69 6e 20 21 50 72  6f 63 65 73 73 2e 0a 0a  |d in !Process...|
00001050  20 20 20 20 20 20 20 20  20 20 20 20 53 f8 72 65  |            S.re|
00001060  6e 20 4c 61 6e 67 65 20  3a 20 20 46 6f 75 6e 64  |n Lange :  Found|
00001070  20 61 20 72 61 74 68 65  72 20 61 6e 6e 6f 79 69  | a rather annoyi|
00001080  6e 67 20 6c 69 74 74 6c  65 20 62 75 67 2e 0a 0a  |ng little bug...|
00001090  20 20 20 20 20 20 20 20  20 20 20 20 52 6f 62 20  |            Rob |
000010a0  4d 69 6c 6c 65 72 2c 20  42 41 55 3a 20 20 54 68  |Miller, BAU:  Th|
000010b0  61 6e 6b 73 20 66 6f 72  20 74 68 65 20 31 2f 38  |anks for the 1/8|
000010c0  74 68 20 70 61 67 65 20  69 6e 20 42 41 55 20 4a  |th page in BAU J|
000010d0  75 6e 65 20 31 39 39 33  2e 0a 0a 20 20 20 20 20  |une 1993...     |
000010e0  20 20 20 20 20 20 20 4a  6f 68 6e 20 47 72 65 65  |       John Gree|
000010f0  6e 2c 20 43 61 72 73 74  65 6e 20 48 65 64 65 67  |n, Carsten Hedeg|
00001100  61 61 72 64 2c 20 41 6c  61 6e 20 54 61 79 6c 6f  |aard, Alan Taylo|
00001110  72 2c 20 45 72 69 6b 20  55 6c 69 6a 6e 3a 20 54  |r, Erik Ulijn: T|
00001120  68 65 20 6f 6e 6c 79 0a  20 20 20 20 20 20 20 20  |he only.        |
00001130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001140  20 20 20 72 65 67 69 73  74 65 72 65 64 20 75 73  |   registered us|
00001150  65 72 73 21 21 21 0a 20  20 20 20 20 20 20 20 20  |ers!!!.         |
00001160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001170  20 20 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |  .-------------|
00001180  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000011c0  0a 0a 20 20 20 48 65 6e  72 69 6b 20 42 6a 65 72  |..   Henrik Bjer|
000011d0  72 65 67 61 61 72 64 20  50 65 64 65 72 73 65 6e  |regaard Pedersen|
000011e0  0a 20 20 20 53 74 65 6e  67 61 61 72 64 73 20 41  |.   Stengaards A|
000011f0  6c 6c 65 20 31 33 20 42  0a 20 20 20 44 4b 2d 32  |lle 13 B.   DK-2|
00001200  38 30 30 20 4c 79 6e 67  62 79 0a 20 20 20 44 65  |800 Lyngby.   De|
00001210  6e 6d 61 72 6b 0a 0a 20  20 20 50 68 6f 6e 65 20  |nmark..   Phone |
00001220  28 2b 34 35 29 20 34 32  20 38 38 20 33 37 20 35  |(+45) 42 88 37 5|
00001230  36 0a                                             |6.|
00001232