Home » Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF » ASG/Text
ASG/Text
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 » Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF |
Filename: | ASG/Text |
Read OK: | ✔ |
File size: | 2156 bytes |
Load address: | 54204556 |
Exec address: | D747865 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF » ASG/Text
- Personal collection » Acorn ADFS disks » Electron » View_1.ADF » EUG/Autostereo
File contents
�.........*.......*.......*.......*.......*.......*.......*.......*.......*.< Autostereogram Generator An autostereogram is a repeating pattern of dots which reveals a convincing 3-dimensional illusion if viewed correctly. They have become popularly known as "Magic Eye" pictures after the recent series of books, and can also be found on posters in art shops. They are generated using computer programs, so I set about writing a program to produce them on the Electron. I found a simple routine to do this, in the New Scientist magazine last year, written in the "C" programming language, and understood enough of it to write a version in BASIC. Unfortunately, this took over 4 hours to run, and was only capable of producing images of very simple shapes, so it soon became evident that a machine code version was needed. I have now written a version which can produce virtually any image, and never takes more than 45 minutes to run (it will often run in under 10). I admit this is still slow - the program is held up by needing to use BASIC's RND function to generate random numbers. To produce an autostereogram, you will need a picture, to supply the 3-D image that you will see. This can be a screen file in any graphics mode (0,1,2,4,5), but must have a very clear outline, particularly on the first one you try. The colours of the picture are used to tell the program how far in front of the page each part of the image will appear - so don't use them to make the picture look pretty or realistic. There is no concept of colour in the illusions themselves. If the picture is fairly simple, you can draw it just using BASIC's grapics commands, and PLOT 85 to fill areas with colour, then save it using "*SAVE <filename> 3000 8000" for a MODE 0,1 or 2 screen, or "*SAVE <filename> 5800 8000" for a MODE 4 or 5 screen. However, it is probably easier to use an art program such as Elkpaint (Electon User, October 1989). You will find a copy of this on the disc, with a couple of minor improvements made to the load/save routine. The keys are as follows: Z,X,*,? : Move cursor S : Store screen in memory 0-3 : Choose colour U : Swap to stored screen SHIFT + 1-6 : Choose speed T : Text B : Rubberband Q+W : Clear screen C : Circle K : Save screen E : Ellipse L : Load screen R : Rectangle M : Magnify (cursors scroll view) A then 1-5 : Brush mode F : Fill P : Cut + paste ( use space bar to fix area to cut, drag box to new position, press Return, then: Space for a normal copy H for a horizontal flip V for a vertical flip R to rotate (Z and X rotate about bottom left corner, then space to fix) Space : Confirm/fix/draw in brush and magnify modes Return : Exit brush/magnify modes When you have a picture ready, run the autostereogram generator. You will first need to enter the filename of the source picture, and its mode (this will be 5 if you used Elkpaint). Next, enter the filename you wish to save the autostereogram under, and its mode (0 or 4). The dot resolution in mode 0 is twice that in mode 4, but in my opinion, the images are easier to see in mode 4. They are also much quicker to produce in mode 4. Next you must enter the "eye separation". This will be the distance between the repeating patterns on the page, and hence relates to the amount you have to cross your eyes to see the illusion (if you use my small screen dump, this will be in millimetres). I find it easiest to see the images if I use an eye separation of about 20, though this is much less than in most commercial autostereograms. Next, you will be asked to enter an "elevation number" for each logical colour used in the source picture. This is a measure of how far in front of the page each part of the image will appear. The higher the number, the more the illusion stands out, so you should enter 0 for the background colour. I use a value of 4 for most images, though you can vary this from about 2 to 10 to get a good 3-D effect. It is important that you remember which logical colours you used for which parts of the picture. If you use mode 0, you should double the values mentioned above (which refer to mode 4). Similarly, if you alter the eye separation, you should change the elevation numbers in approximately the same ratio. Finally, you will be asked if you want a printed copy. I have written my own single-shade screen dump for this purpose. This must be saved in the same directory as the autostereogram generator, under the filename "ScrDump" (sorry about the total lack of meaningful labels and variable names in this program!). You may prefer to use the dump from "Diagram", which I have also improved. This is twice as fast as mine, and the same shape, but is 50% wider, filling the full width of the carriage. This machine code program is saved as "UCODE". There is an option to select between these two dumps (small and large respectively). Now just sit back and wait for the result. This could take up to 45 minutes if you are using mode 0, so be patient if the computer appears to be doing nothing for a long period. All these parameters will sound rather complicated if you have never actually seen an autostereogram before, but don't worry - just use my suggested values to get you started. Then you can try varying them later, one at a time, to see the effects. You may be able to see the effect on your TV/monitor screen if it is not too flickery, though it is generally easier on paper. My preferred method is to stare blankly at the page, and slowly refocus my eyes until two columns of the repeating pattern appear to merge into one. Then, if you can hold your focus long enough on the merged pattern, the image should lift out. Other people prefer the following method: Hold the paper against your face, and stare through it blankly. Slowly move the paper away from your face without altering your focus, until the image appears, then wait until it becomes clear. You will have to concentrate very hard to prevent yourself from refocusing on the image as it appears. Another method is to place a reflective surface over the page, and focus on your reflection (a TV/monitor screen might also work). I have never found this method useful myself. You will probably find that you have to stare at them for a long time before you see the effect for the first time (it took me several hours), but it is well worth the wait. If you still can't see them, don't worry - apparently an estimated 10% of the population can never see them. The autostereograms produced by this program are not as effective as the commercial ones (though they may be easier to see). This is partly because they are black and white, and the patterns are not attractive in themselves, as they are generated randomly. However, another serious limitation is that the images you see are always parallel to the paper - they can never slope towards or away from you. I have tried to make sloping surfaces using a "staircase" effect - several narrow bands of mode 2 colours, with consecutive elevation numbers. However, the resolution of mode 0 graphics was not really enough to make this successful. You may wish to produce an autostereogram of a word, or short phrase. If so, I have sent in a program to print large text on the screen. This is based on the Banner Printing program from Electron User (June 1989), and is described elsewhere on the disc. If you produce an impressive image, send it in! Perhaps this could be the basis of a future competition, (i.e "What object is shown in this autostereogram?", with the source picture included on the following disc) I have included an example of an autostereogram on the disc. The source picture is also there, but you may prefer not to see this until you have had a go at seeing the image. Good luck! Matthew Ford.
00000000 81 2e 2e 2e 2e 2e 2e 2e 2e 2e 2a 2e 2e 2e 2e 2e |..........*.....| 00000010 2e 2e 2a 2e 2e 2e 2e 2e 2e 2e 2a 2e 2e 2e 2e 2e |..*.......*.....| * 00000040 2e 2e 2a 2e 2e 2e 2e 2e 2e 2e 2a 2e 3c 0d 20 20 |..*.......*.<. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 20 20 20 20 20 41 75 74 6f 73 74 65 72 65 6f | Autostereo| 00000070 67 72 61 6d 20 47 65 6e 65 72 61 74 6f 72 0d 0d |gram Generator..| 00000080 20 20 20 20 20 20 20 41 6e 20 61 75 74 6f 73 74 | An autost| 00000090 65 72 65 6f 67 72 61 6d 20 69 73 20 61 20 72 65 |ereogram is a re| 000000a0 70 65 61 74 69 6e 67 1a 20 70 61 74 74 65 72 6e |peating. pattern| 000000b0 1a 20 6f 66 1a 20 64 6f 74 73 20 77 68 69 63 68 |. of. dots which| 000000c0 20 72 65 76 65 61 6c 73 20 61 0d 63 6f 6e 76 69 | reveals a.convi| 000000d0 6e 63 69 6e 67 1a 20 33 2d 64 69 6d 65 6e 73 69 |ncing. 3-dimensi| 000000e0 6f 6e 61 6c 1a 20 69 6c 6c 75 73 69 6f 6e 1a 20 |onal. illusion. | 000000f0 69 66 20 76 69 65 77 65 64 20 63 6f 72 72 65 63 |if viewed correc| 00000100 74 6c 79 2e 20 54 68 65 79 20 68 61 76 65 20 62 |tly. They have b| 00000110 65 63 6f 6d 65 0d 70 6f 70 75 6c 61 72 6c 79 20 |ecome.popularly | 00000120 6b 6e 6f 77 6e 20 61 73 20 22 4d 61 67 69 63 1a |known as "Magic.| 00000130 20 45 79 65 22 20 70 69 63 74 75 72 65 73 20 61 | Eye" pictures a| 00000140 66 74 65 72 20 74 68 65 20 72 65 63 65 6e 74 20 |fter the recent | 00000150 73 65 72 69 65 73 20 6f 66 20 62 6f 6f 6b 73 2c |series of books,| 00000160 0d 61 6e 64 20 63 61 6e 20 61 6c 73 6f 20 62 65 |.and can also be| 00000170 20 66 6f 75 6e 64 1a 20 6f 6e 1a 20 70 6f 73 74 | found. on. post| 00000180 65 72 73 1a 20 69 6e 20 61 72 74 20 73 68 6f 70 |ers. in art shop| 00000190 73 2e 20 54 68 65 79 20 61 72 65 20 67 65 6e 65 |s. They are gene| 000001a0 72 61 74 65 64 20 75 73 69 6e 67 0d 63 6f 6d 70 |rated using.comp| 000001b0 75 74 65 72 20 70 72 6f 67 72 61 6d 73 2c 20 73 |uter programs, s| 000001c0 6f 20 49 20 73 65 74 20 61 62 6f 75 74 20 77 72 |o I set about wr| 000001d0 69 74 69 6e 67 20 61 20 70 72 6f 67 72 61 6d 20 |iting a program | 000001e0 74 6f 20 70 72 6f 64 75 63 65 20 74 68 65 6d 20 |to produce them | 000001f0 6f 6e 20 74 68 65 0d 45 6c 65 63 74 72 6f 6e 2e |on the.Electron.| 00000200 0d 20 20 20 20 20 20 20 49 20 66 6f 75 6e 64 20 |. I found | 00000210 61 20 73 69 6d 70 6c 65 20 72 6f 75 74 69 6e 65 |a simple routine| 00000220 1a 20 74 6f 20 64 6f 20 74 68 69 73 2c 20 69 6e |. to do this, in| 00000230 20 74 68 65 20 4e 65 77 20 53 63 69 65 6e 74 69 | the New Scienti| 00000240 73 74 20 6d 61 67 61 7a 69 6e 65 0d 6c 61 73 74 |st magazine.last| 00000250 20 79 65 61 72 2c 20 77 72 69 74 74 65 6e 20 69 | year, written i| 00000260 6e 20 74 68 65 20 22 43 22 1a 20 70 72 6f 67 72 |n the "C". progr| 00000270 61 6d 6d 69 6e 67 20 6c 61 6e 67 75 61 67 65 2c |amming language,| 00000280 20 61 6e 64 20 75 6e 64 65 72 73 74 6f 6f 64 20 | and understood | 00000290 65 6e 6f 75 67 68 0d 6f 66 20 69 74 20 74 6f 20 |enough.of it to | 000002a0 77 72 69 74 65 20 61 20 76 65 72 73 69 6f 6e 20 |write a version | 000002b0 69 6e 1a 20 42 41 53 49 43 2e 1a 20 55 6e 66 6f |in. BASIC.. Unfo| 000002c0 72 74 75 6e 61 74 65 6c 79 2c 20 74 68 69 73 20 |rtunately, this | 000002d0 74 6f 6f 6b 20 6f 76 65 72 20 34 20 68 6f 75 72 |took over 4 hour| 000002e0 73 0d 74 6f 20 72 75 6e 2c 20 61 6e 64 20 77 61 |s.to run, and wa| 000002f0 73 20 6f 6e 6c 79 20 63 61 70 61 62 6c 65 20 6f |s only capable o| 00000300 66 20 70 72 6f 64 75 63 69 6e 67 20 69 6d 61 67 |f producing imag| 00000310 65 73 20 6f 66 20 76 65 72 79 20 73 69 6d 70 6c |es of very simpl| 00000320 65 20 73 68 61 70 65 73 2c 20 73 6f 0d 69 74 20 |e shapes, so.it | 00000330 73 6f 6f 6e 20 62 65 63 61 6d 65 20 65 76 69 64 |soon became evid| 00000340 65 6e 74 20 74 68 61 74 20 61 20 6d 61 63 68 69 |ent that a machi| 00000350 6e 65 20 63 6f 64 65 20 76 65 72 73 69 6f 6e 1a |ne code version.| 00000360 20 77 61 73 20 6e 65 65 64 65 64 2e 20 49 20 68 | was needed. I h| 00000370 61 76 65 20 6e 6f 77 0d 77 72 69 74 74 65 6e 20 |ave now.written | 00000380 61 20 76 65 72 73 69 6f 6e 20 77 68 69 63 68 20 |a version which | 00000390 63 61 6e 20 70 72 6f 64 75 63 65 20 76 69 72 74 |can produce virt| 000003a0 75 61 6c 6c 79 20 61 6e 79 20 69 6d 61 67 65 2c |ually any image,| 000003b0 20 61 6e 64 1a 20 20 6e 65 76 65 72 20 74 61 6b | and. never tak| 000003c0 65 73 0d 6d 6f 72 65 20 74 68 61 6e 20 34 35 20 |es.more than 45 | 000003d0 6d 69 6e 75 74 65 73 20 74 6f 20 72 75 6e 20 28 |minutes to run (| 000003e0 69 74 20 77 69 6c 6c 20 6f 66 74 65 6e 20 72 75 |it will often ru| 000003f0 6e 20 69 6e 1a 20 75 6e 64 65 72 20 31 30 29 2e |n in. under 10).| 00000400 20 49 20 61 64 6d 69 74 20 74 68 69 73 0d 69 73 | I admit this.is| 00000410 1a 20 73 74 69 6c 6c 1a 20 73 6c 6f 77 20 2d 20 |. still. slow - | 00000420 74 68 65 20 70 72 6f 67 72 61 6d 20 69 73 20 68 |the program is h| 00000430 65 6c 64 20 75 70 20 62 79 20 6e 65 65 64 69 6e |eld up by needin| 00000440 67 20 74 6f 1a 20 75 73 65 1a 20 42 41 53 49 43 |g to. use. BASIC| 00000450 27 73 1a 20 20 52 4e 44 0d 66 75 6e 63 74 69 6f |'s. RND.functio| 00000460 6e 20 74 6f 20 67 65 6e 65 72 61 74 65 20 72 61 |n to generate ra| 00000470 6e 64 6f 6d 20 6e 75 6d 62 65 72 73 2e 0d 20 20 |ndom numbers.. | 00000480 20 20 20 20 20 54 6f 20 70 72 6f 64 75 63 65 20 | To produce | 00000490 61 6e 20 61 75 74 6f 73 74 65 72 65 6f 67 72 61 |an autostereogra| 000004a0 6d 2c 20 79 6f 75 1a 20 77 69 6c 6c 1a 20 6e 65 |m, you. will. ne| 000004b0 65 64 1a 20 61 20 70 69 63 74 75 72 65 2c 20 74 |ed. a picture, t| 000004c0 6f 20 73 75 70 70 6c 79 0d 74 68 65 20 33 2d 44 |o supply.the 3-D| 000004d0 20 69 6d 61 67 65 20 74 68 61 74 20 79 6f 75 20 | image that you | 000004e0 77 69 6c 6c 20 73 65 65 2e 20 54 68 69 73 20 63 |will see. This c| 000004f0 61 6e 20 62 65 20 61 20 73 63 72 65 65 6e 20 66 |an be a screen f| 00000500 69 6c 65 20 69 6e 20 61 6e 79 20 67 72 61 70 68 |ile in any graph| 00000510 69 63 73 0d 6d 6f 64 65 20 28 30 2c 31 2c 32 2c |ics.mode (0,1,2,| 00000520 34 2c 35 29 2c 20 62 75 74 20 6d 75 73 74 20 68 |4,5), but must h| 00000530 61 76 65 20 61 20 76 65 72 79 20 63 6c 65 61 72 |ave a very clear| 00000540 1a 20 6f 75 74 6c 69 6e 65 2c 20 70 61 72 74 69 |. outline, parti| 00000550 63 75 6c 61 72 6c 79 20 6f 6e 20 74 68 65 0d 66 |cularly on the.f| 00000560 69 72 73 74 20 6f 6e 65 20 79 6f 75 20 74 72 79 |irst one you try| 00000570 2e 20 54 68 65 20 63 6f 6c 6f 75 72 73 20 6f 66 |. The colours of| 00000580 20 74 68 65 20 70 69 63 74 75 72 65 20 61 72 65 | the picture are| 00000590 20 75 73 65 64 20 74 6f 20 74 65 6c 6c 20 74 68 | used to tell th| 000005a0 65 20 70 72 6f 67 72 61 6d 0d 68 6f 77 20 66 61 |e program.how fa| 000005b0 72 20 69 6e 20 66 72 6f 6e 74 20 6f 66 20 74 68 |r in front of th| 000005c0 65 20 70 61 67 65 20 65 61 63 68 20 70 61 72 74 |e page each part| 000005d0 20 6f 66 20 74 68 65 20 69 6d 61 67 65 20 77 69 | of the image wi| 000005e0 6c 6c 20 61 70 70 65 61 72 20 2d 20 73 6f 20 64 |ll appear - so d| 000005f0 6f 6e 27 74 0d 75 73 65 20 74 68 65 6d 20 74 6f |on't.use them to| 00000600 20 6d 61 6b 65 20 74 68 65 20 70 69 63 74 75 72 | make the pictur| 00000610 65 20 6c 6f 6f 6b 20 70 72 65 74 74 79 20 6f 72 |e look pretty or| 00000620 20 72 65 61 6c 69 73 74 69 63 2e 20 54 68 65 72 | realistic. Ther| 00000630 65 20 69 73 20 6e 6f 20 63 6f 6e 63 65 70 74 0d |e is no concept.| 00000640 6f 66 20 63 6f 6c 6f 75 72 20 69 6e 20 74 68 65 |of colour in the| 00000650 20 69 6c 6c 75 73 69 6f 6e 73 20 74 68 65 6d 73 | illusions thems| 00000660 65 6c 76 65 73 2e 0d 20 20 20 20 20 20 20 49 66 |elves.. If| 00000670 20 74 68 65 20 70 69 63 74 75 72 65 20 69 73 20 | the picture is | 00000680 66 61 69 72 6c 79 20 73 69 6d 70 6c 65 2c 20 79 |fairly simple, y| 00000690 6f 75 20 63 61 6e 20 64 72 61 77 20 69 74 20 6a |ou can draw it j| 000006a0 75 73 74 20 75 73 69 6e 67 20 42 41 53 49 43 27 |ust using BASIC'| 000006b0 73 0d 67 72 61 70 69 63 73 20 63 6f 6d 6d 61 6e |s.grapics comman| 000006c0 64 73 2c 20 61 6e 64 20 50 4c 4f 54 20 38 35 1a |ds, and PLOT 85.| 000006d0 20 74 6f 1a 20 66 69 6c 6c 1a 20 61 72 65 61 73 | to. fill. areas| 000006e0 1a 20 77 69 74 68 1a 20 63 6f 6c 6f 75 72 2c 20 |. with. colour, | 000006f0 74 68 65 6e 20 73 61 76 65 20 69 74 0d 75 73 69 |then save it.usi| 00000700 6e 67 20 22 2a 53 41 56 45 20 3c 66 69 6c 65 6e |ng "*SAVE <filen| 00000710 61 6d 65 3e 20 33 30 30 30 20 38 30 30 30 22 20 |ame> 3000 8000" | 00000720 66 6f 72 20 61 20 4d 4f 44 45 20 30 2c 31 20 6f |for a MODE 0,1 o| 00000730 72 1a 20 32 1a 20 73 63 72 65 65 6e 2c 20 6f 72 |r. 2. screen, or| 00000740 20 22 2a 53 41 56 45 0d 3c 66 69 6c 65 6e 61 6d | "*SAVE.<filenam| 00000750 65 3e 1a 20 35 38 30 30 20 38 30 30 30 22 20 66 |e>. 5800 8000" f| 00000760 6f 72 20 61 20 4d 4f 44 45 20 34 20 6f 72 20 35 |or a MODE 4 or 5| 00000770 20 73 63 72 65 65 6e 2e 20 48 6f 77 65 76 65 72 | screen. However| 00000780 2c 20 69 74 1a 20 69 73 1a 20 70 72 6f 62 61 62 |, it. is. probab| 00000790 6c 79 0d 65 61 73 69 65 72 20 74 6f 1a 20 75 73 |ly.easier to. us| 000007a0 65 1a 20 61 6e 1a 20 61 72 74 1a 20 70 72 6f 67 |e. an. art. prog| 000007b0 72 61 6d 1a 20 73 75 63 68 1a 20 61 73 20 45 6c |ram. such. as El| 000007c0 6b 70 61 69 6e 74 20 28 45 6c 65 63 74 6f 6e 20 |kpaint (Electon | 000007d0 55 73 65 72 2c 20 4f 63 74 6f 62 65 72 0d 31 39 |User, October.19| 000007e0 38 39 29 2e 20 59 6f 75 20 77 69 6c 6c 20 66 69 |89). You will fi| 000007f0 6e 64 20 61 20 63 6f 70 79 20 6f 66 20 74 68 69 |nd a copy of thi| 00000800 73 1a 20 6f 6e 1a 20 74 68 65 1a 20 64 69 73 63 |s. on. the. disc| 00000810 2c 20 77 69 74 68 20 61 20 63 6f 75 70 6c 65 20 |, with a couple | 00000820 6f 66 20 6d 69 6e 6f 72 0d 69 6d 70 72 6f 76 65 |of minor.improve| 00000830 6d 65 6e 74 73 20 6d 61 64 65 20 74 6f 20 74 68 |ments made to th| 00000840 65 20 6c 6f 61 64 2f 73 61 76 65 20 72 6f 75 74 |e load/save rout| 00000850 69 6e 65 2e 20 54 68 65 20 6b 65 79 73 20 61 72 |ine. The keys ar| 00000860 65 20 61 73 20 66 6f 6c 6c 6f 77 73 3a 0d 20 20 |e as follows:. | 00000870 20 20 20 20 20 5a 2c 58 2c 2a 2c 3f 20 3a 20 4d | Z,X,*,? : M| 00000880 6f 76 65 20 63 75 72 73 6f 72 20 20 20 20 20 20 |ove cursor | 00000890 20 20 53 20 3a 20 53 74 6f 72 65 20 73 63 72 65 | S : Store scre| 000008a0 65 6e 20 69 6e 20 6d 65 6d 6f 72 79 0d 20 20 20 |en in memory. | 000008b0 20 20 20 20 20 20 20 20 30 2d 33 20 3a 20 43 68 | 0-3 : Ch| 000008c0 6f 6f 73 65 20 63 6f 6c 6f 75 72 20 20 20 20 20 |oose colour | 000008d0 20 55 20 3a 20 53 77 61 70 20 74 6f 20 73 74 6f | U : Swap to sto| 000008e0 72 65 64 20 73 63 72 65 65 6e 0d 20 20 20 53 48 |red screen. SH| 000008f0 49 46 54 20 2b 20 31 2d 36 20 3a 20 43 68 6f 6f |IFT + 1-6 : Choo| 00000900 73 65 20 73 70 65 65 64 20 20 20 20 20 20 20 54 |se speed T| 00000910 20 3a 20 54 65 78 74 0d 20 20 20 20 20 20 20 20 | : Text. | 00000920 20 20 20 20 20 42 20 3a 20 52 75 62 62 65 72 62 | B : Rubberb| 00000930 61 6e 64 20 20 20 20 20 20 20 51 2b 57 20 3a 20 |and Q+W : | 00000940 43 6c 65 61 72 20 73 63 72 65 65 6e 0d 20 20 20 |Clear screen. | 00000950 20 20 20 20 20 20 20 20 20 20 43 20 3a 20 43 69 | C : Ci| 00000960 72 63 6c 65 20 20 20 20 20 20 20 20 20 20 20 20 |rcle | 00000970 20 4b 20 3a 20 53 61 76 65 20 73 63 72 65 65 6e | K : Save screen| 00000980 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 45 20 |. E | 00000990 3a 20 45 6c 6c 69 70 73 65 20 20 20 20 20 20 20 |: Ellipse | 000009a0 20 20 20 20 20 4c 20 3a 20 4c 6f 61 64 20 73 63 | L : Load sc| 000009b0 72 65 65 6e 0d 20 20 20 20 20 20 20 20 20 20 20 |reen. | 000009c0 20 20 52 20 3a 20 52 65 63 74 61 6e 67 6c 65 20 | R : Rectangle | 000009d0 20 20 20 20 20 20 20 20 20 4d 20 3a 20 4d 61 67 | M : Mag| 000009e0 6e 69 66 79 20 28 63 75 72 73 6f 72 73 20 73 63 |nify (cursors sc| 000009f0 72 6f 6c 6c 20 76 69 65 77 29 0d 20 20 20 20 41 |roll view). A| 00000a00 20 74 68 65 6e 20 31 2d 35 20 3a 20 42 72 75 73 | then 1-5 : Brus| 00000a10 68 20 6d 6f 64 65 20 20 20 20 20 20 20 20 20 46 |h mode F| 00000a20 20 3a 20 46 69 6c 6c 0d 20 20 20 20 20 20 20 20 | : Fill. | 00000a30 20 20 20 20 20 50 20 3a 20 43 75 74 20 2b 20 70 | P : Cut + p| 00000a40 61 73 74 65 20 28 20 75 73 65 20 73 70 61 63 65 |aste ( use space| 00000a50 20 62 61 72 20 74 6f 20 66 69 78 20 61 72 65 61 | bar to fix area| 00000a60 20 74 6f 20 63 75 74 2c 20 64 72 61 67 20 62 6f | to cut, drag bo| 00000a70 78 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |x . | 00000a80 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000a90 20 20 20 74 6f 20 6e 65 77 20 70 6f 73 69 74 69 | to new positi| 00000aa0 6f 6e 2c 20 70 72 65 73 73 20 52 65 74 75 72 6e |on, press Return| 00000ab0 2c 20 74 68 65 6e 3a 0d 20 20 20 20 20 20 20 20 |, then:. | 00000ac0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000ad0 20 20 20 20 20 20 20 53 70 61 63 65 20 66 6f 72 | Space for| 00000ae0 20 61 20 6e 6f 72 6d 61 6c 20 63 6f 70 79 0d 20 | a normal copy. | 00000af0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 48 20 | H | 00000b10 66 6f 72 20 61 20 68 6f 72 69 7a 6f 6e 74 61 6c |for a horizontal| 00000b20 20 66 6c 69 70 0d 20 20 20 20 20 20 20 20 20 20 | flip. | 00000b30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b40 20 20 20 20 20 56 20 66 6f 72 20 61 20 76 65 72 | V for a ver| 00000b50 74 69 63 61 6c 20 66 6c 69 70 0d 20 20 20 20 20 |tical flip. | 00000b60 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b70 20 20 20 20 20 20 20 20 20 20 52 20 74 6f 20 72 | R to r| 00000b80 6f 74 61 74 65 20 28 5a 20 61 6e 64 20 58 20 72 |otate (Z and X r| 00000b90 6f 74 61 74 65 20 61 62 6f 75 74 20 62 6f 74 74 |otate about bott| 00000ba0 6f 6d 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |om. | 00000bb0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000bc0 20 20 20 6c 65 66 74 20 63 6f 72 6e 65 72 2c 20 | left corner, | 00000bd0 74 68 65 6e 20 73 70 61 63 65 20 74 6f 20 66 69 |then space to fi| 00000be0 78 29 0d 20 20 20 20 20 20 20 20 20 53 70 61 63 |x). Spac| 00000bf0 65 20 3a 20 43 6f 6e 66 69 72 6d 2f 66 69 78 2f |e : Confirm/fix/| 00000c00 64 72 61 77 20 69 6e 20 62 72 75 73 68 20 61 6e |draw in brush an| 00000c10 64 20 6d 61 67 6e 69 66 79 20 6d 6f 64 65 73 0d |d magnify modes.| 00000c20 20 20 20 20 20 20 20 20 52 65 74 75 72 6e 20 3a | Return :| 00000c30 20 45 78 69 74 20 62 72 75 73 68 2f 6d 61 67 6e | Exit brush/magn| 00000c40 69 66 79 20 6d 6f 64 65 73 0d 0d 20 20 20 20 20 |ify modes.. | 00000c50 20 20 57 68 65 6e 20 79 6f 75 20 68 61 76 65 20 | When you have | 00000c60 61 20 70 69 63 74 75 72 65 1a 20 72 65 61 64 79 |a picture. ready| 00000c70 2c 1a 20 72 75 6e 1a 20 74 68 65 20 61 75 74 6f |,. run. the auto| 00000c80 73 74 65 72 65 6f 67 72 61 6d 20 67 65 6e 65 72 |stereogram gener| 00000c90 61 74 6f 72 2e 0d 59 6f 75 20 77 69 6c 6c 20 66 |ator..You will f| 00000ca0 69 72 73 74 20 6e 65 65 64 20 74 6f 20 65 6e 74 |irst need to ent| 00000cb0 65 72 20 74 68 65 20 66 69 6c 65 6e 61 6d 65 1a |er the filename.| 00000cc0 20 6f 66 1a 20 74 68 65 20 73 6f 75 72 63 65 20 | of. the source | 00000cd0 70 69 63 74 75 72 65 2c 20 61 6e 64 20 69 74 73 |picture, and its| 00000ce0 0d 6d 6f 64 65 20 28 74 68 69 73 20 77 69 6c 6c |.mode (this will| 00000cf0 20 62 65 20 35 20 69 66 20 79 6f 75 20 75 73 65 | be 5 if you use| 00000d00 64 20 45 6c 6b 70 61 69 6e 74 29 2e 20 4e 65 78 |d Elkpaint). Nex| 00000d10 74 2c 1a 20 65 6e 74 65 72 1a 20 74 68 65 20 66 |t,. enter. the f| 00000d20 69 6c 65 6e 61 6d 65 20 79 6f 75 0d 77 69 73 68 |ilename you.wish| 00000d30 1a 20 74 6f 1a 20 73 61 76 65 1a 20 74 68 65 20 |. to. save. the | 00000d40 61 75 74 6f 73 74 65 72 65 6f 67 72 61 6d 20 75 |autostereogram u| 00000d50 6e 64 65 72 2c 20 61 6e 64 20 69 74 73 20 6d 6f |nder, and its mo| 00000d60 64 65 20 28 30 20 6f 72 20 34 29 2e 1a 20 54 68 |de (0 or 4).. Th| 00000d70 65 1a 20 64 6f 74 0d 72 65 73 6f 6c 75 74 69 6f |e. dot.resolutio| 00000d80 6e 20 69 6e 20 6d 6f 64 65 20 30 1a 20 69 73 1a |n in mode 0. is.| 00000d90 20 74 77 69 63 65 1a 20 74 68 61 74 1a 20 69 6e | twice. that. in| 00000da0 1a 20 6d 6f 64 65 1a 20 34 2c 20 62 75 74 20 69 |. mode. 4, but i| 00000db0 6e 20 6d 79 20 6f 70 69 6e 69 6f 6e 2c 20 74 68 |n my opinion, th| 00000dc0 65 0d 69 6d 61 67 65 73 20 61 72 65 20 65 61 73 |e.images are eas| 00000dd0 69 65 72 20 74 6f 20 73 65 65 20 69 6e 20 6d 6f |ier to see in mo| 00000de0 64 65 20 34 2e 20 54 68 65 79 20 61 72 65 1a 20 |de 4. They are. | 00000df0 61 6c 73 6f 20 6d 75 63 68 20 71 75 69 63 6b 65 |also much quicke| 00000e00 72 20 74 6f 20 70 72 6f 64 75 63 65 0d 69 6e 20 |r to produce.in | 00000e10 6d 6f 64 65 20 34 2e 0d 20 20 20 20 20 20 4e 65 |mode 4.. Ne| 00000e20 78 74 20 79 6f 75 20 6d 75 73 74 20 65 6e 74 65 |xt you must ente| 00000e30 72 20 74 68 65 1a 20 22 65 79 65 20 73 65 70 61 |r the. "eye sepa| 00000e40 72 61 74 69 6f 6e 22 2e 20 54 68 69 73 20 77 69 |ration". This wi| 00000e50 6c 6c 20 62 65 20 74 68 65 20 64 69 73 74 61 6e |ll be the distan| 00000e60 63 65 0d 62 65 74 77 65 65 6e 20 74 68 65 20 72 |ce.between the r| 00000e70 65 70 65 61 74 69 6e 67 20 70 61 74 74 65 72 6e |epeating pattern| 00000e80 73 20 6f 6e 20 74 68 65 1a 20 70 61 67 65 2c 1a |s on the. page,.| 00000e90 20 61 6e 64 1a 20 68 65 6e 63 65 1a 20 72 65 6c | and. hence. rel| 00000ea0 61 74 65 73 1a 20 74 6f 1a 20 74 68 65 0d 61 6d |ates. to. the.am| 00000eb0 6f 75 6e 74 1a 20 79 6f 75 1a 20 68 61 76 65 1a |ount. you. have.| 00000ec0 20 74 6f 1a 20 63 72 6f 73 73 1a 20 79 6f 75 72 | to. cross. your| 00000ed0 20 65 79 65 73 20 74 6f 20 73 65 65 20 74 68 65 | eyes to see the| 00000ee0 20 69 6c 6c 75 73 69 6f 6e 20 28 69 66 20 79 6f | illusion (if yo| 00000ef0 75 20 75 73 65 20 6d 79 0d 73 6d 61 6c 6c 20 73 |u use my.small s| 00000f00 63 72 65 65 6e 20 64 75 6d 70 2c 20 74 68 69 73 |creen dump, this| 00000f10 20 77 69 6c 6c 20 62 65 1a 20 69 6e 20 6d 69 6c | will be. in mil| 00000f20 6c 69 6d 65 74 72 65 73 29 2e 20 49 20 66 69 6e |limetres). I fin| 00000f30 64 20 69 74 20 65 61 73 69 65 73 74 20 74 6f 20 |d it easiest to | 00000f40 73 65 65 0d 74 68 65 20 69 6d 61 67 65 73 20 69 |see.the images i| 00000f50 66 20 49 20 75 73 65 20 61 6e 20 65 79 65 1a 20 |f I use an eye. | 00000f60 73 65 70 61 72 61 74 69 6f 6e 1a 20 6f 66 1a 20 |separation. of. | 00000f70 61 62 6f 75 74 1a 20 32 30 2c 20 74 68 6f 75 67 |about. 20, thoug| 00000f80 68 20 74 68 69 73 20 69 73 20 6d 75 63 68 0d 6c |h this is much.l| 00000f90 65 73 73 20 74 68 61 6e 20 69 6e 20 6d 6f 73 74 |ess than in most| 00000fa0 20 63 6f 6d 6d 65 72 63 69 61 6c 20 61 75 74 6f | commercial auto| 00000fb0 73 74 65 72 65 6f 67 72 61 6d 73 2e 0d 20 20 20 |stereograms.. | 00000fc0 20 20 20 4e 65 78 74 2c 20 79 6f 75 20 77 69 6c | Next, you wil| 00000fd0 6c 20 62 65 20 61 73 6b 65 64 1a 20 74 6f 1a 20 |l be asked. to. | 00000fe0 65 6e 74 65 72 1a 20 61 6e 1a 20 22 65 6c 65 76 |enter. an. "elev| 00000ff0 61 74 69 6f 6e 1a 20 6e 75 6d 62 65 72 22 20 66 |ation. number" f| 00001000 6f 72 20 65 61 63 68 0d 6c 6f 67 69 63 61 6c 20 |or each.logical | 00001010 63 6f 6c 6f 75 72 20 75 73 65 64 20 69 6e 20 74 |colour used in t| 00001020 68 65 20 73 6f 75 72 63 65 20 70 69 63 74 75 72 |he source pictur| 00001030 65 2e 20 54 68 69 73 20 69 73 20 61 20 6d 65 61 |e. This is a mea| 00001040 73 75 72 65 20 6f 66 20 68 6f 77 20 66 61 72 20 |sure of how far | 00001050 69 6e 0d 66 72 6f 6e 74 1a 20 6f 66 1a 20 74 68 |in.front. of. th| 00001060 65 20 70 61 67 65 20 65 61 63 68 20 70 61 72 74 |e page each part| 00001070 20 6f 66 20 74 68 65 20 69 6d 61 67 65 20 77 69 | of the image wi| 00001080 6c 6c 1a 20 61 70 70 65 61 72 2e 1a 20 54 68 65 |ll. appear.. The| 00001090 1a 20 68 69 67 68 65 72 1a 20 74 68 65 0d 6e 75 |. higher. the.nu| 000010a0 6d 62 65 72 2c 20 74 68 65 20 6d 6f 72 65 1a 20 |mber, the more. | 000010b0 74 68 65 1a 20 69 6c 6c 75 73 69 6f 6e 1a 20 73 |the. illusion. s| 000010c0 74 61 6e 64 73 20 6f 75 74 2c 20 73 6f 20 79 6f |tands out, so yo| 000010d0 75 20 73 68 6f 75 6c 64 20 65 6e 74 65 72 20 30 |u should enter 0| 000010e0 20 66 6f 72 20 74 68 65 0d 62 61 63 6b 67 72 6f | for the.backgro| 000010f0 75 6e 64 20 63 6f 6c 6f 75 72 2e 20 49 20 75 73 |und colour. I us| 00001100 65 20 61 20 76 61 6c 75 65 20 6f 66 20 34 20 66 |e a value of 4 f| 00001110 6f 72 20 6d 6f 73 74 20 69 6d 61 67 65 73 2c 20 |or most images, | 00001120 74 68 6f 75 67 68 20 79 6f 75 20 63 61 6e 20 76 |though you can v| 00001130 61 72 79 0d 74 68 69 73 20 66 72 6f 6d 20 61 62 |ary.this from ab| 00001140 6f 75 74 20 32 20 74 6f 20 31 30 20 74 6f 20 67 |out 2 to 10 to g| 00001150 65 74 20 61 20 67 6f 6f 64 20 33 2d 44 20 65 66 |et a good 3-D ef| 00001160 66 65 63 74 2e 20 49 74 20 69 73 20 69 6d 70 6f |fect. It is impo| 00001170 72 74 61 6e 74 20 74 68 61 74 20 79 6f 75 0d 72 |rtant that you.r| 00001180 65 6d 65 6d 62 65 72 20 77 68 69 63 68 20 6c 6f |emember which lo| 00001190 67 69 63 61 6c 20 63 6f 6c 6f 75 72 73 20 79 6f |gical colours yo| 000011a0 75 20 75 73 65 64 20 66 6f 72 20 77 68 69 63 68 |u used for which| 000011b0 20 70 61 72 74 73 20 6f 66 20 74 68 65 20 70 69 | parts of the pi| 000011c0 63 74 75 72 65 2e 20 49 66 0d 79 6f 75 20 75 73 |cture. If.you us| 000011d0 65 20 6d 6f 64 65 20 30 2c 20 79 6f 75 20 73 68 |e mode 0, you sh| 000011e0 6f 75 6c 64 1a 20 64 6f 75 62 6c 65 20 74 68 65 |ould. double the| 000011f0 20 76 61 6c 75 65 73 20 6d 65 6e 74 69 6f 6e 65 | values mentione| 00001200 64 20 61 62 6f 76 65 20 28 77 68 69 63 68 20 72 |d above (which r| 00001210 65 66 65 72 0d 74 6f 20 6d 6f 64 65 20 34 29 2e |efer.to mode 4).| 00001220 20 53 69 6d 69 6c 61 72 6c 79 2c 20 69 66 20 79 | Similarly, if y| 00001230 6f 75 20 61 6c 74 65 72 1a 20 74 68 65 20 65 79 |ou alter. the ey| 00001240 65 20 73 65 70 61 72 61 74 69 6f 6e 2c 20 79 6f |e separation, yo| 00001250 75 20 73 68 6f 75 6c 64 20 63 68 61 6e 67 65 0d |u should change.| 00001260 74 68 65 20 65 6c 65 76 61 74 69 6f 6e 20 6e 75 |the elevation nu| 00001270 6d 62 65 72 73 20 69 6e 20 61 70 70 72 6f 78 69 |mbers in approxi| 00001280 6d 61 74 65 6c 79 20 74 68 65 20 73 61 6d 65 20 |mately the same | 00001290 72 61 74 69 6f 2e 0d 20 20 20 20 20 20 20 46 69 |ratio.. Fi| 000012a0 6e 61 6c 6c 79 2c 20 79 6f 75 20 77 69 6c 6c 20 |nally, you will | 000012b0 62 65 20 61 73 6b 65 64 1a 20 69 66 1a 20 79 6f |be asked. if. yo| 000012c0 75 1a 20 77 61 6e 74 1a 20 61 1a 20 70 72 69 6e |u. want. a. prin| 000012d0 74 65 64 1a 20 63 6f 70 79 2e 20 49 20 68 61 76 |ted. copy. I hav| 000012e0 65 0d 77 72 69 74 74 65 6e 1a 20 6d 79 1a 20 6f |e.written. my. o| 000012f0 77 6e 1a 20 73 69 6e 67 6c 65 2d 73 68 61 64 65 |wn. single-shade| 00001300 1a 20 73 63 72 65 65 6e 20 64 75 6d 70 20 66 6f |. screen dump fo| 00001310 72 20 74 68 69 73 20 70 75 72 70 6f 73 65 2e 20 |r this purpose. | 00001320 54 68 69 73 20 6d 75 73 74 20 62 65 0d 73 61 76 |This must be.sav| 00001330 65 64 20 69 6e 20 74 68 65 20 73 61 6d 65 20 64 |ed in the same d| 00001340 69 72 65 63 74 6f 72 79 1a 20 61 73 1a 20 74 68 |irectory. as. th| 00001350 65 1a 20 61 75 74 6f 73 74 65 72 65 6f 67 72 61 |e. autostereogra| 00001360 6d 1a 20 67 65 6e 65 72 61 74 6f 72 2c 20 75 6e |m. generator, un| 00001370 64 65 72 20 74 68 65 0d 66 69 6c 65 6e 61 6d 65 |der the.filename| 00001380 1a 20 22 53 63 72 44 75 6d 70 22 20 28 73 6f 72 |. "ScrDump" (sor| 00001390 72 79 20 61 62 6f 75 74 20 74 68 65 20 74 6f 74 |ry about the tot| 000013a0 61 6c 20 6c 61 63 6b 20 6f 66 20 6d 65 61 6e 69 |al lack of meani| 000013b0 6e 67 66 75 6c 1a 20 6c 61 62 65 6c 73 1a 20 61 |ngful. labels. a| 000013c0 6e 64 0d 76 61 72 69 61 62 6c 65 20 6e 61 6d 65 |nd.variable name| 000013d0 73 1a 20 69 6e 1a 20 74 68 69 73 1a 20 70 72 6f |s. in. this. pro| 000013e0 67 72 61 6d 21 29 2e 1a 20 59 6f 75 1a 20 6d 61 |gram!).. You. ma| 000013f0 79 20 70 72 65 66 65 72 20 74 6f 20 75 73 65 20 |y prefer to use | 00001400 74 68 65 20 64 75 6d 70 20 66 72 6f 6d 0d 22 44 |the dump from."D| 00001410 69 61 67 72 61 6d 22 2c 20 77 68 69 63 68 20 49 |iagram", which I| 00001420 20 68 61 76 65 20 61 6c 73 6f 20 69 6d 70 72 6f | have also impro| 00001430 76 65 64 2e 20 54 68 69 73 1a 20 69 73 20 74 77 |ved. This. is tw| 00001440 69 63 65 20 61 73 20 66 61 73 74 20 61 73 20 6d |ice as fast as m| 00001450 69 6e 65 2c 20 61 6e 64 0d 74 68 65 20 73 61 6d |ine, and.the sam| 00001460 65 20 73 68 61 70 65 2c 20 62 75 74 20 69 73 20 |e shape, but is | 00001470 35 30 25 20 77 69 64 65 72 2c 20 66 69 6c 6c 69 |50% wider, filli| 00001480 6e 67 1a 20 74 68 65 20 66 75 6c 6c 20 77 69 64 |ng. the full wid| 00001490 74 68 20 6f 66 20 74 68 65 20 63 61 72 72 69 61 |th of the carria| 000014a0 67 65 2e 0d 54 68 69 73 1a 20 6d 61 63 68 69 6e |ge..This. machin| 000014b0 65 20 63 6f 64 65 20 70 72 6f 67 72 61 6d 20 69 |e code program i| 000014c0 73 20 73 61 76 65 64 20 61 73 20 20 22 55 43 4f |s saved as "UCO| 000014d0 44 45 22 2e 20 54 68 65 72 65 1a 20 69 73 1a 20 |DE". There. is. | 000014e0 61 6e 1a 20 6f 70 74 69 6f 6e 1a 20 74 6f 0d 73 |an. option. to.s| 000014f0 65 6c 65 63 74 20 62 65 74 77 65 65 6e 20 74 68 |elect between th| 00001500 65 73 65 20 74 77 6f 20 64 75 6d 70 73 20 28 73 |ese two dumps (s| 00001510 6d 61 6c 6c 20 61 6e 64 20 6c 61 72 67 65 20 72 |mall and large r| 00001520 65 73 70 65 63 74 69 76 65 6c 79 29 2e 0d 20 20 |espectively).. | 00001530 20 20 20 20 20 4e 6f 77 20 6a 75 73 74 20 73 69 | Now just si| 00001540 74 20 62 61 63 6b 20 61 6e 64 20 77 61 69 74 20 |t back and wait | 00001550 66 6f 72 20 74 68 65 20 72 65 73 75 6c 74 2e 20 |for the result. | 00001560 54 68 69 73 20 63 6f 75 6c 64 20 74 61 6b 65 20 |This could take | 00001570 75 70 20 74 6f 20 34 35 0d 6d 69 6e 75 74 65 73 |up to 45.minutes| 00001580 20 69 66 20 79 6f 75 20 61 72 65 20 75 73 69 6e | if you are usin| 00001590 67 1a 20 6d 6f 64 65 20 30 2c 20 73 6f 20 62 65 |g. mode 0, so be| 000015a0 20 70 61 74 69 65 6e 74 20 69 66 20 74 68 65 20 | patient if the | 000015b0 63 6f 6d 70 75 74 65 72 20 61 70 70 65 61 72 73 |computer appears| 000015c0 20 74 6f 0d 62 65 20 64 6f 69 6e 67 20 6e 6f 74 | to.be doing not| 000015d0 68 69 6e 67 20 66 6f 72 20 61 20 6c 6f 6e 67 20 |hing for a long | 000015e0 70 65 72 69 6f 64 2e 0d 20 20 20 20 20 20 20 41 |period.. A| 000015f0 6c 6c 20 74 68 65 73 65 20 70 61 72 61 6d 65 74 |ll these paramet| 00001600 65 72 73 20 77 69 6c 6c 20 73 6f 75 6e 64 1a 20 |ers will sound. | 00001610 72 61 74 68 65 72 1a 20 63 6f 6d 70 6c 69 63 61 |rather. complica| 00001620 74 65 64 1a 20 69 66 1a 20 79 6f 75 1a 20 68 61 |ted. if. you. ha| 00001630 76 65 0d 6e 65 76 65 72 1a 20 61 63 74 75 61 6c |ve.never. actual| 00001640 6c 79 1a 20 73 65 65 6e 20 61 6e 20 61 75 74 6f |ly. seen an auto| 00001650 73 74 65 72 65 6f 67 72 61 6d 20 62 65 66 6f 72 |stereogram befor| 00001660 65 2c 20 62 75 74 20 64 6f 6e 27 74 20 77 6f 72 |e, but don't wor| 00001670 72 79 20 2d 20 6a 75 73 74 20 75 73 65 0d 6d 79 |ry - just use.my| 00001680 20 73 75 67 67 65 73 74 65 64 20 76 61 6c 75 65 | suggested value| 00001690 73 1a 20 74 6f 1a 20 67 65 74 1a 20 79 6f 75 1a |s. to. get. you.| 000016a0 20 73 74 61 72 74 65 64 2e 1a 20 54 68 65 6e 20 | started.. Then | 000016b0 79 6f 75 20 63 61 6e 20 74 72 79 20 76 61 72 79 |you can try vary| 000016c0 69 6e 67 20 74 68 65 6d 0d 6c 61 74 65 72 2c 20 |ing them.later, | 000016d0 6f 6e 65 20 61 74 20 61 20 74 69 6d 65 2c 20 74 |one at a time, t| 000016e0 6f 20 73 65 65 20 74 68 65 20 65 66 66 65 63 74 |o see the effect| 000016f0 73 2e 0d 20 20 20 20 20 20 20 59 6f 75 20 6d 61 |s.. You ma| 00001700 79 20 62 65 20 61 62 6c 65 20 74 6f 1a 20 73 65 |y be able to. se| 00001710 65 1a 20 74 68 65 20 65 66 66 65 63 74 20 6f 6e |e. the effect on| 00001720 20 79 6f 75 72 20 54 56 2f 6d 6f 6e 69 74 6f 72 | your TV/monitor| 00001730 20 73 63 72 65 65 6e 20 69 66 20 69 74 0d 69 73 | screen if it.is| 00001740 20 6e 6f 74 20 74 6f 6f 20 66 6c 69 63 6b 65 72 | not too flicker| 00001750 79 2c 20 74 68 6f 75 67 68 20 69 74 20 69 73 1a |y, though it is.| 00001760 20 67 65 6e 65 72 61 6c 6c 79 20 65 61 73 69 65 | generally easie| 00001770 72 20 6f 6e 20 70 61 70 65 72 2e 20 4d 79 20 70 |r on paper. My p| 00001780 72 65 66 65 72 72 65 64 0d 6d 65 74 68 6f 64 20 |referred.method | 00001790 69 73 20 74 6f 20 73 74 61 72 65 20 62 6c 61 6e |is to stare blan| 000017a0 6b 6c 79 20 61 74 20 74 68 65 20 70 61 67 65 2c |kly at the page,| 000017b0 1a 20 61 6e 64 1a 20 73 6c 6f 77 6c 79 20 72 65 |. and. slowly re| 000017c0 66 6f 63 75 73 20 6d 79 20 65 79 65 73 20 75 6e |focus my eyes un| 000017d0 74 69 6c 0d 74 77 6f 20 63 6f 6c 75 6d 6e 73 20 |til.two columns | 000017e0 6f 66 20 74 68 65 20 72 65 70 65 61 74 69 6e 67 |of the repeating| 000017f0 20 70 61 74 74 65 72 6e 20 61 70 70 65 61 72 20 | pattern appear | 00001800 74 6f 20 6d 65 72 67 65 20 69 6e 74 6f 1a 20 6f |to merge into. o| 00001810 6e 65 2e 1a 20 54 68 65 6e 2c 1a 20 69 66 0d 79 |ne.. Then,. if.y| 00001820 6f 75 1a 20 63 61 6e 1a 20 68 6f 6c 64 1a 20 79 |ou. can. hold. y| 00001830 6f 75 72 1a 20 66 6f 63 75 73 1a 20 6c 6f 6e 67 |our. focus. long| 00001840 1a 20 65 6e 6f 75 67 68 20 6f 6e 20 74 68 65 20 |. enough on the | 00001850 6d 65 72 67 65 64 20 70 61 74 74 65 72 6e 2c 20 |merged pattern, | 00001860 74 68 65 20 69 6d 61 67 65 0d 73 68 6f 75 6c 64 |the image.should| 00001870 20 6c 69 66 74 20 6f 75 74 2e 0d 20 20 20 20 20 | lift out.. | 00001880 20 20 4f 74 68 65 72 20 70 65 6f 70 6c 65 20 70 | Other people p| 00001890 72 65 66 65 72 20 74 68 65 20 66 6f 6c 6c 6f 77 |refer the follow| 000018a0 69 6e 67 1a 20 6d 65 74 68 6f 64 3a 1a 20 48 6f |ing. method:. Ho| 000018b0 6c 64 1a 20 74 68 65 20 70 61 70 65 72 20 61 67 |ld. the paper ag| 000018c0 61 69 6e 73 74 0d 79 6f 75 72 20 66 61 63 65 2c |ainst.your face,| 000018d0 20 61 6e 64 20 73 74 61 72 65 20 74 68 72 6f 75 | and stare throu| 000018e0 67 68 20 69 74 20 62 6c 61 6e 6b 6c 79 2e 20 53 |gh it blankly. S| 000018f0 6c 6f 77 6c 79 1a 20 6d 6f 76 65 1a 20 74 68 65 |lowly. move. the| 00001900 20 70 61 70 65 72 20 61 77 61 79 20 66 72 6f 6d | paper away from| 00001910 0d 79 6f 75 72 20 66 61 63 65 20 77 69 74 68 6f |.your face witho| 00001920 75 74 20 61 6c 74 65 72 69 6e 67 20 79 6f 75 72 |ut altering your| 00001930 20 66 6f 63 75 73 2c 20 75 6e 74 69 6c 20 74 68 | focus, until th| 00001940 65 20 69 6d 61 67 65 20 61 70 70 65 61 72 73 2c |e image appears,| 00001950 1a 20 74 68 65 6e 20 77 61 69 74 0d 75 6e 74 69 |. then wait.unti| 00001960 6c 20 69 74 20 62 65 63 6f 6d 65 73 20 63 6c 65 |l it becomes cle| 00001970 61 72 2e 20 59 6f 75 20 77 69 6c 6c 20 68 61 76 |ar. You will hav| 00001980 65 20 74 6f 20 63 6f 6e 63 65 6e 74 72 61 74 65 |e to concentrate| 00001990 20 76 65 72 79 20 68 61 72 64 1a 20 74 6f 20 70 | very hard. to p| 000019a0 72 65 76 65 6e 74 0d 79 6f 75 72 73 65 6c 66 20 |revent.yourself | 000019b0 66 72 6f 6d 20 72 65 66 6f 63 75 73 69 6e 67 20 |from refocusing | 000019c0 6f 6e 20 74 68 65 20 69 6d 61 67 65 20 61 73 20 |on the image as | 000019d0 69 74 20 61 70 70 65 61 72 73 2e 0d 20 20 20 20 |it appears.. | 000019e0 20 20 20 41 6e 6f 74 68 65 72 20 6d 65 74 68 6f | Another metho| 000019f0 64 20 69 73 20 74 6f 20 70 6c 61 63 65 20 61 20 |d is to place a | 00001a00 72 65 66 6c 65 63 74 69 76 65 20 73 75 72 66 61 |reflective surfa| 00001a10 63 65 20 6f 76 65 72 20 20 74 68 65 20 70 61 67 |ce over the pag| 00001a20 65 2c 20 61 6e 64 0d 66 6f 63 75 73 20 6f 6e 20 |e, and.focus on | 00001a30 79 6f 75 72 20 72 65 66 6c 65 63 74 69 6f 6e 20 |your reflection | 00001a40 28 61 1a 20 54 56 2f 6d 6f 6e 69 74 6f 72 1a 20 |(a. TV/monitor. | 00001a50 73 63 72 65 65 6e 1a 20 6d 69 67 68 74 1a 20 61 |screen. might. a| 00001a60 6c 73 6f 20 77 6f 72 6b 29 2e 20 49 20 68 61 76 |lso work). I hav| 00001a70 65 0d 6e 65 76 65 72 20 66 6f 75 6e 64 20 74 68 |e.never found th| 00001a80 69 73 20 6d 65 74 68 6f 64 20 75 73 65 66 75 6c |is method useful| 00001a90 20 6d 79 73 65 6c 66 2e 0d 20 20 20 20 20 20 20 | myself.. | 00001aa0 59 6f 75 20 77 69 6c 6c 20 70 72 6f 62 61 62 6c |You will probabl| 00001ab0 79 20 66 69 6e 64 20 74 68 61 74 1a 20 79 6f 75 |y find that. you| 00001ac0 1a 20 68 61 76 65 1a 20 74 6f 20 73 74 61 72 65 |. have. to stare| 00001ad0 20 61 74 20 74 68 65 6d 20 66 6f 72 20 61 20 6c | at them for a l| 00001ae0 6f 6e 67 0d 74 69 6d 65 20 62 65 66 6f 72 65 20 |ong.time before | 00001af0 79 6f 75 20 73 65 65 20 74 68 65 20 65 66 66 65 |you see the effe| 00001b00 63 74 20 66 6f 72 20 74 68 65 1a 20 66 69 72 73 |ct for the. firs| 00001b10 74 1a 20 74 69 6d 65 1a 20 28 69 74 1a 20 74 6f |t. time. (it. to| 00001b20 6f 6b 1a 20 6d 65 20 73 65 76 65 72 61 6c 0d 68 |ok. me several.h| 00001b30 6f 75 72 73 29 2c 20 62 75 74 20 69 74 20 69 73 |ours), but it is| 00001b40 20 77 65 6c 6c 20 77 6f 72 74 68 20 74 68 65 20 | well worth the | 00001b50 77 61 69 74 2e 20 49 66 20 79 6f 75 20 73 74 69 |wait. If you sti| 00001b60 6c 6c 20 63 61 6e 27 74 20 73 65 65 1a 20 74 68 |ll can't see. th| 00001b70 65 6d 2c 20 64 6f 6e 27 74 0d 77 6f 72 72 79 20 |em, don't.worry | 00001b80 2d 20 61 70 70 61 72 65 6e 74 6c 79 20 61 6e 20 |- apparently an | 00001b90 65 73 74 69 6d 61 74 65 64 20 31 30 25 20 6f 66 |estimated 10% of| 00001ba0 20 74 68 65 20 70 6f 70 75 6c 61 74 69 6f 6e 20 | the population | 00001bb0 63 61 6e 20 6e 65 76 65 72 20 73 65 65 20 74 68 |can never see th| 00001bc0 65 6d 2e 0d 20 20 20 20 20 20 20 54 68 65 20 61 |em.. The a| 00001bd0 75 74 6f 73 74 65 72 65 6f 67 72 61 6d 73 20 70 |utostereograms p| 00001be0 72 6f 64 75 63 65 64 20 62 79 20 74 68 69 73 1a |roduced by this.| 00001bf0 20 70 72 6f 67 72 61 6d 1a 20 61 72 65 20 6e 6f | program. are no| 00001c00 74 20 61 73 20 65 66 66 65 63 74 69 76 65 0d 61 |t as effective.a| 00001c10 73 20 74 68 65 20 63 6f 6d 6d 65 72 63 69 61 6c |s the commercial| 00001c20 20 6f 6e 65 73 20 28 74 68 6f 75 67 68 20 74 68 | ones (though th| 00001c30 65 79 20 6d 61 79 1a 20 62 65 20 65 61 73 69 65 |ey may. be easie| 00001c40 72 20 74 6f 20 73 65 65 29 2e 20 54 68 69 73 20 |r to see). This | 00001c50 69 73 20 70 61 72 74 6c 79 0d 62 65 63 61 75 73 |is partly.becaus| 00001c60 65 20 74 68 65 79 20 61 72 65 20 62 6c 61 63 6b |e they are black| 00001c70 20 61 6e 64 20 77 68 69 74 65 2c 20 61 6e 64 20 | and white, and | 00001c80 74 68 65 1a 20 70 61 74 74 65 72 6e 73 1a 20 61 |the. patterns. a| 00001c90 72 65 20 6e 6f 74 20 61 74 74 72 61 63 74 69 76 |re not attractiv| 00001ca0 65 20 69 6e 0d 74 68 65 6d 73 65 6c 76 65 73 2c |e in.themselves,| 00001cb0 1a 20 61 73 1a 20 74 68 65 79 1a 20 61 72 65 1a |. as. they. are.| 00001cc0 20 67 65 6e 65 72 61 74 65 64 1a 20 72 61 6e 64 | generated. rand| 00001cd0 6f 6d 6c 79 2e 1a 20 48 6f 77 65 76 65 72 2c 20 |omly.. However, | 00001ce0 61 6e 6f 74 68 65 72 20 73 65 72 69 6f 75 73 0d |another serious.| 00001cf0 6c 69 6d 69 74 61 74 69 6f 6e 20 69 73 20 74 68 |limitation is th| 00001d00 61 74 20 74 68 65 20 69 6d 61 67 65 73 20 79 6f |at the images yo| 00001d10 75 20 73 65 65 1a 20 61 72 65 1a 20 61 6c 77 61 |u see. are. alwa| 00001d20 79 73 20 70 61 72 61 6c 6c 65 6c 20 74 6f 20 74 |ys parallel to t| 00001d30 68 65 20 70 61 70 65 72 20 2d 0d 74 68 65 79 1a |he paper -.they.| 00001d40 20 63 61 6e 1a 20 6e 65 76 65 72 20 73 6c 6f 70 | can. never slop| 00001d50 65 20 74 6f 77 61 72 64 73 20 6f 72 20 61 77 61 |e towards or awa| 00001d60 79 20 66 72 6f 6d 20 79 6f 75 2e 1a 20 49 1a 20 |y from you.. I. | 00001d70 68 61 76 65 1a 20 74 72 69 65 64 1a 20 74 6f 1a |have. tried. to.| 00001d80 20 6d 61 6b 65 0d 73 6c 6f 70 69 6e 67 20 73 75 | make.sloping su| 00001d90 72 66 61 63 65 73 20 75 73 69 6e 67 20 61 20 22 |rfaces using a "| 00001da0 73 74 61 69 72 63 61 73 65 22 20 65 66 66 65 63 |staircase" effec| 00001db0 74 20 2d 20 73 65 76 65 72 61 6c 20 6e 61 72 72 |t - several narr| 00001dc0 6f 77 20 62 61 6e 64 73 20 6f 66 20 6d 6f 64 65 |ow bands of mode| 00001dd0 0d 32 20 63 6f 6c 6f 75 72 73 2c 20 77 69 74 68 |.2 colours, with| 00001de0 1a 20 63 6f 6e 73 65 63 75 74 69 76 65 20 65 6c |. consecutive el| 00001df0 65 76 61 74 69 6f 6e 20 6e 75 6d 62 65 72 73 2e |evation numbers.| 00001e00 20 48 6f 77 65 76 65 72 2c 20 74 68 65 20 72 65 | However, the re| 00001e10 73 6f 6c 75 74 69 6f 6e 20 6f 66 0d 6d 6f 64 65 |solution of.mode| 00001e20 20 30 20 67 72 61 70 68 69 63 73 20 77 61 73 20 | 0 graphics was | 00001e30 6e 6f 74 20 72 65 61 6c 6c 79 20 65 6e 6f 75 67 |not really enoug| 00001e40 68 20 74 6f 20 6d 61 6b 65 20 74 68 69 73 20 73 |h to make this s| 00001e50 75 63 63 65 73 73 66 75 6c 2e 0d 20 20 20 20 20 |uccessful.. | 00001e60 20 20 59 6f 75 20 6d 61 79 20 77 69 73 68 20 74 | You may wish t| 00001e70 6f 20 70 72 6f 64 75 63 65 1a 20 61 6e 1a 20 61 |o produce. an. a| 00001e80 75 74 6f 73 74 65 72 65 6f 67 72 61 6d 1a 20 6f |utostereogram. o| 00001e90 66 1a 20 61 1a 20 77 6f 72 64 2c 1a 20 6f 72 20 |f. a. word,. or | 00001ea0 73 68 6f 72 74 0d 70 68 72 61 73 65 2e 1a 20 49 |short.phrase.. I| 00001eb0 66 1a 20 73 6f 2c 1a 20 49 20 68 61 76 65 20 73 |f. so,. I have s| 00001ec0 65 6e 74 20 69 6e 20 61 20 20 70 72 6f 67 72 61 |ent in a progra| 00001ed0 6d 20 74 6f 20 70 72 69 6e 74 1a 20 6c 61 72 67 |m to print. larg| 00001ee0 65 1a 20 74 65 78 74 1a 20 6f 6e 1a 20 74 68 65 |e. text. on. the| 00001ef0 0d 73 63 72 65 65 6e 2e 20 54 68 69 73 20 69 73 |.screen. This is| 00001f00 20 62 61 73 65 64 1a 20 6f 6e 1a 20 74 68 65 1a | based. on. the.| 00001f10 20 42 61 6e 6e 65 72 20 50 72 69 6e 74 69 6e 67 | Banner Printing| 00001f20 20 70 72 6f 67 72 61 6d 20 66 72 6f 6d 20 45 6c | program from El| 00001f30 65 63 74 72 6f 6e 20 55 73 65 72 0d 28 4a 75 6e |ectron User.(Jun| 00001f40 65 20 31 39 38 39 29 2c 20 61 6e 64 20 69 73 20 |e 1989), and is | 00001f50 64 65 73 63 72 69 62 65 64 20 65 6c 73 65 77 68 |described elsewh| 00001f60 65 72 65 20 6f 6e 20 74 68 65 20 64 69 73 63 2e |ere on the disc.| 00001f70 0d 20 20 20 20 20 20 20 49 66 20 79 6f 75 20 70 |. If you p| 00001f80 72 6f 64 75 63 65 20 61 6e 20 69 6d 70 72 65 73 |roduce an impres| 00001f90 73 69 76 65 1a 20 69 6d 61 67 65 2c 20 73 65 6e |sive. image, sen| 00001fa0 64 20 69 74 20 69 6e 21 20 50 65 72 68 61 70 73 |d it in! Perhaps| 00001fb0 20 74 68 69 73 20 63 6f 75 6c 64 0d 62 65 20 74 | this could.be t| 00001fc0 68 65 20 62 61 73 69 73 20 6f 66 20 61 20 66 75 |he basis of a fu| 00001fd0 74 75 72 65 1a 20 63 6f 6d 70 65 74 69 74 69 6f |ture. competitio| 00001fe0 6e 2c 1a 20 28 69 2e 65 20 22 57 68 61 74 20 6f |n,. (i.e "What o| 00001ff0 62 6a 65 63 74 20 69 73 20 73 68 6f 77 6e 20 69 |bject is shown i| 00002000 6e 20 74 68 69 73 0d 61 75 74 6f 73 74 65 72 65 |n this.autostere| 00002010 6f 67 72 61 6d 3f 22 2c 20 77 69 74 68 20 74 68 |ogram?", with th| 00002020 65 20 73 6f 75 72 63 65 20 70 69 63 74 75 72 65 |e source picture| 00002030 20 69 6e 63 6c 75 64 65 64 20 6f 6e 20 74 68 65 | included on the| 00002040 20 66 6f 6c 6c 6f 77 69 6e 67 20 64 69 73 63 29 | following disc)| 00002050 0d 20 20 20 20 20 20 20 49 20 68 61 76 65 20 69 |. I have i| 00002060 6e 63 6c 75 64 65 64 20 61 6e 20 65 78 61 6d 70 |ncluded an examp| 00002070 6c 65 1a 20 6f 66 1a 20 61 6e 1a 20 61 75 74 6f |le. of. an. auto| 00002080 73 74 65 72 65 6f 67 72 61 6d 20 6f 6e 20 74 68 |stereogram on th| 00002090 65 20 64 69 73 63 2e 20 54 68 65 0d 73 6f 75 72 |e disc. The.sour| 000020a0 63 65 20 70 69 63 74 75 72 65 20 69 73 20 61 6c |ce picture is al| 000020b0 73 6f 20 74 68 65 72 65 2c 20 62 75 74 20 79 6f |so there, but yo| 000020c0 75 20 6d 61 79 20 70 72 65 66 65 72 20 6e 6f 74 |u may prefer not| 000020d0 20 74 6f 20 73 65 65 20 74 68 69 73 20 75 6e 74 | to see this unt| 000020e0 69 6c 20 79 6f 75 0d 68 61 76 65 20 68 61 64 20 |il you.have had | 000020f0 61 20 67 6f 20 61 74 20 73 65 65 69 6e 67 20 74 |a go at seeing t| 00002100 68 65 20 69 6d 61 67 65 2e 20 47 6f 6f 64 20 6c |he image. Good l| 00002110 75 63 6b 21 0d 20 20 20 20 20 20 20 20 20 20 20 |uck!. | 00002120 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00002140 20 20 20 20 20 20 20 20 4d 61 74 74 68 65 77 20 | Matthew | 00002150 46 6f 72 64 2e 0d |Ford..| 00002156