Home » Archimedes archive » Micro User » MU 1991-02.adf » PD-Stuff » Pictures/!Translatr/Docs/Updates
Pictures/!Translatr/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 1991-02.adf » PD-Stuff |
Filename: | Pictures/!Translatr/Docs/Updates |
Read OK: | ✔ |
File size: | 23BE bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff » Graphics/!Translatr/Docs/Updates
- Archimedes archive » Micro User » MU 1991-02.adf » PD-Stuff » Pictures/!Translatr/Docs/Updates
File contents
Updates since version 5.50 5.50 - Changed default auto zoom flag to OFF. - Re-organised the menu tree using two submenu levels instead of one, improving selection and 'look' (a small root menu instead of the old 'bulky' one). - Closest colour to RGB now calculated using R, G and B weights 1 (used to be 'luminance' weights), so RGB distance=dR^2+dG^2+dB^2. Makes no real difference and maps are calculated more quickly now. - Added 'Invert RGB' option to invert the image's RGB values before processing it. This results in 'negative' images. This flag is saved in new status files. 5.60 - Ability to read PCX (IBM compatibles) format added, filetype &697. Currently only 16-colour EGA and 256-colour images can be read. - Slightly speeded up menu's. - Renamed 'Repeated byte' compression to more common 'Run length'. 5.70 - QRT RAW format added (pure 24-bit RGB), filetype &698. - PCX palette bug removed : palette was ok, but not passed correctly, so images appeared to have no palette or a bad one. - Info on colours changed to 'number of bits' instead of number of colours/greys (=2^bits), because 2^24 (QRT) is a bit much ... - Palette submenu was not updated correctly when using ADJUST. Fixed. - Auto-selected grey palette (for some images without palette) was not quite right (especially for 2-colour images). Fixed. - GIF images NOT 2,4,16 or 256 colours not decoded right : 'bug' pixels scattered throughout the image because of erroneous determination of 'first char of translation for old' (too few bits when it wasn't within one byte totally, which can only occur for 'uneven' character lengths, i.e. 3,5,6,7 bits). Must have been introduced in 5.42. Fixed. - No 'greyscale warning' anymore for SUN 1-bit files without palette, as these are more or less 'allowed' to have none (i.e. are black and white in these cases). - Major speedup of almost all formats, up to 1500%(!) : Degas 100% (i.e. twice as fast), Img 800%, Amiga IFF 30%, MacPaint 1100%, GIF 25% (who was it that said it could not be done any faster :-) ?), SUN (monochrome) 1500%, PCX (EGA) 120%, Proartisan, Watford, Render Bender a few percent (3-8%). These are rough figures, based on speed tests of the unpacking process alone, screen blanking on, mode 0, from RAM disc. - TIFF (Tag Image File Format) format added, in a limited way : bilevel, greyscale and palette colour (1,2,4 and 8-bit) are handled, but no compression or multi-colourplane images (yet). Filetype is &FF0 (already allocated by Acorn, there seem to be plans to make TIFF replace sprite files !). - Changed 'Screen' in image info to 'Image'. - Rotate bug raised its head again (see 5.32). Calculation of buffer location wrong (words mistaken for bytes) so when new sprite is bigger than old one (more wastage) buffer overlaps partly with bottom of new sprite, causing overwrite there. Unfortunately, the 1K safety margin from sprite end to lomem prevented problem from being detected (only extra wastage >1K gave problems). Fixed. 5.71 - ArVis Videographics (15-bits RGB) format added. The 15 bits per pixel are held in two sprite files, which are in a directory called 'HIP' and 'LOP' respectively. The user should drag the sprite file in the 'HIP' directory to Translator. The 'LOP' file will then be located automatically. This is the first (inevitable) exception to the 'unique filetype, everything in a single file' rule. 5.72 - Slight speedup of error spreading (around 7%) - Translator now also attempts to display the image correctly in modes with less than the required number of colours. It does this by determining the most frequent colours in the image (as many as the colours available in the current mode), and selecting their RGB values as the palette. The less frequent colours are then mapped to the closest of these selected colours. This gives acceptable results for most images up to a perfect result for 256-colour black and white images which are displayed in 16 colour modes. - Reduced memory need for main program. Module takes up more though, so total memory cost stays the same. 6.00 - Major improvement : output mode and palette are now fully user- selectable, and error spreading now works in ALL output modes. Two extra icons, 'Output mode' and 'Output palette' have been added to the 'Processing' submenu. In the former the 'Auto' mode (the old situation, where Translator determines the best output mode AND palette), or 'Current' mode may be selected. When in 'Current' mode, the current mode is used as the output mode and the user may also select the output palette in the 'Output palette' submenu (not in 256 colour modes however, the standard palette is always used) : either the current palette (i.e. any palette can be chosen for the output image, e.g. via the desktop palette utility), the default palette (as after VDU20), or a linear greyscale from black to white ('Current', 'Default' and 'Greyscale' respectively). - The palette choices have been removed, to even more closely satisfy the WIMP guidelines, in this case 'thou shall not change the palette' (even though applications like Translator HAVE to (unless users want to change it by hand for each and every image !!! Do you ?). The old 'Desktop' palette can be selected with 'Default' in the palette utility anyway, and the 'Image' palette can be selected using the new 'Image palette' icon (and there's no 'ticking' anymore, because the palette may be changed by some other application (another Translator possibly !), most notably the palette utility). The old 'Default' palette selection (or indeed any other) may be done by, for example, executing a (standard) palette file. - Bug removed : after rotate, a Full save saved a wrong sprite. Ok now. - Bug removed : for images smaller than the minimum visible window area the background contained junk because of the transparency of the window. In these cases the background is now cleared specifically. - Some example palette files for 16 colour modes are in the 'Palette16' directory. They divide the 4 available colourbits between red, green and blue in three combinations (2,1,1, 1,2,1 and 1,1,2). - If there are no other Translators active, Translator's module is killed on quitting (if only more applications did this !). - Width of some submenus reduced for 'better looks', some names too. - Created templates for most of the windows. - Bug removed : PCX images sometimes (randomly) appeared to have 'no palette'. Ok now. - Lots of cosmetic changes. - Added 'Zig zag' flag to processing options. When ON, error spreading plots will plot every other line in the opposite direction (as usual), so patterning effects may be reduced. When OFF, lines are always plotted left to right (which may be useful when the 'zig zagged' result is less pleasing than expected). The zig zag flag is saved in new status files. - Changed 'RGB resolution' submenu to three sliders for red green and blue. - Changed 'Normal size' in 'Zoom' submenu to '1:1'. - Added (pre-)scaling possibility for both x and y ('Scaling' in the 'Processing' submenu). Any scaling ratio may be used, which then defines a 'pre-scaling' on the image. This ensures that images on which error spreading is applied, and which are to be scaled down, retain full quality, in contrast to scaling down AFTER the calculations (which loses the error factors in the neighbor pixels). It is only possible to scale an image down (i.e. multiplier <= divisor). The option '1:1' in the 'Scaling' submenu resets the scaling factors to normal. - Added possibility to output 'Clear' files (filetype &690), Translator's own filetype, which retains all information of the original image. Refer to the documentation for more information. - Can now also read PCX 1 and 2 bit per pixel 'EGA' files. 6.01 - Palette now reset to desktop palette on closing image window. - Bug cured : Missing ENDIF when clicking on grey area of save file window. - Null reasoncodes not taken anymore when not necessary (only needed when awaiting acknowledge from filer). Speeds up the whole system. Pointer_Leaving/Entering_Window also masked out.
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 35 2e 35 30 0a 0a 35 2e 35 |ersion 5.50..5.5| 00000020 30 20 20 20 2d 20 43 68 61 6e 67 65 64 20 64 65 |0 - Changed de| 00000030 66 61 75 6c 74 20 61 75 74 6f 20 7a 6f 6f 6d 20 |fault auto zoom | 00000040 66 6c 61 67 20 74 6f 20 4f 46 46 2e 0a 20 20 20 |flag to OFF.. | 00000050 20 20 20 20 2d 20 52 65 2d 6f 72 67 61 6e 69 73 | - Re-organis| 00000060 65 64 20 74 68 65 20 6d 65 6e 75 20 74 72 65 65 |ed the menu tree| 00000070 20 75 73 69 6e 67 20 74 77 6f 20 73 75 62 6d 65 | using two subme| 00000080 6e 75 20 6c 65 76 65 6c 73 20 69 6e 73 74 65 61 |nu levels instea| 00000090 64 20 6f 66 20 6f 6e 65 2c 0a 20 20 20 20 20 20 |d of one,. | 000000a0 20 20 20 69 6d 70 72 6f 76 69 6e 67 20 73 65 6c | improving sel| 000000b0 65 63 74 69 6f 6e 20 61 6e 64 20 27 6c 6f 6f 6b |ection and 'look| 000000c0 27 20 28 61 20 73 6d 61 6c 6c 20 72 6f 6f 74 20 |' (a small root | 000000d0 6d 65 6e 75 20 69 6e 73 74 65 61 64 20 6f 66 20 |menu instead of | 000000e0 74 68 65 20 6f 6c 64 0a 20 20 20 20 20 20 20 20 |the old. | 000000f0 20 27 62 75 6c 6b 79 27 20 6f 6e 65 29 2e 0a 20 | 'bulky' one).. | 00000100 20 20 20 20 20 20 2d 20 43 6c 6f 73 65 73 74 20 | - Closest | 00000110 63 6f 6c 6f 75 72 20 74 6f 20 52 47 42 20 6e 6f |colour to RGB no| 00000120 77 20 63 61 6c 63 75 6c 61 74 65 64 20 75 73 69 |w calculated usi| 00000130 6e 67 20 52 2c 20 47 20 61 6e 64 20 42 20 77 65 |ng R, G and B we| 00000140 69 67 68 74 73 20 31 20 28 75 73 65 64 0a 20 20 |ights 1 (used. | 00000150 20 20 20 20 20 20 20 74 6f 20 62 65 20 27 6c 75 | to be 'lu| 00000160 6d 69 6e 61 6e 63 65 27 20 77 65 69 67 68 74 73 |minance' weights| 00000170 29 2c 20 73 6f 20 52 47 42 20 64 69 73 74 61 6e |), so RGB distan| 00000180 63 65 3d 64 52 5e 32 2b 64 47 5e 32 2b 64 42 5e |ce=dR^2+dG^2+dB^| 00000190 32 2e 20 4d 61 6b 65 73 20 6e 6f 0a 20 20 20 20 |2. Makes no. | 000001a0 20 20 20 20 20 72 65 61 6c 20 64 69 66 66 65 72 | real differ| 000001b0 65 6e 63 65 20 61 6e 64 20 6d 61 70 73 20 61 72 |ence and maps ar| 000001c0 65 20 63 61 6c 63 75 6c 61 74 65 64 20 6d 6f 72 |e calculated mor| 000001d0 65 20 71 75 69 63 6b 6c 79 20 6e 6f 77 2e 0a 20 |e quickly now.. | 000001e0 20 20 20 20 20 20 2d 20 41 64 64 65 64 20 27 49 | - Added 'I| 000001f0 6e 76 65 72 74 20 52 47 42 27 20 6f 70 74 69 6f |nvert RGB' optio| 00000200 6e 20 74 6f 20 69 6e 76 65 72 74 20 74 68 65 20 |n to invert the | 00000210 69 6d 61 67 65 27 73 20 52 47 42 20 76 61 6c 75 |image's RGB valu| 00000220 65 73 20 62 65 66 6f 72 65 0a 20 20 20 20 20 20 |es before. | 00000230 20 20 20 70 72 6f 63 65 73 73 69 6e 67 20 69 74 | processing it| 00000240 2e 20 54 68 69 73 20 72 65 73 75 6c 74 73 20 69 |. This results i| 00000250 6e 20 27 6e 65 67 61 74 69 76 65 27 20 69 6d 61 |n 'negative' ima| 00000260 67 65 73 2e 0a 20 20 20 20 20 20 20 20 20 54 68 |ges.. Th| 00000270 69 73 20 66 6c 61 67 20 69 73 20 73 61 76 65 64 |is flag is saved| 00000280 20 69 6e 20 6e 65 77 20 73 74 61 74 75 73 20 66 | in new status f| 00000290 69 6c 65 73 2e 0a 0a 35 2e 36 30 20 20 20 2d 20 |iles...5.60 - | 000002a0 41 62 69 6c 69 74 79 20 74 6f 20 72 65 61 64 20 |Ability to read | 000002b0 50 43 58 20 28 49 42 4d 20 63 6f 6d 70 61 74 69 |PCX (IBM compati| 000002c0 62 6c 65 73 29 20 66 6f 72 6d 61 74 20 61 64 64 |bles) format add| 000002d0 65 64 2c 20 66 69 6c 65 74 79 70 65 20 26 36 39 |ed, filetype &69| 000002e0 37 2e 0a 20 20 20 20 20 20 20 20 20 43 75 72 72 |7.. Curr| 000002f0 65 6e 74 6c 79 20 6f 6e 6c 79 20 31 36 2d 63 6f |ently only 16-co| 00000300 6c 6f 75 72 20 45 47 41 20 61 6e 64 20 32 35 36 |lour EGA and 256| 00000310 2d 63 6f 6c 6f 75 72 20 69 6d 61 67 65 73 20 63 |-colour images c| 00000320 61 6e 20 62 65 20 72 65 61 64 2e 0a 20 20 20 20 |an be read.. | 00000330 20 20 20 2d 20 53 6c 69 67 68 74 6c 79 20 73 70 | - Slightly sp| 00000340 65 65 64 65 64 20 75 70 20 6d 65 6e 75 27 73 2e |eeded up menu's.| 00000350 0a 20 20 20 20 20 20 20 2d 20 52 65 6e 61 6d 65 |. - Rename| 00000360 64 20 27 52 65 70 65 61 74 65 64 20 62 79 74 65 |d 'Repeated byte| 00000370 27 20 63 6f 6d 70 72 65 73 73 69 6f 6e 20 74 6f |' compression to| 00000380 20 6d 6f 72 65 20 63 6f 6d 6d 6f 6e 20 27 52 75 | more common 'Ru| 00000390 6e 20 6c 65 6e 67 74 68 27 2e 0a 0a 35 2e 37 30 |n length'...5.70| 000003a0 20 20 20 2d 20 51 52 54 20 52 41 57 20 66 6f 72 | - QRT RAW for| 000003b0 6d 61 74 20 61 64 64 65 64 20 28 70 75 72 65 20 |mat added (pure | 000003c0 32 34 2d 62 69 74 20 52 47 42 29 2c 20 66 69 6c |24-bit RGB), fil| 000003d0 65 74 79 70 65 20 26 36 39 38 2e 0a 20 20 20 20 |etype &698.. | 000003e0 20 20 20 2d 20 50 43 58 20 70 61 6c 65 74 74 65 | - PCX palette| 000003f0 20 62 75 67 20 72 65 6d 6f 76 65 64 20 3a 20 70 | bug removed : p| 00000400 61 6c 65 74 74 65 20 77 61 73 20 6f 6b 2c 20 62 |alette was ok, b| 00000410 75 74 20 6e 6f 74 20 70 61 73 73 65 64 20 63 6f |ut not passed co| 00000420 72 72 65 63 74 6c 79 2c 0a 20 20 20 20 20 20 20 |rrectly,. | 00000430 20 20 73 6f 20 69 6d 61 67 65 73 20 61 70 70 65 | so images appe| 00000440 61 72 65 64 20 74 6f 20 68 61 76 65 20 6e 6f 20 |ared to have no | 00000450 70 61 6c 65 74 74 65 20 6f 72 20 61 20 62 61 64 |palette or a bad| 00000460 20 6f 6e 65 2e 0a 20 20 20 20 20 20 20 2d 20 49 | one.. - I| 00000470 6e 66 6f 20 6f 6e 20 63 6f 6c 6f 75 72 73 20 63 |nfo on colours c| 00000480 68 61 6e 67 65 64 20 74 6f 20 27 6e 75 6d 62 65 |hanged to 'numbe| 00000490 72 20 6f 66 20 62 69 74 73 27 20 69 6e 73 74 65 |r of bits' inste| 000004a0 61 64 20 6f 66 20 6e 75 6d 62 65 72 20 6f 66 0a |ad of number of.| 000004b0 20 20 20 20 20 20 20 20 20 63 6f 6c 6f 75 72 73 | colours| 000004c0 2f 67 72 65 79 73 20 28 3d 32 5e 62 69 74 73 29 |/greys (=2^bits)| 000004d0 2c 20 62 65 63 61 75 73 65 20 32 5e 32 34 20 28 |, because 2^24 (| 000004e0 51 52 54 29 20 69 73 20 61 20 62 69 74 20 6d 75 |QRT) is a bit mu| 000004f0 63 68 20 2e 2e 2e 0a 20 20 20 20 20 20 20 2d 20 |ch .... - | 00000500 50 61 6c 65 74 74 65 20 73 75 62 6d 65 6e 75 20 |Palette submenu | 00000510 77 61 73 20 6e 6f 74 20 75 70 64 61 74 65 64 20 |was not updated | 00000520 63 6f 72 72 65 63 74 6c 79 20 77 68 65 6e 20 75 |correctly when u| 00000530 73 69 6e 67 20 41 44 4a 55 53 54 2e 20 46 69 78 |sing ADJUST. Fix| 00000540 65 64 2e 0a 20 20 20 20 20 20 20 2d 20 41 75 74 |ed.. - Aut| 00000550 6f 2d 73 65 6c 65 63 74 65 64 20 67 72 65 79 20 |o-selected grey | 00000560 70 61 6c 65 74 74 65 20 28 66 6f 72 20 73 6f 6d |palette (for som| 00000570 65 20 69 6d 61 67 65 73 20 77 69 74 68 6f 75 74 |e images without| 00000580 20 70 61 6c 65 74 74 65 29 20 77 61 73 20 6e 6f | palette) was no| 00000590 74 0a 20 20 20 20 20 20 20 20 20 71 75 69 74 65 |t. quite| 000005a0 20 72 69 67 68 74 20 28 65 73 70 65 63 69 61 6c | right (especial| 000005b0 6c 79 20 66 6f 72 20 32 2d 63 6f 6c 6f 75 72 20 |ly for 2-colour | 000005c0 69 6d 61 67 65 73 29 2e 20 46 69 78 65 64 2e 0a |images). Fixed..| 000005d0 20 20 20 20 20 20 20 2d 20 47 49 46 20 69 6d 61 | - GIF ima| 000005e0 67 65 73 20 4e 4f 54 20 32 2c 34 2c 31 36 20 6f |ges NOT 2,4,16 o| 000005f0 72 20 32 35 36 20 63 6f 6c 6f 75 72 73 20 6e 6f |r 256 colours no| 00000600 74 20 64 65 63 6f 64 65 64 20 72 69 67 68 74 20 |t decoded right | 00000610 3a 20 27 62 75 67 27 20 70 69 78 65 6c 73 0a 20 |: 'bug' pixels. | 00000620 20 20 20 20 20 20 20 20 73 63 61 74 74 65 72 65 | scattere| 00000630 64 20 74 68 72 6f 75 67 68 6f 75 74 20 74 68 65 |d throughout the| 00000640 20 69 6d 61 67 65 20 62 65 63 61 75 73 65 20 6f | image because o| 00000650 66 20 65 72 72 6f 6e 65 6f 75 73 20 64 65 74 65 |f erroneous dete| 00000660 72 6d 69 6e 61 74 69 6f 6e 20 6f 66 0a 20 20 20 |rmination of. | 00000670 20 20 20 20 20 20 27 66 69 72 73 74 20 63 68 61 | 'first cha| 00000680 72 20 6f 66 20 74 72 61 6e 73 6c 61 74 69 6f 6e |r of translation| 00000690 20 66 6f 72 20 6f 6c 64 27 20 28 74 6f 6f 20 66 | for old' (too f| 000006a0 65 77 20 62 69 74 73 20 77 68 65 6e 20 69 74 20 |ew bits when it | 000006b0 77 61 73 6e 27 74 0a 20 20 20 20 20 20 20 20 20 |wasn't. | 000006c0 77 69 74 68 69 6e 20 6f 6e 65 20 62 79 74 65 20 |within one byte | 000006d0 74 6f 74 61 6c 6c 79 2c 20 77 68 69 63 68 20 63 |totally, which c| 000006e0 61 6e 20 6f 6e 6c 79 20 6f 63 63 75 72 20 66 6f |an only occur fo| 000006f0 72 20 27 75 6e 65 76 65 6e 27 20 63 68 61 72 61 |r 'uneven' chara| 00000700 63 74 65 72 0a 20 20 20 20 20 20 20 20 20 6c 65 |cter. le| 00000710 6e 67 74 68 73 2c 20 69 2e 65 2e 20 33 2c 35 2c |ngths, i.e. 3,5,| 00000720 36 2c 37 20 62 69 74 73 29 2e 20 4d 75 73 74 20 |6,7 bits). Must | 00000730 68 61 76 65 20 62 65 65 6e 20 69 6e 74 72 6f 64 |have been introd| 00000740 75 63 65 64 20 69 6e 20 35 2e 34 32 2e 20 46 69 |uced in 5.42. Fi| 00000750 78 65 64 2e 0a 20 20 20 20 20 20 20 2d 20 4e 6f |xed.. - No| 00000760 20 27 67 72 65 79 73 63 61 6c 65 20 77 61 72 6e | 'greyscale warn| 00000770 69 6e 67 27 20 61 6e 79 6d 6f 72 65 20 66 6f 72 |ing' anymore for| 00000780 20 53 55 4e 20 31 2d 62 69 74 20 66 69 6c 65 73 | SUN 1-bit files| 00000790 20 77 69 74 68 6f 75 74 20 70 61 6c 65 74 74 65 | without palette| 000007a0 2c 0a 20 20 20 20 20 20 20 20 20 61 73 20 74 68 |,. as th| 000007b0 65 73 65 20 61 72 65 20 6d 6f 72 65 20 6f 72 20 |ese are more or | 000007c0 6c 65 73 73 20 27 61 6c 6c 6f 77 65 64 27 20 74 |less 'allowed' t| 000007d0 6f 20 68 61 76 65 20 6e 6f 6e 65 20 28 69 2e 65 |o have none (i.e| 000007e0 2e 20 61 72 65 20 62 6c 61 63 6b 20 61 6e 64 0a |. are black and.| 000007f0 20 20 20 20 20 20 20 20 20 77 68 69 74 65 20 69 | white i| 00000800 6e 20 74 68 65 73 65 20 63 61 73 65 73 29 2e 0a |n these cases)..| 00000810 20 20 20 20 20 20 20 2d 20 4d 61 6a 6f 72 20 73 | - Major s| 00000820 70 65 65 64 75 70 20 6f 66 20 61 6c 6d 6f 73 74 |peedup of almost| 00000830 20 61 6c 6c 20 66 6f 72 6d 61 74 73 2c 20 75 70 | all formats, up| 00000840 20 74 6f 20 31 35 30 30 25 28 21 29 20 3a 0a 20 | to 1500%(!) :. | 00000850 20 20 20 20 20 20 20 20 44 65 67 61 73 20 31 30 | Degas 10| 00000860 30 25 20 28 69 2e 65 2e 20 74 77 69 63 65 20 61 |0% (i.e. twice a| 00000870 73 20 66 61 73 74 29 2c 20 49 6d 67 20 38 30 30 |s fast), Img 800| 00000880 25 2c 20 41 6d 69 67 61 20 49 46 46 20 33 30 25 |%, Amiga IFF 30%| 00000890 2c 0a 20 20 20 20 20 20 20 20 20 4d 61 63 50 61 |,. MacPa| 000008a0 69 6e 74 20 31 31 30 30 25 2c 20 47 49 46 20 32 |int 1100%, GIF 2| 000008b0 35 25 20 28 77 68 6f 20 77 61 73 20 69 74 20 74 |5% (who was it t| 000008c0 68 61 74 20 73 61 69 64 20 69 74 20 63 6f 75 6c |hat said it coul| 000008d0 64 20 6e 6f 74 20 62 65 20 64 6f 6e 65 0a 20 20 |d not be done. | 000008e0 20 20 20 20 20 20 20 61 6e 79 20 66 61 73 74 65 | any faste| 000008f0 72 20 3a 2d 29 20 3f 29 2c 20 53 55 4e 20 28 6d |r :-) ?), SUN (m| 00000900 6f 6e 6f 63 68 72 6f 6d 65 29 20 31 35 30 30 25 |onochrome) 1500%| 00000910 2c 20 50 43 58 20 28 45 47 41 29 20 31 32 30 25 |, PCX (EGA) 120%| 00000920 2c 0a 20 20 20 20 20 20 20 20 20 50 72 6f 61 72 |,. Proar| 00000930 74 69 73 61 6e 2c 20 57 61 74 66 6f 72 64 2c 20 |tisan, Watford, | 00000940 52 65 6e 64 65 72 20 42 65 6e 64 65 72 20 61 20 |Render Bender a | 00000950 66 65 77 20 70 65 72 63 65 6e 74 20 28 33 2d 38 |few percent (3-8| 00000960 25 29 2e 0a 20 20 20 20 20 20 20 20 20 54 68 65 |%).. The| 00000970 73 65 20 61 72 65 20 72 6f 75 67 68 20 66 69 67 |se are rough fig| 00000980 75 72 65 73 2c 20 62 61 73 65 64 20 6f 6e 20 73 |ures, based on s| 00000990 70 65 65 64 20 74 65 73 74 73 20 6f 66 20 74 68 |peed tests of th| 000009a0 65 20 75 6e 70 61 63 6b 69 6e 67 0a 20 20 20 20 |e unpacking. | 000009b0 20 20 20 20 20 70 72 6f 63 65 73 73 20 61 6c 6f | process alo| 000009c0 6e 65 2c 20 73 63 72 65 65 6e 20 62 6c 61 6e 6b |ne, screen blank| 000009d0 69 6e 67 20 6f 6e 2c 20 6d 6f 64 65 20 30 2c 20 |ing on, mode 0, | 000009e0 66 72 6f 6d 20 52 41 4d 20 64 69 73 63 2e 0a 20 |from RAM disc.. | 000009f0 20 20 20 20 20 20 2d 20 54 49 46 46 20 28 54 61 | - TIFF (Ta| 00000a00 67 20 49 6d 61 67 65 20 46 69 6c 65 20 46 6f 72 |g Image File For| 00000a10 6d 61 74 29 20 66 6f 72 6d 61 74 20 61 64 64 65 |mat) format adde| 00000a20 64 2c 20 69 6e 20 61 20 6c 69 6d 69 74 65 64 20 |d, in a limited | 00000a30 77 61 79 20 3a 0a 20 20 20 20 20 20 20 20 20 62 |way :. b| 00000a40 69 6c 65 76 65 6c 2c 20 67 72 65 79 73 63 61 6c |ilevel, greyscal| 00000a50 65 20 61 6e 64 20 70 61 6c 65 74 74 65 20 63 6f |e and palette co| 00000a60 6c 6f 75 72 20 28 31 2c 32 2c 34 20 61 6e 64 20 |lour (1,2,4 and | 00000a70 38 2d 62 69 74 29 20 61 72 65 20 68 61 6e 64 6c |8-bit) are handl| 00000a80 65 64 2c 0a 20 20 20 20 20 20 20 20 20 62 75 74 |ed,. but| 00000a90 20 6e 6f 20 63 6f 6d 70 72 65 73 73 69 6f 6e 20 | no compression | 00000aa0 6f 72 20 6d 75 6c 74 69 2d 63 6f 6c 6f 75 72 70 |or multi-colourp| 00000ab0 6c 61 6e 65 20 69 6d 61 67 65 73 20 28 79 65 74 |lane images (yet| 00000ac0 29 2e 20 46 69 6c 65 74 79 70 65 20 69 73 0a 20 |). Filetype is. | 00000ad0 20 20 20 20 20 20 20 20 26 46 46 30 20 28 61 6c | &FF0 (al| 00000ae0 72 65 61 64 79 20 61 6c 6c 6f 63 61 74 65 64 20 |ready allocated | 00000af0 62 79 20 41 63 6f 72 6e 2c 20 74 68 65 72 65 20 |by Acorn, there | 00000b00 73 65 65 6d 20 74 6f 20 62 65 20 70 6c 61 6e 73 |seem to be plans| 00000b10 20 74 6f 20 6d 61 6b 65 20 54 49 46 46 0a 20 20 | to make TIFF. | 00000b20 20 20 20 20 20 20 20 72 65 70 6c 61 63 65 20 73 | replace s| 00000b30 70 72 69 74 65 20 66 69 6c 65 73 20 21 29 2e 0a |prite files !)..| 00000b40 20 20 20 20 20 20 20 2d 20 43 68 61 6e 67 65 64 | - Changed| 00000b50 20 27 53 63 72 65 65 6e 27 20 69 6e 20 69 6d 61 | 'Screen' in ima| 00000b60 67 65 20 69 6e 66 6f 20 74 6f 20 27 49 6d 61 67 |ge info to 'Imag| 00000b70 65 27 2e 0a 20 20 20 20 20 20 20 2d 20 52 6f 74 |e'.. - Rot| 00000b80 61 74 65 20 62 75 67 20 72 61 69 73 65 64 20 69 |ate bug raised i| 00000b90 74 73 20 68 65 61 64 20 61 67 61 69 6e 20 28 73 |ts head again (s| 00000ba0 65 65 20 35 2e 33 32 29 2e 20 43 61 6c 63 75 6c |ee 5.32). Calcul| 00000bb0 61 74 69 6f 6e 20 6f 66 20 62 75 66 66 65 72 0a |ation of buffer.| 00000bc0 20 20 20 20 20 20 20 20 20 6c 6f 63 61 74 69 6f | locatio| 00000bd0 6e 20 77 72 6f 6e 67 20 28 77 6f 72 64 73 20 6d |n wrong (words m| 00000be0 69 73 74 61 6b 65 6e 20 66 6f 72 20 62 79 74 65 |istaken for byte| 00000bf0 73 29 20 73 6f 20 77 68 65 6e 20 6e 65 77 20 73 |s) so when new s| 00000c00 70 72 69 74 65 20 69 73 20 62 69 67 67 65 72 0a |prite is bigger.| 00000c10 20 20 20 20 20 20 20 20 20 74 68 61 6e 20 6f 6c | than ol| 00000c20 64 20 6f 6e 65 20 28 6d 6f 72 65 20 77 61 73 74 |d one (more wast| 00000c30 61 67 65 29 20 62 75 66 66 65 72 20 6f 76 65 72 |age) buffer over| 00000c40 6c 61 70 73 20 70 61 72 74 6c 79 20 77 69 74 68 |laps partly with| 00000c50 20 62 6f 74 74 6f 6d 20 6f 66 0a 20 20 20 20 20 | bottom of. | 00000c60 20 20 20 20 6e 65 77 20 73 70 72 69 74 65 2c 20 | new sprite, | 00000c70 63 61 75 73 69 6e 67 20 6f 76 65 72 77 72 69 74 |causing overwrit| 00000c80 65 20 74 68 65 72 65 2e 20 55 6e 66 6f 72 74 75 |e there. Unfortu| 00000c90 6e 61 74 65 6c 79 2c 20 74 68 65 20 31 4b 20 73 |nately, the 1K s| 00000ca0 61 66 65 74 79 0a 20 20 20 20 20 20 20 20 20 6d |afety. m| 00000cb0 61 72 67 69 6e 20 66 72 6f 6d 20 73 70 72 69 74 |argin from sprit| 00000cc0 65 20 65 6e 64 20 74 6f 20 6c 6f 6d 65 6d 20 70 |e end to lomem p| 00000cd0 72 65 76 65 6e 74 65 64 20 70 72 6f 62 6c 65 6d |revented problem| 00000ce0 20 66 72 6f 6d 20 62 65 69 6e 67 20 64 65 74 65 | from being dete| 00000cf0 63 74 65 64 0a 20 20 20 20 20 20 20 20 20 28 6f |cted. (o| 00000d00 6e 6c 79 20 65 78 74 72 61 20 77 61 73 74 61 67 |nly extra wastag| 00000d10 65 20 3e 31 4b 20 67 61 76 65 20 70 72 6f 62 6c |e >1K gave probl| 00000d20 65 6d 73 29 2e 20 46 69 78 65 64 2e 0a 0a 35 2e |ems). Fixed...5.| 00000d30 37 31 20 20 20 2d 20 41 72 56 69 73 20 56 69 64 |71 - ArVis Vid| 00000d40 65 6f 67 72 61 70 68 69 63 73 20 28 31 35 2d 62 |eographics (15-b| 00000d50 69 74 73 20 52 47 42 29 20 66 6f 72 6d 61 74 20 |its RGB) format | 00000d60 61 64 64 65 64 2e 20 54 68 65 20 31 35 20 62 69 |added. The 15 bi| 00000d70 74 73 20 70 65 72 20 70 69 78 65 6c 0a 20 20 20 |ts per pixel. | 00000d80 20 20 20 20 20 20 61 72 65 20 68 65 6c 64 20 69 | are held i| 00000d90 6e 20 74 77 6f 20 73 70 72 69 74 65 20 66 69 6c |n two sprite fil| 00000da0 65 73 2c 20 77 68 69 63 68 20 61 72 65 20 69 6e |es, which are in| 00000db0 20 61 20 64 69 72 65 63 74 6f 72 79 20 63 61 6c | a directory cal| 00000dc0 6c 65 64 20 27 48 49 50 27 0a 20 20 20 20 20 20 |led 'HIP'. | 00000dd0 20 20 20 61 6e 64 20 27 4c 4f 50 27 20 72 65 73 | and 'LOP' res| 00000de0 70 65 63 74 69 76 65 6c 79 2e 20 54 68 65 20 75 |pectively. The u| 00000df0 73 65 72 20 73 68 6f 75 6c 64 20 64 72 61 67 20 |ser should drag | 00000e00 74 68 65 20 73 70 72 69 74 65 20 66 69 6c 65 20 |the sprite file | 00000e10 69 6e 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 |in the. | 00000e20 27 48 49 50 27 20 64 69 72 65 63 74 6f 72 79 20 |'HIP' directory | 00000e30 74 6f 20 54 72 61 6e 73 6c 61 74 6f 72 2e 20 54 |to Translator. T| 00000e40 68 65 20 27 4c 4f 50 27 20 66 69 6c 65 20 77 69 |he 'LOP' file wi| 00000e50 6c 6c 20 74 68 65 6e 20 62 65 20 6c 6f 63 61 74 |ll then be locat| 00000e60 65 64 0a 20 20 20 20 20 20 20 20 20 61 75 74 6f |ed. auto| 00000e70 6d 61 74 69 63 61 6c 6c 79 2e 20 54 68 69 73 20 |matically. This | 00000e80 69 73 20 74 68 65 20 66 69 72 73 74 20 28 69 6e |is the first (in| 00000e90 65 76 69 74 61 62 6c 65 29 20 65 78 63 65 70 74 |evitable) except| 00000ea0 69 6f 6e 20 74 6f 20 74 68 65 0a 20 20 20 20 20 |ion to the. | 00000eb0 20 20 20 20 27 75 6e 69 71 75 65 20 66 69 6c 65 | 'unique file| 00000ec0 74 79 70 65 2c 20 65 76 65 72 79 74 68 69 6e 67 |type, everything| 00000ed0 20 69 6e 20 61 20 73 69 6e 67 6c 65 20 66 69 6c | in a single fil| 00000ee0 65 27 20 72 75 6c 65 2e 0a 0a 35 2e 37 32 20 20 |e' rule...5.72 | 00000ef0 20 2d 20 53 6c 69 67 68 74 20 73 70 65 65 64 75 | - Slight speedu| 00000f00 70 20 6f 66 20 65 72 72 6f 72 20 73 70 72 65 61 |p of error sprea| 00000f10 64 69 6e 67 20 28 61 72 6f 75 6e 64 20 37 25 29 |ding (around 7%)| 00000f20 0a 20 20 20 20 20 20 20 2d 20 54 72 61 6e 73 6c |. - Transl| 00000f30 61 74 6f 72 20 6e 6f 77 20 61 6c 73 6f 20 61 74 |ator now also at| 00000f40 74 65 6d 70 74 73 20 74 6f 20 64 69 73 70 6c 61 |tempts to displa| 00000f50 79 20 74 68 65 20 69 6d 61 67 65 20 63 6f 72 72 |y the image corr| 00000f60 65 63 74 6c 79 20 69 6e 0a 20 20 20 20 20 20 20 |ectly in. | 00000f70 20 20 6d 6f 64 65 73 20 77 69 74 68 20 6c 65 73 | modes with les| 00000f80 73 20 74 68 61 6e 20 74 68 65 20 72 65 71 75 69 |s than the requi| 00000f90 72 65 64 20 6e 75 6d 62 65 72 20 6f 66 20 63 6f |red number of co| 00000fa0 6c 6f 75 72 73 2e 20 49 74 20 64 6f 65 73 20 74 |lours. It does t| 00000fb0 68 69 73 0a 20 20 20 20 20 20 20 20 20 62 79 20 |his. by | 00000fc0 64 65 74 65 72 6d 69 6e 69 6e 67 20 74 68 65 20 |determining the | 00000fd0 6d 6f 73 74 20 66 72 65 71 75 65 6e 74 20 63 6f |most frequent co| 00000fe0 6c 6f 75 72 73 20 69 6e 20 74 68 65 20 69 6d 61 |lours in the ima| 00000ff0 67 65 20 28 61 73 20 6d 61 6e 79 20 61 73 0a 20 |ge (as many as. | 00001000 20 20 20 20 20 20 20 20 74 68 65 20 63 6f 6c 6f | the colo| 00001010 75 72 73 20 61 76 61 69 6c 61 62 6c 65 20 69 6e |urs available in| 00001020 20 74 68 65 20 63 75 72 72 65 6e 74 20 6d 6f 64 | the current mod| 00001030 65 29 2c 20 61 6e 64 20 73 65 6c 65 63 74 69 6e |e), and selectin| 00001040 67 20 74 68 65 69 72 0a 20 20 20 20 20 20 20 20 |g their. | 00001050 20 52 47 42 20 76 61 6c 75 65 73 20 61 73 20 74 | RGB values as t| 00001060 68 65 20 70 61 6c 65 74 74 65 2e 20 54 68 65 20 |he palette. The | 00001070 6c 65 73 73 20 66 72 65 71 75 65 6e 74 20 63 6f |less frequent co| 00001080 6c 6f 75 72 73 20 61 72 65 20 74 68 65 6e 20 6d |lours are then m| 00001090 61 70 70 65 64 0a 20 20 20 20 20 20 20 20 20 74 |apped. t| 000010a0 6f 20 74 68 65 20 63 6c 6f 73 65 73 74 20 6f 66 |o the closest of| 000010b0 20 74 68 65 73 65 20 73 65 6c 65 63 74 65 64 20 | these selected | 000010c0 63 6f 6c 6f 75 72 73 2e 20 54 68 69 73 20 67 69 |colours. This gi| 000010d0 76 65 73 20 61 63 63 65 70 74 61 62 6c 65 0a 20 |ves acceptable. | 000010e0 20 20 20 20 20 20 20 20 72 65 73 75 6c 74 73 20 | results | 000010f0 66 6f 72 20 6d 6f 73 74 20 69 6d 61 67 65 73 20 |for most images | 00001100 75 70 20 74 6f 20 61 20 70 65 72 66 65 63 74 20 |up to a perfect | 00001110 72 65 73 75 6c 74 20 66 6f 72 20 32 35 36 2d 63 |result for 256-c| 00001120 6f 6c 6f 75 72 20 62 6c 61 63 6b 0a 20 20 20 20 |olour black. | 00001130 20 20 20 20 20 61 6e 64 20 77 68 69 74 65 20 69 | and white i| 00001140 6d 61 67 65 73 20 77 68 69 63 68 20 61 72 65 20 |mages which are | 00001150 64 69 73 70 6c 61 79 65 64 20 69 6e 20 31 36 20 |displayed in 16 | 00001160 63 6f 6c 6f 75 72 20 6d 6f 64 65 73 2e 0a 20 20 |colour modes.. | 00001170 20 20 20 20 20 2d 20 52 65 64 75 63 65 64 20 6d | - Reduced m| 00001180 65 6d 6f 72 79 20 6e 65 65 64 20 66 6f 72 20 6d |emory need for m| 00001190 61 69 6e 20 70 72 6f 67 72 61 6d 2e 20 4d 6f 64 |ain program. Mod| 000011a0 75 6c 65 20 74 61 6b 65 73 20 75 70 20 6d 6f 72 |ule takes up mor| 000011b0 65 20 74 68 6f 75 67 68 2c 0a 20 20 20 20 20 20 |e though,. | 000011c0 20 20 20 73 6f 20 74 6f 74 61 6c 20 6d 65 6d 6f | so total memo| 000011d0 72 79 20 63 6f 73 74 20 73 74 61 79 73 20 74 68 |ry cost stays th| 000011e0 65 20 73 61 6d 65 2e 0a 0a 36 2e 30 30 20 20 20 |e same...6.00 | 000011f0 2d 20 4d 61 6a 6f 72 20 69 6d 70 72 6f 76 65 6d |- Major improvem| 00001200 65 6e 74 20 3a 20 6f 75 74 70 75 74 20 6d 6f 64 |ent : output mod| 00001210 65 20 61 6e 64 20 70 61 6c 65 74 74 65 20 61 72 |e and palette ar| 00001220 65 20 6e 6f 77 20 66 75 6c 6c 79 20 75 73 65 72 |e now fully user| 00001230 2d 0a 20 20 20 20 20 20 20 20 20 73 65 6c 65 63 |-. selec| 00001240 74 61 62 6c 65 2c 20 61 6e 64 20 65 72 72 6f 72 |table, and error| 00001250 20 73 70 72 65 61 64 69 6e 67 20 6e 6f 77 20 77 | spreading now w| 00001260 6f 72 6b 73 20 69 6e 20 41 4c 4c 20 6f 75 74 70 |orks in ALL outp| 00001270 75 74 20 6d 6f 64 65 73 2e 0a 20 20 20 20 20 20 |ut modes.. | 00001280 20 20 20 54 77 6f 20 65 78 74 72 61 20 69 63 6f | Two extra ico| 00001290 6e 73 2c 20 27 4f 75 74 70 75 74 20 6d 6f 64 65 |ns, 'Output mode| 000012a0 27 20 61 6e 64 20 27 4f 75 74 70 75 74 20 70 61 |' and 'Output pa| 000012b0 6c 65 74 74 65 27 20 68 61 76 65 20 62 65 65 6e |lette' have been| 000012c0 20 61 64 64 65 64 0a 20 20 20 20 20 20 20 20 20 | added. | 000012d0 74 6f 20 74 68 65 20 27 50 72 6f 63 65 73 73 69 |to the 'Processi| 000012e0 6e 67 27 20 73 75 62 6d 65 6e 75 2e 20 49 6e 20 |ng' submenu. In | 000012f0 74 68 65 20 66 6f 72 6d 65 72 20 74 68 65 20 27 |the former the '| 00001300 41 75 74 6f 27 20 6d 6f 64 65 20 28 74 68 65 0a |Auto' mode (the.| 00001310 20 20 20 20 20 20 20 20 20 6f 6c 64 20 73 69 74 | old sit| 00001320 75 61 74 69 6f 6e 2c 20 77 68 65 72 65 20 54 72 |uation, where Tr| 00001330 61 6e 73 6c 61 74 6f 72 20 64 65 74 65 72 6d 69 |anslator determi| 00001340 6e 65 73 20 74 68 65 20 62 65 73 74 20 6f 75 74 |nes the best out| 00001350 70 75 74 20 6d 6f 64 65 0a 20 20 20 20 20 20 20 |put mode. | 00001360 20 20 41 4e 44 20 70 61 6c 65 74 74 65 29 2c 20 | AND palette), | 00001370 6f 72 20 27 43 75 72 72 65 6e 74 27 20 6d 6f 64 |or 'Current' mod| 00001380 65 20 6d 61 79 20 62 65 20 73 65 6c 65 63 74 65 |e may be selecte| 00001390 64 2e 20 57 68 65 6e 20 69 6e 20 27 43 75 72 72 |d. When in 'Curr| 000013a0 65 6e 74 27 0a 20 20 20 20 20 20 20 20 20 6d 6f |ent'. mo| 000013b0 64 65 2c 20 74 68 65 20 63 75 72 72 65 6e 74 20 |de, the current | 000013c0 6d 6f 64 65 20 69 73 20 75 73 65 64 20 61 73 20 |mode is used as | 000013d0 74 68 65 20 6f 75 74 70 75 74 20 6d 6f 64 65 20 |the output mode | 000013e0 61 6e 64 20 74 68 65 20 75 73 65 72 20 6d 61 79 |and the user may| 000013f0 0a 20 20 20 20 20 20 20 20 20 61 6c 73 6f 20 73 |. also s| 00001400 65 6c 65 63 74 20 74 68 65 20 6f 75 74 70 75 74 |elect the output| 00001410 20 70 61 6c 65 74 74 65 20 69 6e 20 74 68 65 20 | palette in the | 00001420 27 4f 75 74 70 75 74 20 70 61 6c 65 74 74 65 27 |'Output palette'| 00001430 20 73 75 62 6d 65 6e 75 20 28 6e 6f 74 0a 20 20 | submenu (not. | 00001440 20 20 20 20 20 20 20 69 6e 20 32 35 36 20 63 6f | in 256 co| 00001450 6c 6f 75 72 20 6d 6f 64 65 73 20 68 6f 77 65 76 |lour modes howev| 00001460 65 72 2c 20 74 68 65 20 73 74 61 6e 64 61 72 64 |er, the standard| 00001470 20 70 61 6c 65 74 74 65 20 69 73 20 61 6c 77 61 | palette is alwa| 00001480 79 73 20 75 73 65 64 29 20 3a 0a 20 20 20 20 20 |ys used) :. | 00001490 20 20 20 20 65 69 74 68 65 72 20 74 68 65 20 63 | either the c| 000014a0 75 72 72 65 6e 74 20 70 61 6c 65 74 74 65 20 28 |urrent palette (| 000014b0 69 2e 65 2e 20 61 6e 79 20 70 61 6c 65 74 74 65 |i.e. any palette| 000014c0 20 63 61 6e 20 62 65 20 63 68 6f 73 65 6e 20 66 | can be chosen f| 000014d0 6f 72 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 |or the. | 000014e0 6f 75 74 70 75 74 20 69 6d 61 67 65 2c 20 65 2e |output image, e.| 000014f0 67 2e 20 76 69 61 20 74 68 65 20 64 65 73 6b 74 |g. via the deskt| 00001500 6f 70 20 70 61 6c 65 74 74 65 20 75 74 69 6c 69 |op palette utili| 00001510 74 79 29 2c 20 74 68 65 20 64 65 66 61 75 6c 74 |ty), the default| 00001520 0a 20 20 20 20 20 20 20 20 20 70 61 6c 65 74 74 |. palett| 00001530 65 20 28 61 73 20 61 66 74 65 72 20 56 44 55 32 |e (as after VDU2| 00001540 30 29 2c 20 6f 72 20 61 20 6c 69 6e 65 61 72 20 |0), or a linear | 00001550 67 72 65 79 73 63 61 6c 65 20 66 72 6f 6d 20 62 |greyscale from b| 00001560 6c 61 63 6b 20 74 6f 20 77 68 69 74 65 0a 20 20 |lack to white. | 00001570 20 20 20 20 20 20 20 28 27 43 75 72 72 65 6e 74 | ('Current| 00001580 27 2c 20 27 44 65 66 61 75 6c 74 27 20 61 6e 64 |', 'Default' and| 00001590 20 27 47 72 65 79 73 63 61 6c 65 27 20 72 65 73 | 'Greyscale' res| 000015a0 70 65 63 74 69 76 65 6c 79 29 2e 0a 20 20 20 20 |pectively).. | 000015b0 20 20 20 2d 20 54 68 65 20 70 61 6c 65 74 74 65 | - The palette| 000015c0 20 63 68 6f 69 63 65 73 20 68 61 76 65 20 62 65 | choices have be| 000015d0 65 6e 20 72 65 6d 6f 76 65 64 2c 20 74 6f 20 65 |en removed, to e| 000015e0 76 65 6e 20 6d 6f 72 65 20 63 6c 6f 73 65 6c 79 |ven more closely| 000015f0 20 73 61 74 69 73 66 79 0a 20 20 20 20 20 20 20 | satisfy. | 00001600 20 20 74 68 65 20 57 49 4d 50 20 67 75 69 64 65 | the WIMP guide| 00001610 6c 69 6e 65 73 2c 20 69 6e 20 74 68 69 73 20 63 |lines, in this c| 00001620 61 73 65 20 27 74 68 6f 75 20 73 68 61 6c 6c 20 |ase 'thou shall | 00001630 6e 6f 74 20 63 68 61 6e 67 65 20 74 68 65 20 70 |not change the p| 00001640 61 6c 65 74 74 65 27 0a 20 20 20 20 20 20 20 20 |alette'. | 00001650 20 28 65 76 65 6e 20 74 68 6f 75 67 68 20 61 70 | (even though ap| 00001660 70 6c 69 63 61 74 69 6f 6e 73 20 6c 69 6b 65 20 |plications like | 00001670 54 72 61 6e 73 6c 61 74 6f 72 20 48 41 56 45 20 |Translator HAVE | 00001680 74 6f 20 28 75 6e 6c 65 73 73 20 75 73 65 72 73 |to (unless users| 00001690 20 77 61 6e 74 0a 20 20 20 20 20 20 20 20 20 74 | want. t| 000016a0 6f 20 63 68 61 6e 67 65 20 69 74 20 62 79 20 68 |o change it by h| 000016b0 61 6e 64 20 66 6f 72 20 65 61 63 68 20 61 6e 64 |and for each and| 000016c0 20 65 76 65 72 79 20 69 6d 61 67 65 20 21 21 21 | every image !!!| 000016d0 20 44 6f 20 79 6f 75 20 3f 29 2e 0a 20 20 20 20 | Do you ?).. | 000016e0 20 20 20 20 20 54 68 65 20 6f 6c 64 20 27 44 65 | The old 'De| 000016f0 73 6b 74 6f 70 27 20 70 61 6c 65 74 74 65 20 63 |sktop' palette c| 00001700 61 6e 20 62 65 20 73 65 6c 65 63 74 65 64 20 77 |an be selected w| 00001710 69 74 68 20 27 44 65 66 61 75 6c 74 27 20 69 6e |ith 'Default' in| 00001720 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 70 61 | the. pa| 00001730 6c 65 74 74 65 20 75 74 69 6c 69 74 79 20 61 6e |lette utility an| 00001740 79 77 61 79 2c 20 61 6e 64 20 74 68 65 20 27 49 |yway, and the 'I| 00001750 6d 61 67 65 27 20 70 61 6c 65 74 74 65 20 63 61 |mage' palette ca| 00001760 6e 20 62 65 20 73 65 6c 65 63 74 65 64 20 75 73 |n be selected us| 00001770 69 6e 67 0a 20 20 20 20 20 20 20 20 20 74 68 65 |ing. the| 00001780 20 6e 65 77 20 27 49 6d 61 67 65 20 70 61 6c 65 | new 'Image pale| 00001790 74 74 65 27 20 69 63 6f 6e 20 28 61 6e 64 20 74 |tte' icon (and t| 000017a0 68 65 72 65 27 73 20 6e 6f 20 27 74 69 63 6b 69 |here's no 'ticki| 000017b0 6e 67 27 20 61 6e 79 6d 6f 72 65 2c 0a 20 20 20 |ng' anymore,. | 000017c0 20 20 20 20 20 20 62 65 63 61 75 73 65 20 74 68 | because th| 000017d0 65 20 70 61 6c 65 74 74 65 20 6d 61 79 20 62 65 |e palette may be| 000017e0 20 63 68 61 6e 67 65 64 20 62 79 20 73 6f 6d 65 | changed by some| 000017f0 20 6f 74 68 65 72 20 61 70 70 6c 69 63 61 74 69 | other applicati| 00001800 6f 6e 20 28 61 6e 6f 74 68 65 72 0a 20 20 20 20 |on (another. | 00001810 20 20 20 20 20 54 72 61 6e 73 6c 61 74 6f 72 20 | Translator | 00001820 70 6f 73 73 69 62 6c 79 20 21 29 2c 20 6d 6f 73 |possibly !), mos| 00001830 74 20 6e 6f 74 61 62 6c 79 20 74 68 65 20 70 61 |t notably the pa| 00001840 6c 65 74 74 65 20 75 74 69 6c 69 74 79 29 2e 20 |lette utility). | 00001850 54 68 65 20 6f 6c 64 0a 20 20 20 20 20 20 20 20 |The old. | 00001860 20 27 44 65 66 61 75 6c 74 27 20 70 61 6c 65 74 | 'Default' palet| 00001870 74 65 20 73 65 6c 65 63 74 69 6f 6e 20 28 6f 72 |te selection (or| 00001880 20 69 6e 64 65 65 64 20 61 6e 79 20 6f 74 68 65 | indeed any othe| 00001890 72 29 20 6d 61 79 20 62 65 20 64 6f 6e 65 20 62 |r) may be done b| 000018a0 79 2c 0a 20 20 20 20 20 20 20 20 20 66 6f 72 20 |y,. for | 000018b0 65 78 61 6d 70 6c 65 2c 20 65 78 65 63 75 74 69 |example, executi| 000018c0 6e 67 20 61 20 28 73 74 61 6e 64 61 72 64 29 20 |ng a (standard) | 000018d0 70 61 6c 65 74 74 65 20 66 69 6c 65 2e 0a 20 20 |palette file.. | 000018e0 20 20 20 20 20 2d 20 42 75 67 20 72 65 6d 6f 76 | - Bug remov| 000018f0 65 64 20 3a 20 61 66 74 65 72 20 72 6f 74 61 74 |ed : after rotat| 00001900 65 2c 20 61 20 46 75 6c 6c 20 73 61 76 65 20 73 |e, a Full save s| 00001910 61 76 65 64 20 61 20 77 72 6f 6e 67 20 73 70 72 |aved a wrong spr| 00001920 69 74 65 2e 20 4f 6b 20 6e 6f 77 2e 0a 20 20 20 |ite. Ok now.. | 00001930 20 20 20 20 2d 20 42 75 67 20 72 65 6d 6f 76 65 | - Bug remove| 00001940 64 20 3a 20 66 6f 72 20 69 6d 61 67 65 73 20 73 |d : for images s| 00001950 6d 61 6c 6c 65 72 20 74 68 61 6e 20 74 68 65 20 |maller than the | 00001960 6d 69 6e 69 6d 75 6d 20 76 69 73 69 62 6c 65 20 |minimum visible | 00001970 77 69 6e 64 6f 77 20 61 72 65 61 0a 20 20 20 20 |window area. | 00001980 20 20 20 20 20 74 68 65 20 62 61 63 6b 67 72 6f | the backgro| 00001990 75 6e 64 20 63 6f 6e 74 61 69 6e 65 64 20 6a 75 |und contained ju| 000019a0 6e 6b 20 62 65 63 61 75 73 65 20 6f 66 20 74 68 |nk because of th| 000019b0 65 20 74 72 61 6e 73 70 61 72 65 6e 63 79 20 6f |e transparency o| 000019c0 66 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 77 |f the. w| 000019d0 69 6e 64 6f 77 2e 20 49 6e 20 74 68 65 73 65 20 |indow. In these | 000019e0 63 61 73 65 73 20 74 68 65 20 62 61 63 6b 67 72 |cases the backgr| 000019f0 6f 75 6e 64 20 69 73 20 6e 6f 77 20 63 6c 65 61 |ound is now clea| 00001a00 72 65 64 20 73 70 65 63 69 66 69 63 61 6c 6c 79 |red specifically| 00001a10 2e 0a 20 20 20 20 20 20 20 2d 20 53 6f 6d 65 20 |.. - Some | 00001a20 65 78 61 6d 70 6c 65 20 70 61 6c 65 74 74 65 20 |example palette | 00001a30 66 69 6c 65 73 20 66 6f 72 20 31 36 20 63 6f 6c |files for 16 col| 00001a40 6f 75 72 20 6d 6f 64 65 73 20 61 72 65 20 69 6e |our modes are in| 00001a50 20 74 68 65 20 27 50 61 6c 65 74 74 65 31 36 27 | the 'Palette16'| 00001a60 0a 20 20 20 20 20 20 20 20 20 64 69 72 65 63 74 |. direct| 00001a70 6f 72 79 2e 20 54 68 65 79 20 64 69 76 69 64 65 |ory. They divide| 00001a80 20 74 68 65 20 34 20 61 76 61 69 6c 61 62 6c 65 | the 4 available| 00001a90 20 63 6f 6c 6f 75 72 62 69 74 73 20 62 65 74 77 | colourbits betw| 00001aa0 65 65 6e 20 72 65 64 2c 20 67 72 65 65 6e 0a 20 |een red, green. | 00001ab0 20 20 20 20 20 20 20 20 61 6e 64 20 62 6c 75 65 | and blue| 00001ac0 20 69 6e 20 74 68 72 65 65 20 63 6f 6d 62 69 6e | in three combin| 00001ad0 61 74 69 6f 6e 73 20 28 32 2c 31 2c 31 2c 20 31 |ations (2,1,1, 1| 00001ae0 2c 32 2c 31 20 61 6e 64 20 31 2c 31 2c 32 29 2e |,2,1 and 1,1,2).| 00001af0 0a 20 20 20 20 20 20 20 2d 20 49 66 20 74 68 65 |. - If the| 00001b00 72 65 20 61 72 65 20 6e 6f 20 6f 74 68 65 72 20 |re are no other | 00001b10 54 72 61 6e 73 6c 61 74 6f 72 73 20 61 63 74 69 |Translators acti| 00001b20 76 65 2c 20 54 72 61 6e 73 6c 61 74 6f 72 27 73 |ve, Translator's| 00001b30 20 6d 6f 64 75 6c 65 20 69 73 0a 20 20 20 20 20 | module is. | 00001b40 20 20 20 20 6b 69 6c 6c 65 64 20 6f 6e 20 71 75 | killed on qu| 00001b50 69 74 74 69 6e 67 20 28 69 66 20 6f 6e 6c 79 20 |itting (if only | 00001b60 6d 6f 72 65 20 61 70 70 6c 69 63 61 74 69 6f 6e |more application| 00001b70 73 20 64 69 64 20 74 68 69 73 20 21 29 2e 0a 20 |s did this !).. | 00001b80 20 20 20 20 20 20 2d 20 57 69 64 74 68 20 6f 66 | - Width of| 00001b90 20 73 6f 6d 65 20 73 75 62 6d 65 6e 75 73 20 72 | some submenus r| 00001ba0 65 64 75 63 65 64 20 66 6f 72 20 27 62 65 74 74 |educed for 'bett| 00001bb0 65 72 20 6c 6f 6f 6b 73 27 2c 20 73 6f 6d 65 20 |er looks', some | 00001bc0 6e 61 6d 65 73 20 74 6f 6f 2e 0a 20 20 20 20 20 |names too.. | 00001bd0 20 20 2d 20 43 72 65 61 74 65 64 20 74 65 6d 70 | - Created temp| 00001be0 6c 61 74 65 73 20 66 6f 72 20 6d 6f 73 74 20 6f |lates for most o| 00001bf0 66 20 74 68 65 20 77 69 6e 64 6f 77 73 2e 0a 20 |f the windows.. | 00001c00 20 20 20 20 20 20 2d 20 42 75 67 20 72 65 6d 6f | - Bug remo| 00001c10 76 65 64 20 3a 20 50 43 58 20 69 6d 61 67 65 73 |ved : PCX images| 00001c20 20 73 6f 6d 65 74 69 6d 65 73 20 28 72 61 6e 64 | sometimes (rand| 00001c30 6f 6d 6c 79 29 20 61 70 70 65 61 72 65 64 20 74 |omly) appeared t| 00001c40 6f 20 68 61 76 65 20 27 6e 6f 0a 20 20 20 20 20 |o have 'no. | 00001c50 20 20 20 20 70 61 6c 65 74 74 65 27 2e 20 4f 6b | palette'. Ok| 00001c60 20 6e 6f 77 2e 0a 20 20 20 20 20 20 20 2d 20 4c | now.. - L| 00001c70 6f 74 73 20 6f 66 20 63 6f 73 6d 65 74 69 63 20 |ots of cosmetic | 00001c80 63 68 61 6e 67 65 73 2e 0a 20 20 20 20 20 20 20 |changes.. | 00001c90 2d 20 41 64 64 65 64 20 27 5a 69 67 20 7a 61 67 |- Added 'Zig zag| 00001ca0 27 20 66 6c 61 67 20 74 6f 20 70 72 6f 63 65 73 |' flag to proces| 00001cb0 73 69 6e 67 20 6f 70 74 69 6f 6e 73 2e 20 57 68 |sing options. Wh| 00001cc0 65 6e 20 4f 4e 2c 20 65 72 72 6f 72 20 73 70 72 |en ON, error spr| 00001cd0 65 61 64 69 6e 67 0a 20 20 20 20 20 20 20 20 20 |eading. | 00001ce0 70 6c 6f 74 73 20 77 69 6c 6c 20 70 6c 6f 74 20 |plots will plot | 00001cf0 65 76 65 72 79 20 6f 74 68 65 72 20 6c 69 6e 65 |every other line| 00001d00 20 69 6e 20 74 68 65 20 6f 70 70 6f 73 69 74 65 | in the opposite| 00001d10 20 64 69 72 65 63 74 69 6f 6e 20 28 61 73 20 75 | direction (as u| 00001d20 73 75 61 6c 29 2c 0a 20 20 20 20 20 20 20 20 20 |sual),. | 00001d30 73 6f 20 70 61 74 74 65 72 6e 69 6e 67 20 65 66 |so patterning ef| 00001d40 66 65 63 74 73 20 6d 61 79 20 62 65 20 72 65 64 |fects may be red| 00001d50 75 63 65 64 2e 20 57 68 65 6e 20 4f 46 46 2c 20 |uced. When OFF, | 00001d60 6c 69 6e 65 73 20 61 72 65 20 61 6c 77 61 79 73 |lines are always| 00001d70 0a 20 20 20 20 20 20 20 20 20 70 6c 6f 74 74 65 |. plotte| 00001d80 64 20 6c 65 66 74 20 74 6f 20 72 69 67 68 74 20 |d left to right | 00001d90 28 77 68 69 63 68 20 6d 61 79 20 62 65 20 75 73 |(which may be us| 00001da0 65 66 75 6c 20 77 68 65 6e 20 74 68 65 20 27 7a |eful when the 'z| 00001db0 69 67 20 7a 61 67 67 65 64 27 0a 20 20 20 20 20 |ig zagged'. | 00001dc0 20 20 20 20 72 65 73 75 6c 74 20 69 73 20 6c 65 | result is le| 00001dd0 73 73 20 70 6c 65 61 73 69 6e 67 20 74 68 61 6e |ss pleasing than| 00001de0 20 65 78 70 65 63 74 65 64 29 2e 0a 20 20 20 20 | expected).. | 00001df0 20 20 20 20 20 54 68 65 20 7a 69 67 20 7a 61 67 | The zig zag| 00001e00 20 66 6c 61 67 20 69 73 20 73 61 76 65 64 20 69 | flag is saved i| 00001e10 6e 20 6e 65 77 20 73 74 61 74 75 73 20 66 69 6c |n new status fil| 00001e20 65 73 2e 0a 20 20 20 20 20 20 20 2d 20 43 68 61 |es.. - Cha| 00001e30 6e 67 65 64 20 27 52 47 42 20 72 65 73 6f 6c 75 |nged 'RGB resolu| 00001e40 74 69 6f 6e 27 20 73 75 62 6d 65 6e 75 20 74 6f |tion' submenu to| 00001e50 20 74 68 72 65 65 20 73 6c 69 64 65 72 73 20 66 | three sliders f| 00001e60 6f 72 20 72 65 64 20 67 72 65 65 6e 20 61 6e 64 |or red green and| 00001e70 0a 20 20 20 20 20 20 20 20 20 62 6c 75 65 2e 0a |. blue..| 00001e80 20 20 20 20 20 20 20 2d 20 43 68 61 6e 67 65 64 | - Changed| 00001e90 20 27 4e 6f 72 6d 61 6c 20 73 69 7a 65 27 20 69 | 'Normal size' i| 00001ea0 6e 20 27 5a 6f 6f 6d 27 20 73 75 62 6d 65 6e 75 |n 'Zoom' submenu| 00001eb0 20 74 6f 20 27 31 3a 31 27 2e 0a 20 20 20 20 20 | to '1:1'.. | 00001ec0 20 20 2d 20 41 64 64 65 64 20 28 70 72 65 2d 29 | - Added (pre-)| 00001ed0 73 63 61 6c 69 6e 67 20 70 6f 73 73 69 62 69 6c |scaling possibil| 00001ee0 69 74 79 20 66 6f 72 20 62 6f 74 68 20 78 20 61 |ity for both x a| 00001ef0 6e 64 20 79 20 28 27 53 63 61 6c 69 6e 67 27 20 |nd y ('Scaling' | 00001f00 69 6e 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 |in the. | 00001f10 27 50 72 6f 63 65 73 73 69 6e 67 27 20 73 75 62 |'Processing' sub| 00001f20 6d 65 6e 75 29 2e 20 41 6e 79 20 73 63 61 6c 69 |menu). Any scali| 00001f30 6e 67 20 72 61 74 69 6f 20 6d 61 79 20 62 65 20 |ng ratio may be | 00001f40 75 73 65 64 2c 20 77 68 69 63 68 20 74 68 65 6e |used, which then| 00001f50 0a 20 20 20 20 20 20 20 20 20 64 65 66 69 6e 65 |. define| 00001f60 73 20 61 20 27 70 72 65 2d 73 63 61 6c 69 6e 67 |s a 'pre-scaling| 00001f70 27 20 6f 6e 20 74 68 65 20 69 6d 61 67 65 2e 20 |' on the image. | 00001f80 54 68 69 73 20 65 6e 73 75 72 65 73 20 74 68 61 |This ensures tha| 00001f90 74 20 69 6d 61 67 65 73 0a 20 20 20 20 20 20 20 |t images. | 00001fa0 20 20 6f 6e 20 77 68 69 63 68 20 65 72 72 6f 72 | on which error| 00001fb0 20 73 70 72 65 61 64 69 6e 67 20 69 73 20 61 70 | spreading is ap| 00001fc0 70 6c 69 65 64 2c 20 61 6e 64 20 77 68 69 63 68 |plied, and which| 00001fd0 20 61 72 65 20 74 6f 20 62 65 20 73 63 61 6c 65 | are to be scale| 00001fe0 64 20 64 6f 77 6e 2c 0a 20 20 20 20 20 20 20 20 |d down,. | 00001ff0 20 72 65 74 61 69 6e 20 66 75 6c 6c 20 71 75 61 | retain full qua| 00002000 6c 69 74 79 2c 20 69 6e 20 63 6f 6e 74 72 61 73 |lity, in contras| 00002010 74 20 74 6f 20 73 63 61 6c 69 6e 67 20 64 6f 77 |t to scaling dow| 00002020 6e 20 41 46 54 45 52 20 74 68 65 0a 20 20 20 20 |n AFTER the. | 00002030 20 20 20 20 20 63 61 6c 63 75 6c 61 74 69 6f 6e | calculation| 00002040 73 20 28 77 68 69 63 68 20 6c 6f 73 65 73 20 74 |s (which loses t| 00002050 68 65 20 65 72 72 6f 72 20 66 61 63 74 6f 72 73 |he error factors| 00002060 20 69 6e 20 74 68 65 20 6e 65 69 67 68 62 6f 72 | in the neighbor| 00002070 20 70 69 78 65 6c 73 29 2e 0a 20 20 20 20 20 20 | pixels).. | 00002080 20 20 20 49 74 20 69 73 20 6f 6e 6c 79 20 70 6f | It is only po| 00002090 73 73 69 62 6c 65 20 74 6f 20 73 63 61 6c 65 20 |ssible to scale | 000020a0 61 6e 20 69 6d 61 67 65 20 64 6f 77 6e 20 28 69 |an image down (i| 000020b0 2e 65 2e 20 6d 75 6c 74 69 70 6c 69 65 72 20 3c |.e. multiplier <| 000020c0 3d 0a 20 20 20 20 20 20 20 20 20 64 69 76 69 73 |=. divis| 000020d0 6f 72 29 2e 20 54 68 65 20 6f 70 74 69 6f 6e 20 |or). The option | 000020e0 27 31 3a 31 27 20 69 6e 20 74 68 65 20 27 53 63 |'1:1' in the 'Sc| 000020f0 61 6c 69 6e 67 27 20 73 75 62 6d 65 6e 75 20 72 |aling' submenu r| 00002100 65 73 65 74 73 20 74 68 65 0a 20 20 20 20 20 20 |esets the. | 00002110 20 20 20 73 63 61 6c 69 6e 67 20 66 61 63 74 6f | scaling facto| 00002120 72 73 20 74 6f 20 6e 6f 72 6d 61 6c 2e 0a 20 20 |rs to normal.. | 00002130 20 20 20 20 20 2d 20 41 64 64 65 64 20 70 6f 73 | - Added pos| 00002140 73 69 62 69 6c 69 74 79 20 74 6f 20 6f 75 74 70 |sibility to outp| 00002150 75 74 20 27 43 6c 65 61 72 27 20 66 69 6c 65 73 |ut 'Clear' files| 00002160 20 28 66 69 6c 65 74 79 70 65 20 26 36 39 30 29 | (filetype &690)| 00002170 2c 0a 20 20 20 20 20 20 20 20 20 54 72 61 6e 73 |,. Trans| 00002180 6c 61 74 6f 72 27 73 20 6f 77 6e 20 66 69 6c 65 |lator's own file| 00002190 74 79 70 65 2c 20 77 68 69 63 68 20 72 65 74 61 |type, which reta| 000021a0 69 6e 73 20 61 6c 6c 20 69 6e 66 6f 72 6d 61 74 |ins all informat| 000021b0 69 6f 6e 20 6f 66 20 74 68 65 0a 20 20 20 20 20 |ion of the. | 000021c0 20 20 20 20 6f 72 69 67 69 6e 61 6c 20 69 6d 61 | original ima| 000021d0 67 65 2e 20 52 65 66 65 72 20 74 6f 20 74 68 65 |ge. Refer to the| 000021e0 20 64 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 66 | documentation f| 000021f0 6f 72 20 6d 6f 72 65 20 69 6e 66 6f 72 6d 61 74 |or more informat| 00002200 69 6f 6e 2e 0a 20 20 20 20 20 20 20 2d 20 43 61 |ion.. - Ca| 00002210 6e 20 6e 6f 77 20 61 6c 73 6f 20 72 65 61 64 20 |n now also read | 00002220 50 43 58 20 31 20 61 6e 64 20 32 20 62 69 74 20 |PCX 1 and 2 bit | 00002230 70 65 72 20 70 69 78 65 6c 20 27 45 47 41 27 20 |per pixel 'EGA' | 00002240 66 69 6c 65 73 2e 0a 0a 36 2e 30 31 20 20 20 2d |files...6.01 -| 00002250 20 50 61 6c 65 74 74 65 20 6e 6f 77 20 72 65 73 | Palette now res| 00002260 65 74 20 74 6f 20 64 65 73 6b 74 6f 70 20 70 61 |et to desktop pa| 00002270 6c 65 74 74 65 20 6f 6e 20 63 6c 6f 73 69 6e 67 |lette on closing| 00002280 20 69 6d 61 67 65 20 77 69 6e 64 6f 77 2e 0a 20 | image window.. | 00002290 20 20 20 20 20 20 2d 20 42 75 67 20 63 75 72 65 | - Bug cure| 000022a0 64 20 3a 20 4d 69 73 73 69 6e 67 20 45 4e 44 49 |d : Missing ENDI| 000022b0 46 20 77 68 65 6e 20 63 6c 69 63 6b 69 6e 67 20 |F when clicking | 000022c0 6f 6e 20 67 72 65 79 20 61 72 65 61 20 6f 66 20 |on grey area of | 000022d0 73 61 76 65 20 66 69 6c 65 0a 20 20 20 20 20 20 |save file. | 000022e0 20 20 20 77 69 6e 64 6f 77 2e 0a 20 20 20 20 20 | window.. | 000022f0 20 20 2d 20 4e 75 6c 6c 20 72 65 61 73 6f 6e 63 | - Null reasonc| 00002300 6f 64 65 73 20 6e 6f 74 20 74 61 6b 65 6e 20 61 |odes not taken a| 00002310 6e 79 6d 6f 72 65 20 77 68 65 6e 20 6e 6f 74 20 |nymore when not | 00002320 6e 65 63 65 73 73 61 72 79 20 28 6f 6e 6c 79 20 |necessary (only | 00002330 6e 65 65 64 65 64 0a 20 20 20 20 20 20 20 20 20 |needed. | 00002340 77 68 65 6e 20 61 77 61 69 74 69 6e 67 20 61 63 |when awaiting ac| 00002350 6b 6e 6f 77 6c 65 64 67 65 20 66 72 6f 6d 20 66 |knowledge from f| 00002360 69 6c 65 72 29 2e 20 53 70 65 65 64 73 20 75 70 |iler). Speeds up| 00002370 20 74 68 65 20 77 68 6f 6c 65 20 73 79 73 74 65 | the whole syste| 00002380 6d 2e 0a 20 20 20 20 20 20 20 20 20 50 6f 69 6e |m.. Poin| 00002390 74 65 72 5f 4c 65 61 76 69 6e 67 2f 45 6e 74 65 |ter_Leaving/Ente| 000023a0 72 69 6e 67 5f 57 69 6e 64 6f 77 20 61 6c 73 6f |ring_Window also| 000023b0 20 6d 61 73 6b 65 64 20 6f 75 74 2e 0a 0a | masked out...| 000023be