Home » Archimedes archive » Acorn User » AU 1996-08.adf » Regulars » StarInfo/Goatly/NeonFrog

StarInfo/Goatly/NeonFrog

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 » AU 1996-08.adf » Regulars
Filename: StarInfo/Goatly/NeonFrog
Read OK:
File size: 0981 bytes
Load address: 0000
Exec address: 0000
File contents
   10ON ERROR PRINT REPORT$+" at line "+STR$(ERL):STOP
   20MODE 28:scale = 640/800
   30OFF
   40CLS
   50
   60REM The background
   70PROCCircle(40,30,90,800,600,800,600,0)
   80PROCCircle(40,60,30,800,250,800,250,1)
   90
  100REM The body
  110PROCCircle(10,80,10,800,600,250,200,0)
  120PROCCircle(10,80,10,800,450,300,200,0)
  130PROCCircle(90,50,30,800,425,224,150,0)
  140
  150REM The head
  160PROCCircle(10,80,10,800,800,200,150,0)
  170PROCCircle(80,80,80,700,950,80,80,0)
  180PROCCircle(80,80,80,900,950,80,80,0)
  190PROCCircle(20,20,20,700,950,10,10,0)
  200PROCCircle(20,20,20,900,950,10,10,0)
  210PROCCircle(10,80,10,770,800,15,10,0)
  220PROCCircle(10,80,10,830,800,15,10,0)
  230PROCCircle(20,20,20,800,700,145,10,1)
  240PROCCircle(110,50,50,800,690,35,15,0)
  250
  260REM Arm 1
  270PROCCircle(10,80,10,1070,600,70,130,28)
  280PROCCircle(10,80,10,980,425,80,180,-60)
  290PROCCircle(10,80,10,815,420,25,25,0)
  300PROCCircle(10,80,10,810,410,25,25,0)
  310PROCCircle(10,80,10,760,360,25,25,0)
  320PROCCircle(10,80,10,770,330,25,25,0)
  330PROCCircle(10,80,10,780,300,25,25,0)
  340PROCCircle(10,80,10,830,350,70,70,0)
  350
  360REM Arm 2
  370PROCCircle(10,80,10,530,600,70,130,-28)
  380PROCCircle(10,80,10,620,425,80,180,60)
  390PROCCircle(10,80,10,785,420,25,25,0)
  400PROCCircle(10,80,10,790,410,25,25,0)
  410PROCCircle(10,80,10,840,360,25,25,0)
  420PROCCircle(10,80,10,830,330,25,25,0)
  430PROCCircle(10,80,10,820,300,25,25,0)
  440PROCCircle(10,80,10,770,350,70,70,0)
  450
  460REM Foot 1
  470PROCCircle(10,80,10,600,250,120,70,0)
  480PROCCircle(10,80,10,500,300,90,140,45)
  490PROCCircle(40,80,40,500,290,70,80,45)
  500PROCCircle(10,80,10,450,420,35,35,0)
  510PROCCircle(10,80,10,425,395,25,25,0)
  520PROCCircle(10,80,10,400,370,25,25,0)
  530PROCCircle(10,80,10,385,340,18,18,0)
  540
  550REM Foot 2
  560PROCCircle(10,80,10,1000,250,120,70,0)
  570PROCCircle(10,80,10,1100,300,90,140,-45)
  580PROCCircle(40,80,40,1100,290,70,80,-45)
  590PROCCircle(10,80,10,1150,420,35,35,0)
  600PROCCircle(10,80,10,1175,395,25,25,0)
  610PROCCircle(10,80,10,1200,370,25,25,0)
  620PROCCircle(10,80,10,1215,340,18,18,0)
  630
  640IFGET
  680
  690END
  700
  710DEF PROCCircle(r,g,b,x,y,w,h,a)
  720    a=RAD(a)
  730    LOCAL max,min,steps,sub,hicol,coldiff
  740    x=x*scale
  741    y=y*scale
  742    w=w*scale
  743    h=h*scale
  750    IF w>h THEN max=w:min=h ELSE max=h:min=w
  760    steps=max:sub=min/max
  770    hicol=127-r
  780    IF 127-g>hicol THEN hicol=127-g
  790    IF 127-b>hicol THEN hicol=127-b
  800    coldiff=hicol/steps
  810    FOR loop=1 TO steps-2
  820        SYS &40743,(r<<8)+(g<<16)+(b<<24),,,&333
  830        ELLIPSE FILL x,y,w,h,a
  840        IF w>h THEN w-=1:h-=sub ELSE w-=sub:h-=1
  850        r+=coldiff:g+=coldiff:b+=coldiff
  860    NEXT loop
  870ENDPROC

� � � �$+" at line "+�(�):�
� 28:scale = 640/800
�
(�
2
<� The background
F'�Circle(40,30,90,800,600,800,600,0)
P'�Circle(40,60,30,800,250,800,250,1)
Z
d� The body
n'�Circle(10,80,10,800,600,250,200,0)
x'�Circle(10,80,10,800,450,300,200,0)
�'�Circle(90,50,30,800,425,224,150,0)
�
�� The head
�'�Circle(10,80,10,800,800,200,150,0)
�%�Circle(80,80,80,700,950,80,80,0)
�%�Circle(80,80,80,900,950,80,80,0)
�%�Circle(20,20,20,700,950,10,10,0)
�%�Circle(20,20,20,900,950,10,10,0)
�%�Circle(10,80,10,770,800,15,10,0)
�%�Circle(10,80,10,830,800,15,10,0)
�&�Circle(20,20,20,800,700,145,10,1)
�&�Circle(110,50,50,800,690,35,15,0)
�
� Arm 1
(�Circle(10,80,10,1070,600,70,130,28)
(�Circle(10,80,10,980,425,80,180,-60)
"%�Circle(10,80,10,815,420,25,25,0)
,%�Circle(10,80,10,810,410,25,25,0)
6%�Circle(10,80,10,760,360,25,25,0)
@%�Circle(10,80,10,770,330,25,25,0)
J%�Circle(10,80,10,780,300,25,25,0)
T%�Circle(10,80,10,830,350,70,70,0)
^
h� Arm 2
r(�Circle(10,80,10,530,600,70,130,-28)
|'�Circle(10,80,10,620,425,80,180,60)
�%�Circle(10,80,10,785,420,25,25,0)
�%�Circle(10,80,10,790,410,25,25,0)
�%�Circle(10,80,10,840,360,25,25,0)
�%�Circle(10,80,10,830,330,25,25,0)
�%�Circle(10,80,10,820,300,25,25,0)
�%�Circle(10,80,10,770,350,70,70,0)
�
�� Foot 1
�&�Circle(10,80,10,600,250,120,70,0)
�'�Circle(10,80,10,500,300,90,140,45)
�&�Circle(40,80,40,500,290,70,80,45)
�%�Circle(10,80,10,450,420,35,35,0)
�%�Circle(10,80,10,425,395,25,25,0)
%�Circle(10,80,10,400,370,25,25,0)
%�Circle(10,80,10,385,340,18,18,0)

&� Foot 2
0'�Circle(10,80,10,1000,250,120,70,0)
:)�Circle(10,80,10,1100,300,90,140,-45)
D(�Circle(40,80,40,1100,290,70,80,-45)
N&�Circle(10,80,10,1150,420,35,35,0)
X&�Circle(10,80,10,1175,395,25,25,0)
b&�Circle(10,80,10,1200,370,25,25,0)
l&�Circle(10,80,10,1215,340,18,18,0)
v
��
�
��
�
�� �Circle(r,g,b,x,y,w,h,a)
�    a=�(a)
�)    � max,min,steps,sub,hicol,coldiff
�    x=x*scale
�    y=y*scale
�    w=w*scale
�    h=h*scale
�)    � w>h � max=w:min=h � max=h:min=w
�    steps=max:sub=min/max
    hicol=127-r
#    � 127-g>hicol � hicol=127-g
#    � 127-b>hicol � hicol=127-b
     coldiff=hicol/steps
*    � loop=1 � steps-2
43        ș &40743,(r<<8)+(g<<16)+(b<<24),,,&333
>        ȝ Ȑ x,y,w,h,a
H-        � w>h � w-=1:h-=sub � w-=sub:h-=1
R,        r+=coldiff:g+=coldiff:b+=coldiff
\    � loop
f�
�
00000000  0d 00 0a 1f ee 20 85 20  f1 20 f6 24 2b 22 20 61  |..... . . .$+" a|
00000010  74 20 6c 69 6e 65 20 22  2b c3 28 9e 29 3a fa 0d  |t line "+.(.):..|
00000020  00 14 18 eb 20 32 38 3a  73 63 61 6c 65 20 3d 20  |.... 28:scale = |
00000030  36 34 30 2f 38 30 30 0d  00 1e 05 87 0d 00 28 05  |640/800.......(.|
00000040  db 0d 00 32 04 0d 00 3c  14 f4 20 54 68 65 20 62  |...2...<.. The b|
00000050  61 63 6b 67 72 6f 75 6e  64 0d 00 46 27 f2 43 69  |ackground..F'.Ci|
00000060  72 63 6c 65 28 34 30 2c  33 30 2c 39 30 2c 38 30  |rcle(40,30,90,80|
00000070  30 2c 36 30 30 2c 38 30  30 2c 36 30 30 2c 30 29  |0,600,800,600,0)|
00000080  0d 00 50 27 f2 43 69 72  63 6c 65 28 34 30 2c 36  |..P'.Circle(40,6|
00000090  30 2c 33 30 2c 38 30 30  2c 32 35 30 2c 38 30 30  |0,30,800,250,800|
000000a0  2c 32 35 30 2c 31 29 0d  00 5a 04 0d 00 64 0e f4  |,250,1)..Z...d..|
000000b0  20 54 68 65 20 62 6f 64  79 0d 00 6e 27 f2 43 69  | The body..n'.Ci|
000000c0  72 63 6c 65 28 31 30 2c  38 30 2c 31 30 2c 38 30  |rcle(10,80,10,80|
000000d0  30 2c 36 30 30 2c 32 35  30 2c 32 30 30 2c 30 29  |0,600,250,200,0)|
000000e0  0d 00 78 27 f2 43 69 72  63 6c 65 28 31 30 2c 38  |..x'.Circle(10,8|
000000f0  30 2c 31 30 2c 38 30 30  2c 34 35 30 2c 33 30 30  |0,10,800,450,300|
00000100  2c 32 30 30 2c 30 29 0d  00 82 27 f2 43 69 72 63  |,200,0)...'.Circ|
00000110  6c 65 28 39 30 2c 35 30  2c 33 30 2c 38 30 30 2c  |le(90,50,30,800,|
00000120  34 32 35 2c 32 32 34 2c  31 35 30 2c 30 29 0d 00  |425,224,150,0)..|
00000130  8c 04 0d 00 96 0e f4 20  54 68 65 20 68 65 61 64  |....... The head|
00000140  0d 00 a0 27 f2 43 69 72  63 6c 65 28 31 30 2c 38  |...'.Circle(10,8|
00000150  30 2c 31 30 2c 38 30 30  2c 38 30 30 2c 32 30 30  |0,10,800,800,200|
00000160  2c 31 35 30 2c 30 29 0d  00 aa 25 f2 43 69 72 63  |,150,0)...%.Circ|
00000170  6c 65 28 38 30 2c 38 30  2c 38 30 2c 37 30 30 2c  |le(80,80,80,700,|
00000180  39 35 30 2c 38 30 2c 38  30 2c 30 29 0d 00 b4 25  |950,80,80,0)...%|
00000190  f2 43 69 72 63 6c 65 28  38 30 2c 38 30 2c 38 30  |.Circle(80,80,80|
000001a0  2c 39 30 30 2c 39 35 30  2c 38 30 2c 38 30 2c 30  |,900,950,80,80,0|
000001b0  29 0d 00 be 25 f2 43 69  72 63 6c 65 28 32 30 2c  |)...%.Circle(20,|
000001c0  32 30 2c 32 30 2c 37 30  30 2c 39 35 30 2c 31 30  |20,20,700,950,10|
000001d0  2c 31 30 2c 30 29 0d 00  c8 25 f2 43 69 72 63 6c  |,10,0)...%.Circl|
000001e0  65 28 32 30 2c 32 30 2c  32 30 2c 39 30 30 2c 39  |e(20,20,20,900,9|
000001f0  35 30 2c 31 30 2c 31 30  2c 30 29 0d 00 d2 25 f2  |50,10,10,0)...%.|
00000200  43 69 72 63 6c 65 28 31  30 2c 38 30 2c 31 30 2c  |Circle(10,80,10,|
00000210  37 37 30 2c 38 30 30 2c  31 35 2c 31 30 2c 30 29  |770,800,15,10,0)|
00000220  0d 00 dc 25 f2 43 69 72  63 6c 65 28 31 30 2c 38  |...%.Circle(10,8|
00000230  30 2c 31 30 2c 38 33 30  2c 38 30 30 2c 31 35 2c  |0,10,830,800,15,|
00000240  31 30 2c 30 29 0d 00 e6  26 f2 43 69 72 63 6c 65  |10,0)...&.Circle|
00000250  28 32 30 2c 32 30 2c 32  30 2c 38 30 30 2c 37 30  |(20,20,20,800,70|
00000260  30 2c 31 34 35 2c 31 30  2c 31 29 0d 00 f0 26 f2  |0,145,10,1)...&.|
00000270  43 69 72 63 6c 65 28 31  31 30 2c 35 30 2c 35 30  |Circle(110,50,50|
00000280  2c 38 30 30 2c 36 39 30  2c 33 35 2c 31 35 2c 30  |,800,690,35,15,0|
00000290  29 0d 00 fa 04 0d 01 04  0b f4 20 41 72 6d 20 31  |)......... Arm 1|
000002a0  0d 01 0e 28 f2 43 69 72  63 6c 65 28 31 30 2c 38  |...(.Circle(10,8|
000002b0  30 2c 31 30 2c 31 30 37  30 2c 36 30 30 2c 37 30  |0,10,1070,600,70|
000002c0  2c 31 33 30 2c 32 38 29  0d 01 18 28 f2 43 69 72  |,130,28)...(.Cir|
000002d0  63 6c 65 28 31 30 2c 38  30 2c 31 30 2c 39 38 30  |cle(10,80,10,980|
000002e0  2c 34 32 35 2c 38 30 2c  31 38 30 2c 2d 36 30 29  |,425,80,180,-60)|
000002f0  0d 01 22 25 f2 43 69 72  63 6c 65 28 31 30 2c 38  |.."%.Circle(10,8|
00000300  30 2c 31 30 2c 38 31 35  2c 34 32 30 2c 32 35 2c  |0,10,815,420,25,|
00000310  32 35 2c 30 29 0d 01 2c  25 f2 43 69 72 63 6c 65  |25,0)..,%.Circle|
00000320  28 31 30 2c 38 30 2c 31  30 2c 38 31 30 2c 34 31  |(10,80,10,810,41|
00000330  30 2c 32 35 2c 32 35 2c  30 29 0d 01 36 25 f2 43  |0,25,25,0)..6%.C|
00000340  69 72 63 6c 65 28 31 30  2c 38 30 2c 31 30 2c 37  |ircle(10,80,10,7|
00000350  36 30 2c 33 36 30 2c 32  35 2c 32 35 2c 30 29 0d  |60,360,25,25,0).|
00000360  01 40 25 f2 43 69 72 63  6c 65 28 31 30 2c 38 30  |.@%.Circle(10,80|
00000370  2c 31 30 2c 37 37 30 2c  33 33 30 2c 32 35 2c 32  |,10,770,330,25,2|
00000380  35 2c 30 29 0d 01 4a 25  f2 43 69 72 63 6c 65 28  |5,0)..J%.Circle(|
00000390  31 30 2c 38 30 2c 31 30  2c 37 38 30 2c 33 30 30  |10,80,10,780,300|
000003a0  2c 32 35 2c 32 35 2c 30  29 0d 01 54 25 f2 43 69  |,25,25,0)..T%.Ci|
000003b0  72 63 6c 65 28 31 30 2c  38 30 2c 31 30 2c 38 33  |rcle(10,80,10,83|
000003c0  30 2c 33 35 30 2c 37 30  2c 37 30 2c 30 29 0d 01  |0,350,70,70,0)..|
000003d0  5e 04 0d 01 68 0b f4 20  41 72 6d 20 32 0d 01 72  |^...h.. Arm 2..r|
000003e0  28 f2 43 69 72 63 6c 65  28 31 30 2c 38 30 2c 31  |(.Circle(10,80,1|
000003f0  30 2c 35 33 30 2c 36 30  30 2c 37 30 2c 31 33 30  |0,530,600,70,130|
00000400  2c 2d 32 38 29 0d 01 7c  27 f2 43 69 72 63 6c 65  |,-28)..|'.Circle|
00000410  28 31 30 2c 38 30 2c 31  30 2c 36 32 30 2c 34 32  |(10,80,10,620,42|
00000420  35 2c 38 30 2c 31 38 30  2c 36 30 29 0d 01 86 25  |5,80,180,60)...%|
00000430  f2 43 69 72 63 6c 65 28  31 30 2c 38 30 2c 31 30  |.Circle(10,80,10|
00000440  2c 37 38 35 2c 34 32 30  2c 32 35 2c 32 35 2c 30  |,785,420,25,25,0|
00000450  29 0d 01 90 25 f2 43 69  72 63 6c 65 28 31 30 2c  |)...%.Circle(10,|
00000460  38 30 2c 31 30 2c 37 39  30 2c 34 31 30 2c 32 35  |80,10,790,410,25|
00000470  2c 32 35 2c 30 29 0d 01  9a 25 f2 43 69 72 63 6c  |,25,0)...%.Circl|
00000480  65 28 31 30 2c 38 30 2c  31 30 2c 38 34 30 2c 33  |e(10,80,10,840,3|
00000490  36 30 2c 32 35 2c 32 35  2c 30 29 0d 01 a4 25 f2  |60,25,25,0)...%.|
000004a0  43 69 72 63 6c 65 28 31  30 2c 38 30 2c 31 30 2c  |Circle(10,80,10,|
000004b0  38 33 30 2c 33 33 30 2c  32 35 2c 32 35 2c 30 29  |830,330,25,25,0)|
000004c0  0d 01 ae 25 f2 43 69 72  63 6c 65 28 31 30 2c 38  |...%.Circle(10,8|
000004d0  30 2c 31 30 2c 38 32 30  2c 33 30 30 2c 32 35 2c  |0,10,820,300,25,|
000004e0  32 35 2c 30 29 0d 01 b8  25 f2 43 69 72 63 6c 65  |25,0)...%.Circle|
000004f0  28 31 30 2c 38 30 2c 31  30 2c 37 37 30 2c 33 35  |(10,80,10,770,35|
00000500  30 2c 37 30 2c 37 30 2c  30 29 0d 01 c2 04 0d 01  |0,70,70,0)......|
00000510  cc 0c f4 20 46 6f 6f 74  20 31 0d 01 d6 26 f2 43  |... Foot 1...&.C|
00000520  69 72 63 6c 65 28 31 30  2c 38 30 2c 31 30 2c 36  |ircle(10,80,10,6|
00000530  30 30 2c 32 35 30 2c 31  32 30 2c 37 30 2c 30 29  |00,250,120,70,0)|
00000540  0d 01 e0 27 f2 43 69 72  63 6c 65 28 31 30 2c 38  |...'.Circle(10,8|
00000550  30 2c 31 30 2c 35 30 30  2c 33 30 30 2c 39 30 2c  |0,10,500,300,90,|
00000560  31 34 30 2c 34 35 29 0d  01 ea 26 f2 43 69 72 63  |140,45)...&.Circ|
00000570  6c 65 28 34 30 2c 38 30  2c 34 30 2c 35 30 30 2c  |le(40,80,40,500,|
00000580  32 39 30 2c 37 30 2c 38  30 2c 34 35 29 0d 01 f4  |290,70,80,45)...|
00000590  25 f2 43 69 72 63 6c 65  28 31 30 2c 38 30 2c 31  |%.Circle(10,80,1|
000005a0  30 2c 34 35 30 2c 34 32  30 2c 33 35 2c 33 35 2c  |0,450,420,35,35,|
000005b0  30 29 0d 01 fe 25 f2 43  69 72 63 6c 65 28 31 30  |0)...%.Circle(10|
000005c0  2c 38 30 2c 31 30 2c 34  32 35 2c 33 39 35 2c 32  |,80,10,425,395,2|
000005d0  35 2c 32 35 2c 30 29 0d  02 08 25 f2 43 69 72 63  |5,25,0)...%.Circ|
000005e0  6c 65 28 31 30 2c 38 30  2c 31 30 2c 34 30 30 2c  |le(10,80,10,400,|
000005f0  33 37 30 2c 32 35 2c 32  35 2c 30 29 0d 02 12 25  |370,25,25,0)...%|
00000600  f2 43 69 72 63 6c 65 28  31 30 2c 38 30 2c 31 30  |.Circle(10,80,10|
00000610  2c 33 38 35 2c 33 34 30  2c 31 38 2c 31 38 2c 30  |,385,340,18,18,0|
00000620  29 0d 02 1c 04 0d 02 26  0c f4 20 46 6f 6f 74 20  |)......&.. Foot |
00000630  32 0d 02 30 27 f2 43 69  72 63 6c 65 28 31 30 2c  |2..0'.Circle(10,|
00000640  38 30 2c 31 30 2c 31 30  30 30 2c 32 35 30 2c 31  |80,10,1000,250,1|
00000650  32 30 2c 37 30 2c 30 29  0d 02 3a 29 f2 43 69 72  |20,70,0)..:).Cir|
00000660  63 6c 65 28 31 30 2c 38  30 2c 31 30 2c 31 31 30  |cle(10,80,10,110|
00000670  30 2c 33 30 30 2c 39 30  2c 31 34 30 2c 2d 34 35  |0,300,90,140,-45|
00000680  29 0d 02 44 28 f2 43 69  72 63 6c 65 28 34 30 2c  |)..D(.Circle(40,|
00000690  38 30 2c 34 30 2c 31 31  30 30 2c 32 39 30 2c 37  |80,40,1100,290,7|
000006a0  30 2c 38 30 2c 2d 34 35  29 0d 02 4e 26 f2 43 69  |0,80,-45)..N&.Ci|
000006b0  72 63 6c 65 28 31 30 2c  38 30 2c 31 30 2c 31 31  |rcle(10,80,10,11|
000006c0  35 30 2c 34 32 30 2c 33  35 2c 33 35 2c 30 29 0d  |50,420,35,35,0).|
000006d0  02 58 26 f2 43 69 72 63  6c 65 28 31 30 2c 38 30  |.X&.Circle(10,80|
000006e0  2c 31 30 2c 31 31 37 35  2c 33 39 35 2c 32 35 2c  |,10,1175,395,25,|
000006f0  32 35 2c 30 29 0d 02 62  26 f2 43 69 72 63 6c 65  |25,0)..b&.Circle|
00000700  28 31 30 2c 38 30 2c 31  30 2c 31 32 30 30 2c 33  |(10,80,10,1200,3|
00000710  37 30 2c 32 35 2c 32 35  2c 30 29 0d 02 6c 26 f2  |70,25,25,0)..l&.|
00000720  43 69 72 63 6c 65 28 31  30 2c 38 30 2c 31 30 2c  |Circle(10,80,10,|
00000730  31 32 31 35 2c 33 34 30  2c 31 38 2c 31 38 2c 30  |1215,340,18,18,0|
00000740  29 0d 02 76 04 0d 02 80  06 e7 a5 0d 02 a8 04 0d  |)..v............|
00000750  02 b2 05 e0 0d 02 bc 04  0d 02 c6 1e dd 20 f2 43  |............. .C|
00000760  69 72 63 6c 65 28 72 2c  67 2c 62 2c 78 2c 79 2c  |ircle(r,g,b,x,y,|
00000770  77 2c 68 2c 61 29 0d 02  d0 0e 20 20 20 20 61 3d  |w,h,a)....    a=|
00000780  b2 28 61 29 0d 02 da 29  20 20 20 20 ea 20 6d 61  |.(a)...)    . ma|
00000790  78 2c 6d 69 6e 2c 73 74  65 70 73 2c 73 75 62 2c  |x,min,steps,sub,|
000007a0  68 69 63 6f 6c 2c 63 6f  6c 64 69 66 66 0d 02 e4  |hicol,coldiff...|
000007b0  11 20 20 20 20 78 3d 78  2a 73 63 61 6c 65 0d 02  |.    x=x*scale..|
000007c0  e5 11 20 20 20 20 79 3d  79 2a 73 63 61 6c 65 0d  |..    y=y*scale.|
000007d0  02 e6 11 20 20 20 20 77  3d 77 2a 73 63 61 6c 65  |...    w=w*scale|
000007e0  0d 02 e7 11 20 20 20 20  68 3d 68 2a 73 63 61 6c  |....    h=h*scal|
000007f0  65 0d 02 ee 29 20 20 20  20 e7 20 77 3e 68 20 8c  |e...)    . w>h .|
00000800  20 6d 61 78 3d 77 3a 6d  69 6e 3d 68 20 8b 20 6d  | max=w:min=h . m|
00000810  61 78 3d 68 3a 6d 69 6e  3d 77 0d 02 f8 1d 20 20  |ax=h:min=w....  |
00000820  20 20 73 74 65 70 73 3d  6d 61 78 3a 73 75 62 3d  |  steps=max:sub=|
00000830  6d 69 6e 2f 6d 61 78 0d  03 02 13 20 20 20 20 68  |min/max....    h|
00000840  69 63 6f 6c 3d 31 32 37  2d 72 0d 03 0c 23 20 20  |icol=127-r...#  |
00000850  20 20 e7 20 31 32 37 2d  67 3e 68 69 63 6f 6c 20  |  . 127-g>hicol |
00000860  8c 20 68 69 63 6f 6c 3d  31 32 37 2d 67 0d 03 16  |. hicol=127-g...|
00000870  23 20 20 20 20 e7 20 31  32 37 2d 62 3e 68 69 63  |#    . 127-b>hic|
00000880  6f 6c 20 8c 20 68 69 63  6f 6c 3d 31 32 37 2d 62  |ol . hicol=127-b|
00000890  0d 03 20 1b 20 20 20 20  63 6f 6c 64 69 66 66 3d  |.. .    coldiff=|
000008a0  68 69 63 6f 6c 2f 73 74  65 70 73 0d 03 2a 1a 20  |hicol/steps..*. |
000008b0  20 20 20 e3 20 6c 6f 6f  70 3d 31 20 b8 20 73 74  |   . loop=1 . st|
000008c0  65 70 73 2d 32 0d 03 34  33 20 20 20 20 20 20 20  |eps-2..43       |
000008d0  20 c8 99 20 26 34 30 37  34 33 2c 28 72 3c 3c 38  | .. &40743,(r<<8|
000008e0  29 2b 28 67 3c 3c 31 36  29 2b 28 62 3c 3c 32 34  |)+(g<<16)+(b<<24|
000008f0  29 2c 2c 2c 26 33 33 33  0d 03 3e 1b 20 20 20 20  |),,,&333..>.    |
00000900  20 20 20 20 c8 9d 20 c8  90 20 78 2c 79 2c 77 2c  |    .. .. x,y,w,|
00000910  68 2c 61 0d 03 48 2d 20  20 20 20 20 20 20 20 e7  |h,a..H-        .|
00000920  20 77 3e 68 20 8c 20 77  2d 3d 31 3a 68 2d 3d 73  | w>h . w-=1:h-=s|
00000930  75 62 20 8b 20 77 2d 3d  73 75 62 3a 68 2d 3d 31  |ub . w-=sub:h-=1|
00000940  0d 03 52 2c 20 20 20 20  20 20 20 20 72 2b 3d 63  |..R,        r+=c|
00000950  6f 6c 64 69 66 66 3a 67  2b 3d 63 6f 6c 64 69 66  |oldiff:g+=coldif|
00000960  66 3a 62 2b 3d 63 6f 6c  64 69 66 66 0d 03 5c 0e  |f:b+=coldiff..\.|
00000970  20 20 20 20 ed 20 6c 6f  6f 70 0d 03 66 05 e1 0d  |    . loop..f...|
00000980  ff                                                |.|
00000981