Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » MakeJPEG/!MakeJPEG/!Boot

MakeJPEG/!MakeJPEG/!Boot

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 1997-Xmas B.adf » PD
Filename: MakeJPEG/!MakeJPEG/!Boot
Read OK:
File size: 02D1 bytes
Load address: 0000
Exec address: 0000
File contents
| >!Boot file for MakeJPEG
| A front-end for the The Independent JPEG Group applications
| � Dave Thomas, 1992-5

| Paths
|
Set MakeJPEG$Dir <Obey$Dir>
Set MakeJPEG$Path <MakeJPEG$Dir>.Resources.JPEG.

| Sprites
|
IconSprites <MakeJPEG$Dir>.!Sprites

| Translator-range Filetypes
|
Set File$Type_695 GIF
Set File$Type_69C BMP
Set File$Type_69D Targa
Set File$Type_69E PBMPlus

| RISC OS official Filetypes
|
Set File$Type_C85 JPEG

| Run types
|
Set Alias$@RunType_C85 Run <MakeJPEG$Dir>.!Run %%*0

| Check for DOSFS and set filetype mappings if it is.
|
Set MakeJPEG$DOSFS 1
RMEnsure DOSFS 0.00 Set MakeJPEG$DOSFS 0
If MakeJPEG$DOSFS="1" Then DOSMap JPG C85
If MakeJPEG$DOSFS="1" Then DOSMap JIF C85
Unset MakeJPEG$DOSFS
00000000  7c 20 3e 21 42 6f 6f 74  20 66 69 6c 65 20 66 6f  || >!Boot file fo|
00000010  72 20 4d 61 6b 65 4a 50  45 47 0a 7c 20 41 20 66  |r MakeJPEG.| A f|
00000020  72 6f 6e 74 2d 65 6e 64  20 66 6f 72 20 74 68 65  |ront-end for the|
00000030  20 54 68 65 20 49 6e 64  65 70 65 6e 64 65 6e 74  | The Independent|
00000040  20 4a 50 45 47 20 47 72  6f 75 70 20 61 70 70 6c  | JPEG Group appl|
00000050  69 63 61 74 69 6f 6e 73  0a 7c 20 a9 20 44 61 76  |ications.| . Dav|
00000060  65 20 54 68 6f 6d 61 73  2c 20 31 39 39 32 2d 35  |e Thomas, 1992-5|
00000070  0a 0a 7c 20 50 61 74 68  73 0a 7c 0a 53 65 74 20  |..| Paths.|.Set |
00000080  4d 61 6b 65 4a 50 45 47  24 44 69 72 20 3c 4f 62  |MakeJPEG$Dir <Ob|
00000090  65 79 24 44 69 72 3e 0a  53 65 74 20 4d 61 6b 65  |ey$Dir>.Set Make|
000000a0  4a 50 45 47 24 50 61 74  68 20 3c 4d 61 6b 65 4a  |JPEG$Path <MakeJ|
000000b0  50 45 47 24 44 69 72 3e  2e 52 65 73 6f 75 72 63  |PEG$Dir>.Resourc|
000000c0  65 73 2e 4a 50 45 47 2e  0a 0a 7c 20 53 70 72 69  |es.JPEG...| Spri|
000000d0  74 65 73 0a 7c 0a 49 63  6f 6e 53 70 72 69 74 65  |tes.|.IconSprite|
000000e0  73 20 3c 4d 61 6b 65 4a  50 45 47 24 44 69 72 3e  |s <MakeJPEG$Dir>|
000000f0  2e 21 53 70 72 69 74 65  73 0a 0a 7c 20 54 72 61  |.!Sprites..| Tra|
00000100  6e 73 6c 61 74 6f 72 2d  72 61 6e 67 65 20 46 69  |nslator-range Fi|
00000110  6c 65 74 79 70 65 73 0a  7c 0a 53 65 74 20 46 69  |letypes.|.Set Fi|
00000120  6c 65 24 54 79 70 65 5f  36 39 35 20 47 49 46 0a  |le$Type_695 GIF.|
00000130  53 65 74 20 46 69 6c 65  24 54 79 70 65 5f 36 39  |Set File$Type_69|
00000140  43 20 42 4d 50 0a 53 65  74 20 46 69 6c 65 24 54  |C BMP.Set File$T|
00000150  79 70 65 5f 36 39 44 20  54 61 72 67 61 0a 53 65  |ype_69D Targa.Se|
00000160  74 20 46 69 6c 65 24 54  79 70 65 5f 36 39 45 20  |t File$Type_69E |
00000170  50 42 4d 50 6c 75 73 0a  0a 7c 20 52 49 53 43 20  |PBMPlus..| RISC |
00000180  4f 53 20 6f 66 66 69 63  69 61 6c 20 46 69 6c 65  |OS official File|
00000190  74 79 70 65 73 0a 7c 0a  53 65 74 20 46 69 6c 65  |types.|.Set File|
000001a0  24 54 79 70 65 5f 43 38  35 20 4a 50 45 47 0a 0a  |$Type_C85 JPEG..|
000001b0  7c 20 52 75 6e 20 74 79  70 65 73 0a 7c 0a 53 65  || Run types.|.Se|
000001c0  74 20 41 6c 69 61 73 24  40 52 75 6e 54 79 70 65  |t Alias$@RunType|
000001d0  5f 43 38 35 20 52 75 6e  20 3c 4d 61 6b 65 4a 50  |_C85 Run <MakeJP|
000001e0  45 47 24 44 69 72 3e 2e  21 52 75 6e 20 25 25 2a  |EG$Dir>.!Run %%*|
000001f0  30 0a 0a 7c 20 43 68 65  63 6b 20 66 6f 72 20 44  |0..| Check for D|
00000200  4f 53 46 53 20 61 6e 64  20 73 65 74 20 66 69 6c  |OSFS and set fil|
00000210  65 74 79 70 65 20 6d 61  70 70 69 6e 67 73 20 69  |etype mappings i|
00000220  66 20 69 74 20 69 73 2e  0a 7c 0a 53 65 74 20 4d  |f it is..|.Set M|
00000230  61 6b 65 4a 50 45 47 24  44 4f 53 46 53 20 31 0a  |akeJPEG$DOSFS 1.|
00000240  52 4d 45 6e 73 75 72 65  20 44 4f 53 46 53 20 30  |RMEnsure DOSFS 0|
00000250  2e 30 30 20 53 65 74 20  4d 61 6b 65 4a 50 45 47  |.00 Set MakeJPEG|
00000260  24 44 4f 53 46 53 20 30  0a 49 66 20 4d 61 6b 65  |$DOSFS 0.If Make|
00000270  4a 50 45 47 24 44 4f 53  46 53 3d 22 31 22 20 54  |JPEG$DOSFS="1" T|
00000280  68 65 6e 20 44 4f 53 4d  61 70 20 4a 50 47 20 43  |hen DOSMap JPG C|
00000290  38 35 0a 49 66 20 4d 61  6b 65 4a 50 45 47 24 44  |85.If MakeJPEG$D|
000002a0  4f 53 46 53 3d 22 31 22  20 54 68 65 6e 20 44 4f  |OSFS="1" Then DO|
000002b0  53 4d 61 70 20 4a 49 46  20 43 38 35 0a 55 6e 73  |SMap JIF C85.Uns|
000002c0  65 74 20 4d 61 6b 65 4a  50 45 47 24 44 4f 53 46  |et MakeJPEG$DOSF|
000002d0  53                                                |S|
000002d1