Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff » Graphics/!MakeGIF/Docs/Updates
Graphics/!MakeGIF/Docs/Updates
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff |
Filename: | Graphics/!MakeGIF/Docs/Updates |
Read OK: | ✔ |
File size: | 05E2 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Updates since version 1.00 1.01 - Palette of 256-colour sprites accepted and reflected correctly now. (Used to use standard 256-colour palette for all 256-colour sprites) 1.02 - Translator version 5.10 has new filetype range. MakeGIF follows suit and now filetypes GIF files with &695. 1.03 - Forgot to rename the save GIF file icon. 1.04 - Tidied up message passing. DataSave(Ack) and DataLoad(Ack) are now directed specifically (not broadcast). DataLoad broadcast resulted in other applications picking up saves erroneously. - Saves from other applications to MakeGIF are accepted via Wimp$Scrap. - Double-click on sprite file no longer loads it to ensure !Paint grabs them. 1.05 - Smaller width for iconbar menu and program info window. 1.10 - Moved machinecode to module 'MakeGIF'. - Speeded up the compression by around 12%. - MakeGIF now grabs all 'Next' memory (used to limit to 200K). - Some cosmetic changes ('Save as', new iconbar icon). 2.00 - MakeGIF will also accept Translator's 'Clear' files as input. Because Clear files preserve all the input image information (in contrast to Archimedes sprites), conversions from most filetypes accepted by Translator to GIF can be made without loss of image information. - Created templates for windows. - MakeGIF module is killed on quitting if there are no other MakeGIFs active.
00000000 0a 55 70 64 61 74 65 73 20 73 69 6e 63 65 20 76 |.Updates since v| 00000010 65 72 73 69 6f 6e 20 31 2e 30 30 0a 0a 31 2e 30 |ersion 1.00..1.0| 00000020 31 20 20 20 2d 20 50 61 6c 65 74 74 65 20 6f 66 |1 - Palette of| 00000030 20 32 35 36 2d 63 6f 6c 6f 75 72 20 73 70 72 69 | 256-colour spri| 00000040 74 65 73 20 61 63 63 65 70 74 65 64 20 61 6e 64 |tes accepted and| 00000050 20 72 65 66 6c 65 63 74 65 64 20 63 6f 72 72 65 | reflected corre| 00000060 63 74 6c 79 20 6e 6f 77 2e 0a 20 20 20 20 20 20 |ctly now.. | 00000070 20 20 20 28 55 73 65 64 20 74 6f 20 75 73 65 20 | (Used to use | 00000080 73 74 61 6e 64 61 72 64 20 32 35 36 2d 63 6f 6c |standard 256-col| 00000090 6f 75 72 20 70 61 6c 65 74 74 65 20 66 6f 72 20 |our palette for | 000000a0 61 6c 6c 20 32 35 36 2d 63 6f 6c 6f 75 72 20 73 |all 256-colour s| 000000b0 70 72 69 74 65 73 29 0a 0a 31 2e 30 32 20 20 20 |prites)..1.02 | 000000c0 2d 20 54 72 61 6e 73 6c 61 74 6f 72 20 76 65 72 |- Translator ver| 000000d0 73 69 6f 6e 20 35 2e 31 30 20 68 61 73 20 6e 65 |sion 5.10 has ne| 000000e0 77 20 66 69 6c 65 74 79 70 65 20 72 61 6e 67 65 |w filetype range| 000000f0 2e 20 4d 61 6b 65 47 49 46 20 66 6f 6c 6c 6f 77 |. MakeGIF follow| 00000100 73 0a 20 20 20 20 20 20 20 20 20 73 75 69 74 20 |s. suit | 00000110 61 6e 64 20 6e 6f 77 20 66 69 6c 65 74 79 70 65 |and now filetype| 00000120 73 20 47 49 46 20 66 69 6c 65 73 20 77 69 74 68 |s GIF files with| 00000130 20 26 36 39 35 2e 0a 0a 31 2e 30 33 20 20 20 2d | &695...1.03 -| 00000140 20 46 6f 72 67 6f 74 20 74 6f 20 72 65 6e 61 6d | Forgot to renam| 00000150 65 20 74 68 65 20 73 61 76 65 20 47 49 46 20 66 |e the save GIF f| 00000160 69 6c 65 20 69 63 6f 6e 2e 0a 0a 31 2e 30 34 20 |ile icon...1.04 | 00000170 20 20 2d 20 54 69 64 69 65 64 20 75 70 20 6d 65 | - Tidied up me| 00000180 73 73 61 67 65 20 70 61 73 73 69 6e 67 2e 20 44 |ssage passing. D| 00000190 61 74 61 53 61 76 65 28 41 63 6b 29 20 61 6e 64 |ataSave(Ack) and| 000001a0 20 44 61 74 61 4c 6f 61 64 28 41 63 6b 29 20 61 | DataLoad(Ack) a| 000001b0 72 65 20 6e 6f 77 0a 20 20 20 20 20 20 20 20 20 |re now. | 000001c0 64 69 72 65 63 74 65 64 20 73 70 65 63 69 66 69 |directed specifi| 000001d0 63 61 6c 6c 79 20 28 6e 6f 74 20 62 72 6f 61 64 |cally (not broad| 000001e0 63 61 73 74 29 2e 20 44 61 74 61 4c 6f 61 64 20 |cast). DataLoad | 000001f0 62 72 6f 61 64 63 61 73 74 20 72 65 73 75 6c 74 |broadcast result| 00000200 65 64 0a 20 20 20 20 20 20 20 20 20 69 6e 20 6f |ed. in o| 00000210 74 68 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e |ther application| 00000220 73 20 70 69 63 6b 69 6e 67 20 75 70 20 73 61 76 |s picking up sav| 00000230 65 73 20 65 72 72 6f 6e 65 6f 75 73 6c 79 2e 0a |es erroneously..| 00000240 20 20 20 20 20 20 20 2d 20 53 61 76 65 73 20 66 | - Saves f| 00000250 72 6f 6d 20 6f 74 68 65 72 20 61 70 70 6c 69 63 |rom other applic| 00000260 61 74 69 6f 6e 73 20 74 6f 20 4d 61 6b 65 47 49 |ations to MakeGI| 00000270 46 20 61 72 65 20 61 63 63 65 70 74 65 64 20 76 |F are accepted v| 00000280 69 61 0a 20 20 20 20 20 20 20 20 20 57 69 6d 70 |ia. Wimp| 00000290 24 53 63 72 61 70 2e 0a 20 20 20 20 20 20 20 2d |$Scrap.. -| 000002a0 20 44 6f 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e | Double-click on| 000002b0 20 73 70 72 69 74 65 20 66 69 6c 65 20 6e 6f 20 | sprite file no | 000002c0 6c 6f 6e 67 65 72 20 6c 6f 61 64 73 20 69 74 20 |longer loads it | 000002d0 74 6f 20 65 6e 73 75 72 65 20 21 50 61 69 6e 74 |to ensure !Paint| 000002e0 0a 20 20 20 20 20 20 20 20 20 67 72 61 62 73 20 |. grabs | 000002f0 74 68 65 6d 2e 0a 0a 31 2e 30 35 20 20 20 2d 20 |them...1.05 - | 00000300 53 6d 61 6c 6c 65 72 20 77 69 64 74 68 20 66 6f |Smaller width fo| 00000310 72 20 69 63 6f 6e 62 61 72 20 6d 65 6e 75 20 61 |r iconbar menu a| 00000320 6e 64 20 70 72 6f 67 72 61 6d 20 69 6e 66 6f 20 |nd program info | 00000330 77 69 6e 64 6f 77 2e 0a 0a 31 2e 31 30 20 20 20 |window...1.10 | 00000340 2d 20 4d 6f 76 65 64 20 6d 61 63 68 69 6e 65 63 |- Moved machinec| 00000350 6f 64 65 20 74 6f 20 6d 6f 64 75 6c 65 20 27 4d |ode to module 'M| 00000360 61 6b 65 47 49 46 27 2e 0a 20 20 20 20 20 20 20 |akeGIF'.. | 00000370 2d 20 53 70 65 65 64 65 64 20 75 70 20 74 68 65 |- Speeded up the| 00000380 20 63 6f 6d 70 72 65 73 73 69 6f 6e 20 62 79 20 | compression by | 00000390 61 72 6f 75 6e 64 20 31 32 25 2e 0a 20 20 20 20 |around 12%.. | 000003a0 20 20 20 2d 20 4d 61 6b 65 47 49 46 20 6e 6f 77 | - MakeGIF now| 000003b0 20 67 72 61 62 73 20 61 6c 6c 20 27 4e 65 78 74 | grabs all 'Next| 000003c0 27 20 6d 65 6d 6f 72 79 20 28 75 73 65 64 20 74 |' memory (used t| 000003d0 6f 20 6c 69 6d 69 74 20 74 6f 20 32 30 30 4b 29 |o limit to 200K)| 000003e0 2e 0a 20 20 20 20 20 20 20 2d 20 53 6f 6d 65 20 |.. - Some | 000003f0 63 6f 73 6d 65 74 69 63 20 63 68 61 6e 67 65 73 |cosmetic changes| 00000400 20 28 27 53 61 76 65 20 61 73 27 2c 20 6e 65 77 | ('Save as', new| 00000410 20 69 63 6f 6e 62 61 72 20 69 63 6f 6e 29 2e 0a | iconbar icon)..| 00000420 0a 32 2e 30 30 20 20 20 2d 20 4d 61 6b 65 47 49 |.2.00 - MakeGI| 00000430 46 20 77 69 6c 6c 20 61 6c 73 6f 20 61 63 63 65 |F will also acce| 00000440 70 74 20 54 72 61 6e 73 6c 61 74 6f 72 27 73 20 |pt Translator's | 00000450 27 43 6c 65 61 72 27 20 66 69 6c 65 73 20 61 73 |'Clear' files as| 00000460 20 69 6e 70 75 74 2e 0a 20 20 20 20 20 20 20 20 | input.. | 00000470 20 42 65 63 61 75 73 65 20 43 6c 65 61 72 20 66 | Because Clear f| 00000480 69 6c 65 73 20 70 72 65 73 65 72 76 65 20 61 6c |iles preserve al| 00000490 6c 20 74 68 65 20 69 6e 70 75 74 20 69 6d 61 67 |l the input imag| 000004a0 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 0a 20 20 |e information. | 000004b0 20 20 20 20 20 20 20 28 69 6e 20 63 6f 6e 74 72 | (in contr| 000004c0 61 73 74 20 74 6f 20 41 72 63 68 69 6d 65 64 65 |ast to Archimede| 000004d0 73 20 73 70 72 69 74 65 73 29 2c 20 63 6f 6e 76 |s sprites), conv| 000004e0 65 72 73 69 6f 6e 73 20 66 72 6f 6d 20 6d 6f 73 |ersions from mos| 000004f0 74 0a 20 20 20 20 20 20 20 20 20 66 69 6c 65 74 |t. filet| 00000500 79 70 65 73 20 61 63 63 65 70 74 65 64 20 62 79 |ypes accepted by| 00000510 20 54 72 61 6e 73 6c 61 74 6f 72 20 74 6f 20 47 | Translator to G| 00000520 49 46 20 63 61 6e 20 62 65 20 6d 61 64 65 20 77 |IF can be made w| 00000530 69 74 68 6f 75 74 0a 20 20 20 20 20 20 20 20 20 |ithout. | 00000540 6c 6f 73 73 20 6f 66 20 69 6d 61 67 65 20 69 6e |loss of image in| 00000550 66 6f 72 6d 61 74 69 6f 6e 2e 0a 20 20 20 20 20 |formation.. | 00000560 20 20 2d 20 43 72 65 61 74 65 64 20 74 65 6d 70 | - Created temp| 00000570 6c 61 74 65 73 20 66 6f 72 20 77 69 6e 64 6f 77 |lates for window| 00000580 73 2e 0a 20 20 20 20 20 20 20 2d 20 4d 61 6b 65 |s.. - Make| 00000590 47 49 46 20 6d 6f 64 75 6c 65 20 69 73 20 6b 69 |GIF module is ki| 000005a0 6c 6c 65 64 20 6f 6e 20 71 75 69 74 74 69 6e 67 |lled on quitting| 000005b0 20 69 66 20 74 68 65 72 65 20 61 72 65 20 6e 6f | if there are no| 000005c0 20 6f 74 68 65 72 0a 20 20 20 20 20 20 20 20 20 | other. | 000005d0 4d 61 6b 65 47 49 46 73 20 61 63 74 69 76 65 2e |MakeGIFs active.| 000005e0 0a 0a |..| 000005e2