Home » Archimedes archive » Archimedes World » AW-1996-06-Disc 1.adf » !SwiftJPEG_SwiftJPEG » !SwiftJPEG/!Help
!SwiftJPEG/!Help
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 » Archimedes World » AW-1996-06-Disc 1.adf » !SwiftJPEG_SwiftJPEG |
Filename: | !SwiftJPEG/!Help |
Read OK: | ✔ |
File size: | 464F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!SwiftJPEG copyright Hipposoft 1995 SwiftJPEG uses Acorn's new SpriteExtend module from RISC OS 3.6 to allow access to the extremely fast JPEG display facilities of the operating system. Because the SpriteExtend module creates a 'Dynamic Area', a concept that did not exist before RISC OS 3.5, this application will only work on Risc PCs. It is useful because although !Paint and !Draw will both load JPEGs, they have major drawbacks for general viewing, described below. If you wish to try out the various facilities described below as you read the file, the 'Images' directory containing 100 JPEG files that will have been supplied with your machine on the hard disc (A7000-Net excepted) is an ideal source of files. Please now read the 'DISCLAIMER and credits' section towards the end of this file before proceeding further. ** Usage Double-click on the !SwiftJPEG icon to start the application. To load a JPEG picture, either drag it to the icon on the icon bar, or double-click on it (the latter will only work if no other applications that load JPEGs by double-clicking, such as ChangeFSI, were loaded first). The JPEG file will be displayed in a window on the Desktop. If you change colour depth, resolution or Desktop scaling the display will be updated accordingly. SwiftJPEG can also be launched in the usual RISC OS manner, by double-clicking on a JPEG file or dragging a selection of them to a blank part of the icon bar, provided another application (again such as ChangeFSI) which claims the same filetype hasn't been run or 'seen' by the filer after SwiftJPEG. Since SwiftJPEG offers no editing facilities, it wasn't thought necessary to give it the capability for multiple views - that is, you can only look at one JPEG at a time. Multiple copies of SwiftJPEG can be launched if you really need to see several files at once, though this has a few important complications described later. ** !Draw and !Paint Why not use !Draw or !Paint to view the JPEG files? !Draw has two drawbacks. Firstly, it has a default page size of A4; many JPEG files are bigger than that, so to see the whole file you need to use !Draw's menu to increase the size. Secondly, it uses a fast but inaccurate dithering routine (see later for more information about dithering) which gives poor results in 256 colour modes. !Paint uses better dithering, but turns the JPEG into a sprite (out of necessity). This often requires a lot of memory. SwiftJPEG offers a choice of dithering methods including the better method that !Paint uses, a choice of ways to display the picture, and it keeps the JPEG file as a JPEG, thus requiring comparatively little memory. ** Menu items There is only one main menu, accessible from either the displayed picture or the icon bar. The entries are: 1. Info - Move the pointer to the right to see the application's Info window. 2. Zoom - Move the pointer to the right to show a standard 'Zoom box', through which you can change the magnification applied to the displayed picture. If you use the arrow icons, then the picture (if one is displayed) will be scaled immediately; else you can enter values via. the keyboard and the scaling is only done when you move from one writable icon to the other, or press Return. Any scale factor set in this window when a picture is not being displayed will apply when you next load one. 3. Picture - Move the pointer to the right to show a window giving information on the picture being displayed. If there is no picture loaded, this item will be greyed out. 4. Full Screen... - again this is greyed out if there is no picture loaded. With a picture loaded, select this item to plot the picture in the middle of a black screen. Press a key or click any mouse button to get back to the Desktop. 5. Choices... - Select this menu item to open the Global Choices window, described below. 6. Quit - selecting this item quits the application, closing the display window and releasing any memory claimed by SwiftJPEG itself. Note however that the SpriteExtend module is obviously *not* removed when you Quit and any memory in Dynamic Areas or the RMA that the module may have claimed will, consequently, still be in use. When you first load a JPEG file you will notice that the display window appears centered on the screen and as large as it can get. Loading a new picture when that window is still open will then display that picture in the same window, without re-centering it or altering its size (unless the new picture is smaller than the window displayed). This is to allow 'browsing' where a filer window with a group of pictures is placed next to the display window; there's nothing more annoying than having to keep moving the display window out the way because it puts itself back in the middle all the time (as in ChangeFSI)! If you close the display window, however, before loading a new picture, then it *will* be opened to maximum size and placed in the center of the screen, just as when you load a picture for the first time. Closing the display window with the Adjust button rather than Select will re-open the Filer window from which the picture was loaded, if it is not already open. To open the Filer window but not close the Display window, hold down either Shift key and click on the close icon with Adjust (this behaviour is standard amongst many RISC OS applications). ** Global Choices The Global Choices window is divided into three sections; Dithering, Full Screen and Miscellaneous. These are described below. Note any changes you make in the window only take effect when you click on the 'OK' icon (see below). 1. Dithering This allows you to set the dithering options. Dithering is a process where, in the event that a particular colour in the picture is not available for display on the screen (for example the standard Desktop 16 colour palette doesn't include brown), the computer will use speckled arrangements of colours to create a 'mixing' effect and try to represent the colour. For example if orange wasn't available, a speckled pattern of red and yellow might be used, or green and red to give brown. This process slows down the plotting process of the image by varying degrees, hence it can be turned off by selecting the 'None' icon. Alternatively, a fast (and inaccurate) or a slower (but more accurate) method can be used. If you are displaying the picture in anything other than a 256 colour (not 256 greyscale!) mode, there will be no visible difference or speed difference between the two. For 256 colour modes there is a big speed difference, but the image quality of the faster option is fairly poor (yet still better than with no dithering). By default the slower option is on because it gives a better quality image. In a 16 million colour mode, the dithering setting is irrelevant and is ignored because the computer can display all the colours that it is possible to store in the JPEG file. You may notice that in 16 colour modes, the image is displayed in greyscales even though eight colours as well as eight greyscales are available. This is perfectly normal but cannot be changed (it is a function of the SpriteExtend JPEG routines themselves, rather than something SwiftJPEG is doing). 2. Full Screen When you display a picture Full Screen using the 'Full Screen...' menu option, how does SwiftJPEG decide which screen mode to display it in? This section allows you to choose. If you ensure that *none* of the three options in the section is selected (by simply clicking on the currently selected option, which will 'unselect' it), then whatever mode you are using in the Desktop will be used to display the picture. This basically allows you to pick specific modes to see what pictures look like in them. If you select 'Best fit to picture' (this is selected by default) then a screen mode larger than, but of closest size to, the picture you are viewing will be selected. This consequently maximises the displayed size of the picture on the screen. The greatest colour depth available for that resolution will be selected, but size takes precedence (i.e. a 1500x1120 pixel picture would be displayed in a resolution of 1600x1200 pixels, even though there will be other resolutions that allow more colours on screen at once). This is a useful 'general purpose' method. The 'Use biggest' method scans the modes available on your system and chooses the highest resolution one, regardless of colour depth, and always displays pictures in that resolution. So on a 1Mb VRAM machine it would choose 1600x1200x16 colours (if a 1600x1200 mode is defined on your machine), or on a 2Mb VRAM machine it would choose 1600x1200x256 colours. The 'Use most colourful' method scans the modes available and chooses the one with the largest number of colours available (picking the highest resolution mode from that set). So on a machine with 1Mb VRAM it would choose 640x480x16 million colours, on a 2Mb VRAM machine it would choose 800x600x16 million colours. 3. Miscellaneous When you load a JPEG file, it is displayed in a window on the Desktop. If you want to automatically display the picture in Full Screen mode as soon as you load it, select the 'Show JPEG in Full Screen mode on loading it' option. When you return to the Desktop after a Full Screen view, the Display window will be present and if it wasn't already, will have opened itself up to full size and centered itself on the screen. This resizing and positioning operation is unavoidable, but may be irritating in some circumstances. To get round the problem, select the 'Close Display window after Full Screen view'. This will, as it suggests, close the Display window - *and remove the picture from memory* - after a Full Screen view (so no picture will be being displayed when you return to the Desktop). When you are using the 'Use biggest' or 'Use most colourful' options of the Full Screen section (see above), you will notice a small delay when before the picture appears the first time you use the option after starting SwiftJPEG. This delay is caused by SwiftJPEG having to work out the biggest or most colourful mode available on your system. By default, SwiftJPEG waits until it is actually asked to use one of these display methods before doing this check, to avoid increasing the time it takes the application to start up. You may want to ensure SwiftJPEG does this check on startup so there are no delays later on. In this case, select the 'Work out maximum screen modes at startup' option. Once SwiftJPEG has worked out the biggest and/or most colourful mode, it doesn't do it again. If the list of available modes changes whilst SwiftJPEG is running (e.g. because a new Monitor Description File was dropped onto the Display Manager icon) it will *not* notice this change, and will need restarting if you want it to notice any new modes. There is a similar delay to that described above with the 'Best fit to picture' option in the Full Screen section. Here, SwiftJPEG is scanning the list of modes for one that best fits the picture. Because each picture is different, SwiftJPEG must do this check every time, hence there will always be the short delay. The presence of some modes is ignored by SwiftJPEG, when it comes to Full Screen display. Modes where th y-size is bigger than the x-size (e.g. 240 x 352) are ignored because they are considered of unusual aspect ratio (the picture would appear distorted on-screen, 'letterbox'-type display accepted). Modes where the y-size is less than half the x-size (e.g. Mode 12 resolution of 640x256) are also ignored, to make sure a square pixel display is present (again to try and avoid the picture looking distorted on screen). At the bottom of the General Choices window are four buttons; from left to right: 1. Save Clicking on this icon Saves the current choices, as they appear in the Global Choices window, to disc. It is necessary to click on OK (see below) to make these choices apply to the rest of the application. You cannot 'undo' a Save, e.g. clicking on Cancel (see below) will not effect the Saved choices at all. 2. Default This sets the options in the window to their default (original) state - Slow dithering, 'Best fit to picture' Full Screen method, and all Miscellaneous options turned off. 3. Cancel Clicking on this icon returns the options to the state they were in when you opened the Global Choices window with the 'Choices...' menu item. If you click with Select the window will also close. Click with Adjust if you want it to remain on screen. 4. OK Clicking on this icon reads the options from the Global Choices window and applies them to the rest of the application. If you have altered the Dithering methods and a picture is currently being displayed, it will be redrawn with that new method. When you click on this icon, the Global Choices window is closed regardless of which button is used. Clicking on OK does not effect the choices Saved on disc. ** Loading groups of files If you drag a group of files to SwiftJPEG's Display window or icon bar icon when the 'Show JPEG in Full Screen mode on loading it' option is turned off, each picture will be loaded in succession but because SwiftJPEG can only load one file at a time, after all the disc activity has died down, you'll be left looking at the last picture in the group you selected. However, a 'slideshow'-style arrangement can be achieved by setting the 'Show JPEG in Full Screen mode on loading it' option in the Global Choices window. Each picture will be loaded and displayed in succession. Press any key or click any mouse button during this to show the next picture. Note that pressing Escape has the effect of ignoring the rest of the pictures in the group, and goes back to the Desktop. Care has been taken to minimise changes of display resolution during this process - i.e., there is as little flicker as possible. ** Running several copies of SwiftJPEG If you have several copies of SwiftJPEG in different places, it is 'safe' to run them at the same time. Any choices Saved from the copies will be saved within the correct application directory, not the one which was last launched as can happen with some other applications. If you run the same copy on disc several times, saved choices from each copy will obviously effect the same copy. Each copy will *not* notice any changes to the Saved choices made by another. Regardless of where the copy was launched from, setting the Choices in any one copy will not effect the Choices set in any other. ** Handling Errors The SpriteExtend module is less tolerant of badly defined or fairly non-standard JPEGs than, say, ChangeFSI. Some JPEGs, then, will load but not be displayed or may show odd traits such as only redrawing partially. This does not for example occur with any of the JPEGs supplied on the hard disc of a new Risc PC, and is not a fault of either SwiftJPEG or the SpriteExtend module in a strict sense; the problem lies more with the file itself. You will know if this has happened according to the details below: If there is not enough memory to load a picture into SwiftJPEG itself, nothing will happen (no message is given to say this has happened). So if you drop a JPEG onto SwiftJPEG and no window opens, check there is enough memory (you'll need the size of the JPEG file plus another 8K on top of the slot size claimed by SwiftJPEG when it has no picture loaded). The SpriteExtend module creates a Dynamic Area the size of which can be altered by the user. The amount claimed depends on the size of the JPEG displayed. It can be set to 0K (or any other arbitrary size constrained only by the amount of free memory) by the user and is automatically increased in size by the SpriteExtend module as required. If enough memory is present to load the JPEG file into SwiftJPEG, but there's then not enough workspace for the JPEG module, again nothing will happen (all errors from the JPEG plotting calls are ignored). So if you get a window open but nothing plots, check there is some memory free. If the window opens but nothing plots and there is plenty of memory free then the JPEG file is at fault. All other errors, e.g. if you run SwiftJPEG from floppy disc, try to save the options with the floppy disc out of the drive and refuse to supply it when prompted, are treated as fatal. SwiftJPEG will report the error and quit when you click on Cancel in the error box. ** DISCLAIMER and credits 'The software' or 'This software' refers to the !SwiftJPEG application and any related files distributed with it, including this manual in all its formats. This software is supplied 'as is'; Hipposoft makes no claims as to its reliability or suitability for any purpose. No responsibility can be taken for any failure of the software, or any loss or damage caused directly or indirectly, or not caused, by the software. Contents of this manual are not guaranteed to be correct, and may change without notice. The SpriteExtend module is Copyright of Acorn Computers. This application was only tested under RISC OS 3.6 since saving out a copy of the SpriteExtend module via. the *Modules and *Save commands on a RISC OS 3.6 machine and loading this into a RISC OS 3.5 machine would be a breach of that copyright, and may not work (though apart from that there is no reason why SwiftJPEG would work any differently under either version). You may NOT use SwiftJPEG under such conditions. Hipposoft takes no responsibility for any such actions taken by end users of this software for any reason. Thanks to Ragnar Hafsta� for !BasCrunch v1.02 (and Dick Alstein who did the front end), which was used to compress the original BASIC source. This software is fully Public Domain but must be distributed intact, with all the files present and in the same form as received by the end user. No profit may be made through the sale of !SwiftJPEG.
00000000 0a 0a 20 20 20 20 20 20 21 53 77 69 66 74 4a 50 |.. !SwiftJP| 00000010 45 47 20 63 6f 70 79 72 69 67 68 74 20 48 69 70 |EG copyright Hip| 00000020 70 6f 73 6f 66 74 20 31 39 39 35 0a 0a 0a 53 77 |posoft 1995...Sw| 00000030 69 66 74 4a 50 45 47 20 75 73 65 73 20 41 63 6f |iftJPEG uses Aco| 00000040 72 6e 27 73 20 6e 65 77 20 53 70 72 69 74 65 45 |rn's new SpriteE| 00000050 78 74 65 6e 64 20 6d 6f 64 75 6c 65 20 66 72 6f |xtend module fro| 00000060 6d 0a 52 49 53 43 20 4f 53 20 33 2e 36 20 74 6f |m.RISC OS 3.6 to| 00000070 20 61 6c 6c 6f 77 20 61 63 63 65 73 73 20 74 6f | allow access to| 00000080 20 74 68 65 20 65 78 74 72 65 6d 65 6c 79 20 66 | the extremely f| 00000090 61 73 74 0a 4a 50 45 47 20 64 69 73 70 6c 61 79 |ast.JPEG display| 000000a0 20 66 61 63 69 6c 69 74 69 65 73 20 6f 66 20 74 | facilities of t| 000000b0 68 65 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 |he operating sys| 000000c0 74 65 6d 2e 0a 42 65 63 61 75 73 65 20 74 68 65 |tem..Because the| 000000d0 20 53 70 72 69 74 65 45 78 74 65 6e 64 20 6d 6f | SpriteExtend mo| 000000e0 64 75 6c 65 20 63 72 65 61 74 65 73 20 61 20 27 |dule creates a '| 000000f0 44 79 6e 61 6d 69 63 0a 41 72 65 61 27 2c 20 61 |Dynamic.Area', a| 00000100 20 63 6f 6e 63 65 70 74 20 74 68 61 74 20 64 69 | concept that di| 00000110 64 20 6e 6f 74 20 65 78 69 73 74 20 62 65 66 6f |d not exist befo| 00000120 72 65 20 52 49 53 43 20 4f 53 0a 33 2e 35 2c 20 |re RISC OS.3.5, | 00000130 74 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |this application| 00000140 20 77 69 6c 6c 20 6f 6e 6c 79 20 77 6f 72 6b 20 | will only work | 00000150 6f 6e 20 52 69 73 63 20 50 43 73 2e 0a 49 74 20 |on Risc PCs..It | 00000160 69 73 20 75 73 65 66 75 6c 20 62 65 63 61 75 73 |is useful becaus| 00000170 65 20 61 6c 74 68 6f 75 67 68 20 21 50 61 69 6e |e although !Pain| 00000180 74 20 61 6e 64 20 21 44 72 61 77 20 77 69 6c 6c |t and !Draw will| 00000190 0a 62 6f 74 68 20 6c 6f 61 64 20 4a 50 45 47 73 |.both load JPEGs| 000001a0 2c 20 74 68 65 79 20 68 61 76 65 20 6d 61 6a 6f |, they have majo| 000001b0 72 20 64 72 61 77 62 61 63 6b 73 20 66 6f 72 0a |r drawbacks for.| 000001c0 67 65 6e 65 72 61 6c 20 76 69 65 77 69 6e 67 2c |general viewing,| 000001d0 20 64 65 73 63 72 69 62 65 64 20 62 65 6c 6f 77 | described below| 000001e0 2e 0a 0a 49 66 20 79 6f 75 20 77 69 73 68 20 74 |...If you wish t| 000001f0 6f 20 74 72 79 20 6f 75 74 20 74 68 65 20 76 61 |o try out the va| 00000200 72 69 6f 75 73 20 66 61 63 69 6c 69 74 69 65 73 |rious facilities| 00000210 0a 64 65 73 63 72 69 62 65 64 20 62 65 6c 6f 77 |.described below| 00000220 20 61 73 20 79 6f 75 20 72 65 61 64 20 74 68 65 | as you read the| 00000230 20 66 69 6c 65 2c 20 74 68 65 20 27 49 6d 61 67 | file, the 'Imag| 00000240 65 73 27 0a 64 69 72 65 63 74 6f 72 79 20 63 6f |es'.directory co| 00000250 6e 74 61 69 6e 69 6e 67 20 31 30 30 20 4a 50 45 |ntaining 100 JPE| 00000260 47 20 66 69 6c 65 73 20 74 68 61 74 20 77 69 6c |G files that wil| 00000270 6c 20 68 61 76 65 0a 62 65 65 6e 20 73 75 70 70 |l have.been supp| 00000280 6c 69 65 64 20 77 69 74 68 20 79 6f 75 72 20 6d |lied with your m| 00000290 61 63 68 69 6e 65 20 6f 6e 20 74 68 65 20 68 61 |achine on the ha| 000002a0 72 64 20 64 69 73 63 0a 28 41 37 30 30 30 2d 4e |rd disc.(A7000-N| 000002b0 65 74 20 65 78 63 65 70 74 65 64 29 20 69 73 20 |et excepted) is | 000002c0 61 6e 20 69 64 65 61 6c 20 73 6f 75 72 63 65 20 |an ideal source | 000002d0 6f 66 20 66 69 6c 65 73 2e 0a 0a 50 6c 65 61 73 |of files...Pleas| 000002e0 65 20 6e 6f 77 20 72 65 61 64 20 74 68 65 20 27 |e now read the '| 000002f0 44 49 53 43 4c 41 49 4d 45 52 20 61 6e 64 20 63 |DISCLAIMER and c| 00000300 72 65 64 69 74 73 27 0a 73 65 63 74 69 6f 6e 20 |redits'.section | 00000310 74 6f 77 61 72 64 73 20 74 68 65 20 65 6e 64 20 |towards the end | 00000320 6f 66 20 74 68 69 73 20 66 69 6c 65 20 62 65 66 |of this file bef| 00000330 6f 72 65 0a 70 72 6f 63 65 65 64 69 6e 67 20 66 |ore.proceeding f| 00000340 75 72 74 68 65 72 2e 0a 0a 0a 2a 2a 20 55 73 61 |urther....** Usa| 00000350 67 65 0a 0a 0a 44 6f 75 62 6c 65 2d 63 6c 69 63 |ge...Double-clic| 00000360 6b 20 6f 6e 20 74 68 65 20 21 53 77 69 66 74 4a |k on the !SwiftJ| 00000370 50 45 47 20 69 63 6f 6e 20 74 6f 20 73 74 61 72 |PEG icon to star| 00000380 74 20 74 68 65 0a 61 70 70 6c 69 63 61 74 69 6f |t the.applicatio| 00000390 6e 2e 20 54 6f 20 6c 6f 61 64 20 61 20 4a 50 45 |n. To load a JPE| 000003a0 47 20 70 69 63 74 75 72 65 2c 20 65 69 74 68 65 |G picture, eithe| 000003b0 72 20 64 72 61 67 20 69 74 0a 74 6f 20 74 68 65 |r drag it.to the| 000003c0 20 69 63 6f 6e 20 6f 6e 20 74 68 65 20 69 63 6f | icon on the ico| 000003d0 6e 20 62 61 72 2c 20 6f 72 20 64 6f 75 62 6c 65 |n bar, or double| 000003e0 2d 63 6c 69 63 6b 20 6f 6e 20 69 74 0a 28 74 68 |-click on it.(th| 000003f0 65 20 6c 61 74 74 65 72 20 77 69 6c 6c 20 6f 6e |e latter will on| 00000400 6c 79 20 77 6f 72 6b 20 69 66 20 6e 6f 20 6f 74 |ly work if no ot| 00000410 68 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 |her applications| 00000420 0a 74 68 61 74 20 6c 6f 61 64 20 4a 50 45 47 73 |.that load JPEGs| 00000430 20 62 79 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b | by double-click| 00000440 69 6e 67 2c 20 73 75 63 68 20 61 73 0a 43 68 61 |ing, such as.Cha| 00000450 6e 67 65 46 53 49 2c 20 77 65 72 65 20 6c 6f 61 |ngeFSI, were loa| 00000460 64 65 64 20 66 69 72 73 74 29 2e 20 54 68 65 20 |ded first). The | 00000470 4a 50 45 47 20 66 69 6c 65 20 77 69 6c 6c 0a 62 |JPEG file will.b| 00000480 65 20 64 69 73 70 6c 61 79 65 64 20 69 6e 20 61 |e displayed in a| 00000490 20 77 69 6e 64 6f 77 20 6f 6e 20 74 68 65 20 44 | window on the D| 000004a0 65 73 6b 74 6f 70 2e 0a 0a 49 66 20 79 6f 75 20 |esktop...If you | 000004b0 63 68 61 6e 67 65 20 63 6f 6c 6f 75 72 20 64 65 |change colour de| 000004c0 70 74 68 2c 20 72 65 73 6f 6c 75 74 69 6f 6e 20 |pth, resolution | 000004d0 6f 72 20 44 65 73 6b 74 6f 70 0a 73 63 61 6c 69 |or Desktop.scali| 000004e0 6e 67 20 74 68 65 20 64 69 73 70 6c 61 79 20 77 |ng the display w| 000004f0 69 6c 6c 20 62 65 20 75 70 64 61 74 65 64 20 61 |ill be updated a| 00000500 63 63 6f 72 64 69 6e 67 6c 79 2e 0a 0a 53 77 69 |ccordingly...Swi| 00000510 66 74 4a 50 45 47 20 63 61 6e 20 61 6c 73 6f 20 |ftJPEG can also | 00000520 62 65 20 6c 61 75 6e 63 68 65 64 20 69 6e 20 74 |be launched in t| 00000530 68 65 20 75 73 75 61 6c 20 52 49 53 43 20 4f 53 |he usual RISC OS| 00000540 0a 6d 61 6e 6e 65 72 2c 20 62 79 20 64 6f 75 62 |.manner, by doub| 00000550 6c 65 2d 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 61 |le-clicking on a| 00000560 20 4a 50 45 47 20 66 69 6c 65 20 6f 72 0a 64 72 | JPEG file or.dr| 00000570 61 67 67 69 6e 67 20 61 20 73 65 6c 65 63 74 69 |agging a selecti| 00000580 6f 6e 20 6f 66 20 74 68 65 6d 20 74 6f 20 61 20 |on of them to a | 00000590 62 6c 61 6e 6b 20 70 61 72 74 20 6f 66 20 74 68 |blank part of th| 000005a0 65 0a 69 63 6f 6e 20 62 61 72 2c 20 70 72 6f 76 |e.icon bar, prov| 000005b0 69 64 65 64 20 61 6e 6f 74 68 65 72 20 61 70 70 |ided another app| 000005c0 6c 69 63 61 74 69 6f 6e 20 28 61 67 61 69 6e 20 |lication (again | 000005d0 73 75 63 68 0a 61 73 20 43 68 61 6e 67 65 46 53 |such.as ChangeFS| 000005e0 49 29 20 77 68 69 63 68 20 63 6c 61 69 6d 73 20 |I) which claims | 000005f0 74 68 65 20 73 61 6d 65 20 66 69 6c 65 74 79 70 |the same filetyp| 00000600 65 20 68 61 73 6e 27 74 0a 62 65 65 6e 20 72 75 |e hasn't.been ru| 00000610 6e 20 6f 72 20 27 73 65 65 6e 27 20 62 79 20 74 |n or 'seen' by t| 00000620 68 65 20 66 69 6c 65 72 20 61 66 74 65 72 20 53 |he filer after S| 00000630 77 69 66 74 4a 50 45 47 2e 0a 0a 53 69 6e 63 65 |wiftJPEG...Since| 00000640 20 53 77 69 66 74 4a 50 45 47 20 6f 66 66 65 72 | SwiftJPEG offer| 00000650 73 20 6e 6f 20 65 64 69 74 69 6e 67 20 66 61 63 |s no editing fac| 00000660 69 6c 69 74 69 65 73 2c 20 69 74 0a 77 61 73 6e |ilities, it.wasn| 00000670 27 74 20 74 68 6f 75 67 68 74 20 6e 65 63 65 73 |'t thought neces| 00000680 73 61 72 79 20 74 6f 20 67 69 76 65 20 69 74 20 |sary to give it | 00000690 74 68 65 20 63 61 70 61 62 69 6c 69 74 79 0a 66 |the capability.f| 000006a0 6f 72 20 6d 75 6c 74 69 70 6c 65 20 76 69 65 77 |or multiple view| 000006b0 73 20 2d 20 74 68 61 74 20 69 73 2c 20 79 6f 75 |s - that is, you| 000006c0 20 63 61 6e 20 6f 6e 6c 79 20 6c 6f 6f 6b 20 61 | can only look a| 000006d0 74 0a 6f 6e 65 20 4a 50 45 47 20 61 74 20 61 20 |t.one JPEG at a | 000006e0 74 69 6d 65 2e 20 4d 75 6c 74 69 70 6c 65 20 63 |time. Multiple c| 000006f0 6f 70 69 65 73 20 6f 66 20 53 77 69 66 74 4a 50 |opies of SwiftJP| 00000700 45 47 0a 63 61 6e 20 62 65 20 6c 61 75 6e 63 68 |EG.can be launch| 00000710 65 64 20 69 66 20 79 6f 75 20 72 65 61 6c 6c 79 |ed if you really| 00000720 20 6e 65 65 64 20 74 6f 20 73 65 65 20 73 65 76 | need to see sev| 00000730 65 72 61 6c 0a 66 69 6c 65 73 20 61 74 20 6f 6e |eral.files at on| 00000740 63 65 2c 20 74 68 6f 75 67 68 20 74 68 69 73 20 |ce, though this | 00000750 68 61 73 20 61 20 66 65 77 20 69 6d 70 6f 72 74 |has a few import| 00000760 61 6e 74 0a 63 6f 6d 70 6c 69 63 61 74 69 6f 6e |ant.complication| 00000770 73 20 64 65 73 63 72 69 62 65 64 20 6c 61 74 65 |s described late| 00000780 72 2e 0a 0a 0a 2a 2a 20 21 44 72 61 77 20 61 6e |r....** !Draw an| 00000790 64 20 21 50 61 69 6e 74 0a 0a 0a 57 68 79 20 6e |d !Paint...Why n| 000007a0 6f 74 20 75 73 65 20 21 44 72 61 77 20 6f 72 20 |ot use !Draw or | 000007b0 21 50 61 69 6e 74 20 74 6f 20 76 69 65 77 20 74 |!Paint to view t| 000007c0 68 65 20 4a 50 45 47 20 66 69 6c 65 73 3f 0a 21 |he JPEG files?.!| 000007d0 44 72 61 77 20 68 61 73 20 74 77 6f 20 64 72 61 |Draw has two dra| 000007e0 77 62 61 63 6b 73 2e 20 46 69 72 73 74 6c 79 2c |wbacks. Firstly,| 000007f0 20 69 74 20 68 61 73 20 61 20 64 65 66 61 75 6c | it has a defaul| 00000800 74 0a 70 61 67 65 20 73 69 7a 65 20 6f 66 20 41 |t.page size of A| 00000810 34 3b 20 6d 61 6e 79 20 4a 50 45 47 20 66 69 6c |4; many JPEG fil| 00000820 65 73 20 61 72 65 20 62 69 67 67 65 72 20 74 68 |es are bigger th| 00000830 61 6e 0a 74 68 61 74 2c 20 73 6f 20 74 6f 20 73 |an.that, so to s| 00000840 65 65 20 74 68 65 20 77 68 6f 6c 65 20 66 69 6c |ee the whole fil| 00000850 65 20 79 6f 75 20 6e 65 65 64 20 74 6f 20 75 73 |e you need to us| 00000860 65 0a 21 44 72 61 77 27 73 20 6d 65 6e 75 20 74 |e.!Draw's menu t| 00000870 6f 20 69 6e 63 72 65 61 73 65 20 74 68 65 20 73 |o increase the s| 00000880 69 7a 65 2e 20 53 65 63 6f 6e 64 6c 79 2c 20 69 |ize. Secondly, i| 00000890 74 0a 75 73 65 73 20 61 20 66 61 73 74 20 62 75 |t.uses a fast bu| 000008a0 74 20 69 6e 61 63 63 75 72 61 74 65 20 64 69 74 |t inaccurate dit| 000008b0 68 65 72 69 6e 67 20 72 6f 75 74 69 6e 65 20 28 |hering routine (| 000008c0 73 65 65 0a 6c 61 74 65 72 20 66 6f 72 20 6d 6f |see.later for mo| 000008d0 72 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 61 |re information a| 000008e0 62 6f 75 74 20 64 69 74 68 65 72 69 6e 67 29 20 |bout dithering) | 000008f0 77 68 69 63 68 0a 67 69 76 65 73 20 70 6f 6f 72 |which.gives poor| 00000900 20 72 65 73 75 6c 74 73 20 69 6e 20 32 35 36 20 | results in 256 | 00000910 63 6f 6c 6f 75 72 20 6d 6f 64 65 73 2e 0a 0a 21 |colour modes...!| 00000920 50 61 69 6e 74 20 75 73 65 73 20 62 65 74 74 65 |Paint uses bette| 00000930 72 20 64 69 74 68 65 72 69 6e 67 2c 20 62 75 74 |r dithering, but| 00000940 20 74 75 72 6e 73 20 74 68 65 20 4a 50 45 47 0a | turns the JPEG.| 00000950 69 6e 74 6f 20 61 20 73 70 72 69 74 65 20 28 6f |into a sprite (o| 00000960 75 74 20 6f 66 20 6e 65 63 65 73 73 69 74 79 29 |ut of necessity)| 00000970 2e 20 54 68 69 73 20 6f 66 74 65 6e 0a 72 65 71 |. This often.req| 00000980 75 69 72 65 73 20 61 20 6c 6f 74 20 6f 66 20 6d |uires a lot of m| 00000990 65 6d 6f 72 79 2e 0a 0a 53 77 69 66 74 4a 50 45 |emory...SwiftJPE| 000009a0 47 20 6f 66 66 65 72 73 20 61 20 63 68 6f 69 63 |G offers a choic| 000009b0 65 20 6f 66 20 64 69 74 68 65 72 69 6e 67 20 6d |e of dithering m| 000009c0 65 74 68 6f 64 73 0a 69 6e 63 6c 75 64 69 6e 67 |ethods.including| 000009d0 20 74 68 65 20 62 65 74 74 65 72 20 6d 65 74 68 | the better meth| 000009e0 6f 64 20 74 68 61 74 20 21 50 61 69 6e 74 20 75 |od that !Paint u| 000009f0 73 65 73 2c 20 61 0a 63 68 6f 69 63 65 20 6f 66 |ses, a.choice of| 00000a00 20 77 61 79 73 20 74 6f 20 64 69 73 70 6c 61 79 | ways to display| 00000a10 20 74 68 65 20 70 69 63 74 75 72 65 2c 20 61 6e | the picture, an| 00000a20 64 20 69 74 20 6b 65 65 70 73 0a 74 68 65 20 4a |d it keeps.the J| 00000a30 50 45 47 20 66 69 6c 65 20 61 73 20 61 20 4a 50 |PEG file as a JP| 00000a40 45 47 2c 20 74 68 75 73 20 72 65 71 75 69 72 69 |EG, thus requiri| 00000a50 6e 67 0a 63 6f 6d 70 61 72 61 74 69 76 65 6c 79 |ng.comparatively| 00000a60 20 6c 69 74 74 6c 65 20 6d 65 6d 6f 72 79 2e 0a | little memory..| 00000a70 0a 0a 2a 2a 20 4d 65 6e 75 20 69 74 65 6d 73 0a |..** Menu items.| 00000a80 0a 0a 54 68 65 72 65 20 69 73 20 6f 6e 6c 79 20 |..There is only | 00000a90 6f 6e 65 20 6d 61 69 6e 20 6d 65 6e 75 2c 20 61 |one main menu, a| 00000aa0 63 63 65 73 73 69 62 6c 65 20 66 72 6f 6d 20 65 |ccessible from e| 00000ab0 69 74 68 65 72 0a 74 68 65 20 64 69 73 70 6c 61 |ither.the displa| 00000ac0 79 65 64 20 70 69 63 74 75 72 65 20 6f 72 20 74 |yed picture or t| 00000ad0 68 65 20 69 63 6f 6e 20 62 61 72 2e 20 54 68 65 |he icon bar. The| 00000ae0 20 65 6e 74 72 69 65 73 0a 61 72 65 3a 0a 0a 31 | entries.are:..1| 00000af0 2e 20 49 6e 66 6f 20 2d 20 4d 6f 76 65 20 74 68 |. Info - Move th| 00000b00 65 20 70 6f 69 6e 74 65 72 20 74 6f 20 74 68 65 |e pointer to the| 00000b10 20 72 69 67 68 74 20 74 6f 20 73 65 65 20 74 68 | right to see th| 00000b20 65 0a 20 20 20 61 70 70 6c 69 63 61 74 69 6f 6e |e. application| 00000b30 27 73 20 49 6e 66 6f 20 77 69 6e 64 6f 77 2e 0a |'s Info window..| 00000b40 0a 32 2e 20 5a 6f 6f 6d 20 2d 20 4d 6f 76 65 20 |.2. Zoom - Move | 00000b50 74 68 65 20 70 6f 69 6e 74 65 72 20 74 6f 20 74 |the pointer to t| 00000b60 68 65 20 72 69 67 68 74 20 74 6f 20 73 68 6f 77 |he right to show| 00000b70 20 61 0a 20 20 20 73 74 61 6e 64 61 72 64 20 27 | a. standard '| 00000b80 5a 6f 6f 6d 20 62 6f 78 27 2c 20 74 68 72 6f 75 |Zoom box', throu| 00000b90 67 68 20 77 68 69 63 68 20 79 6f 75 20 63 61 6e |gh which you can| 00000ba0 0a 20 20 20 63 68 61 6e 67 65 20 74 68 65 20 6d |. change the m| 00000bb0 61 67 6e 69 66 69 63 61 74 69 6f 6e 20 61 70 70 |agnification app| 00000bc0 6c 69 65 64 20 74 6f 20 74 68 65 0a 20 20 20 64 |lied to the. d| 00000bd0 69 73 70 6c 61 79 65 64 20 70 69 63 74 75 72 65 |isplayed picture| 00000be0 2e 20 49 66 20 79 6f 75 20 75 73 65 20 74 68 65 |. If you use the| 00000bf0 20 61 72 72 6f 77 20 69 63 6f 6e 73 2c 0a 20 20 | arrow icons,. | 00000c00 20 74 68 65 6e 20 74 68 65 20 70 69 63 74 75 72 | then the pictur| 00000c10 65 20 28 69 66 20 6f 6e 65 20 69 73 20 64 69 73 |e (if one is dis| 00000c20 70 6c 61 79 65 64 29 20 77 69 6c 6c 20 62 65 0a |played) will be.| 00000c30 20 20 20 73 63 61 6c 65 64 20 69 6d 6d 65 64 69 | scaled immedi| 00000c40 61 74 65 6c 79 3b 20 65 6c 73 65 20 79 6f 75 20 |ately; else you | 00000c50 63 61 6e 20 65 6e 74 65 72 20 76 61 6c 75 65 73 |can enter values| 00000c60 0a 20 20 20 76 69 61 2e 20 74 68 65 20 6b 65 79 |. via. the key| 00000c70 62 6f 61 72 64 20 61 6e 64 20 74 68 65 20 73 63 |board and the sc| 00000c80 61 6c 69 6e 67 20 69 73 20 6f 6e 6c 79 20 64 6f |aling is only do| 00000c90 6e 65 0a 20 20 20 77 68 65 6e 20 79 6f 75 20 6d |ne. when you m| 00000ca0 6f 76 65 20 66 72 6f 6d 20 6f 6e 65 20 77 72 69 |ove from one wri| 00000cb0 74 61 62 6c 65 20 69 63 6f 6e 20 74 6f 20 74 68 |table icon to th| 00000cc0 65 0a 20 20 20 6f 74 68 65 72 2c 20 6f 72 20 70 |e. other, or p| 00000cd0 72 65 73 73 20 52 65 74 75 72 6e 2e 20 41 6e 79 |ress Return. Any| 00000ce0 20 73 63 61 6c 65 20 66 61 63 74 6f 72 20 73 65 | scale factor se| 00000cf0 74 20 69 6e 0a 20 20 20 74 68 69 73 20 77 69 6e |t in. this win| 00000d00 64 6f 77 20 77 68 65 6e 20 61 20 70 69 63 74 75 |dow when a pictu| 00000d10 72 65 20 69 73 20 6e 6f 74 20 62 65 69 6e 67 0a |re is not being.| 00000d20 20 20 20 64 69 73 70 6c 61 79 65 64 20 77 69 6c | displayed wil| 00000d30 6c 20 61 70 70 6c 79 20 77 68 65 6e 20 79 6f 75 |l apply when you| 00000d40 20 6e 65 78 74 20 6c 6f 61 64 20 6f 6e 65 2e 0a | next load one..| 00000d50 0a 33 2e 20 50 69 63 74 75 72 65 20 2d 20 4d 6f |.3. Picture - Mo| 00000d60 76 65 20 74 68 65 20 70 6f 69 6e 74 65 72 20 74 |ve the pointer t| 00000d70 6f 20 74 68 65 20 72 69 67 68 74 20 74 6f 20 73 |o the right to s| 00000d80 68 6f 77 0a 20 20 20 61 20 77 69 6e 64 6f 77 20 |how. a window | 00000d90 67 69 76 69 6e 67 20 69 6e 66 6f 72 6d 61 74 69 |giving informati| 00000da0 6f 6e 20 6f 6e 20 74 68 65 20 70 69 63 74 75 72 |on on the pictur| 00000db0 65 20 62 65 69 6e 67 0a 20 20 20 64 69 73 70 6c |e being. displ| 00000dc0 61 79 65 64 2e 20 49 66 20 74 68 65 72 65 20 69 |ayed. If there i| 00000dd0 73 20 6e 6f 20 70 69 63 74 75 72 65 20 6c 6f 61 |s no picture loa| 00000de0 64 65 64 2c 20 74 68 69 73 0a 20 20 20 69 74 65 |ded, this. ite| 00000df0 6d 20 77 69 6c 6c 20 62 65 20 67 72 65 79 65 64 |m will be greyed| 00000e00 20 6f 75 74 2e 0a 0a 34 2e 20 46 75 6c 6c 20 53 | out...4. Full S| 00000e10 63 72 65 65 6e 2e 2e 2e 20 2d 20 61 67 61 69 6e |creen... - again| 00000e20 20 74 68 69 73 20 69 73 20 67 72 65 79 65 64 20 | this is greyed | 00000e30 6f 75 74 20 69 66 0a 20 20 20 74 68 65 72 65 20 |out if. there | 00000e40 69 73 20 6e 6f 20 70 69 63 74 75 72 65 20 6c 6f |is no picture lo| 00000e50 61 64 65 64 2e 20 57 69 74 68 20 61 20 70 69 63 |aded. With a pic| 00000e60 74 75 72 65 0a 20 20 20 6c 6f 61 64 65 64 2c 20 |ture. loaded, | 00000e70 73 65 6c 65 63 74 20 74 68 69 73 20 69 74 65 6d |select this item| 00000e80 20 74 6f 20 70 6c 6f 74 20 74 68 65 20 70 69 63 | to plot the pic| 00000e90 74 75 72 65 20 69 6e 0a 20 20 20 74 68 65 20 6d |ture in. the m| 00000ea0 69 64 64 6c 65 20 6f 66 20 61 20 62 6c 61 63 6b |iddle of a black| 00000eb0 20 73 63 72 65 65 6e 2e 20 50 72 65 73 73 20 61 | screen. Press a| 00000ec0 20 6b 65 79 20 6f 72 0a 20 20 20 63 6c 69 63 6b | key or. click| 00000ed0 20 61 6e 79 20 6d 6f 75 73 65 20 62 75 74 74 6f | any mouse butto| 00000ee0 6e 20 74 6f 20 67 65 74 20 62 61 63 6b 20 74 6f |n to get back to| 00000ef0 20 74 68 65 0a 20 20 20 44 65 73 6b 74 6f 70 2e | the. Desktop.| 00000f00 0a 0a 35 2e 20 43 68 6f 69 63 65 73 2e 2e 2e 20 |..5. Choices... | 00000f10 2d 20 53 65 6c 65 63 74 20 74 68 69 73 20 6d 65 |- Select this me| 00000f20 6e 75 20 69 74 65 6d 20 74 6f 20 6f 70 65 6e 20 |nu item to open | 00000f30 74 68 65 0a 20 20 20 47 6c 6f 62 61 6c 20 43 68 |the. Global Ch| 00000f40 6f 69 63 65 73 20 77 69 6e 64 6f 77 2c 20 64 65 |oices window, de| 00000f50 73 63 72 69 62 65 64 20 62 65 6c 6f 77 2e 0a 0a |scribed below...| 00000f60 36 2e 20 51 75 69 74 20 2d 20 73 65 6c 65 63 74 |6. Quit - select| 00000f70 69 6e 67 20 74 68 69 73 20 69 74 65 6d 20 71 75 |ing this item qu| 00000f80 69 74 73 20 74 68 65 0a 20 20 20 61 70 70 6c 69 |its the. appli| 00000f90 63 61 74 69 6f 6e 2c 20 63 6c 6f 73 69 6e 67 20 |cation, closing | 00000fa0 74 68 65 20 64 69 73 70 6c 61 79 20 77 69 6e 64 |the display wind| 00000fb0 6f 77 20 61 6e 64 0a 20 20 20 72 65 6c 65 61 73 |ow and. releas| 00000fc0 69 6e 67 20 61 6e 79 20 6d 65 6d 6f 72 79 20 63 |ing any memory c| 00000fd0 6c 61 69 6d 65 64 20 62 79 20 53 77 69 66 74 4a |laimed by SwiftJ| 00000fe0 50 45 47 0a 20 20 20 69 74 73 65 6c 66 2e 20 4e |PEG. itself. N| 00000ff0 6f 74 65 20 68 6f 77 65 76 65 72 20 74 68 61 74 |ote however that| 00001000 20 74 68 65 20 53 70 72 69 74 65 45 78 74 65 6e | the SpriteExten| 00001010 64 0a 20 20 20 6d 6f 64 75 6c 65 20 69 73 20 6f |d. module is o| 00001020 62 76 69 6f 75 73 6c 79 20 2a 6e 6f 74 2a 20 72 |bviously *not* r| 00001030 65 6d 6f 76 65 64 20 77 68 65 6e 20 79 6f 75 20 |emoved when you | 00001040 51 75 69 74 0a 20 20 20 61 6e 64 20 61 6e 79 20 |Quit. and any | 00001050 6d 65 6d 6f 72 79 20 69 6e 20 44 79 6e 61 6d 69 |memory in Dynami| 00001060 63 20 41 72 65 61 73 20 6f 72 20 74 68 65 20 52 |c Areas or the R| 00001070 4d 41 20 74 68 61 74 0a 20 20 20 74 68 65 20 6d |MA that. the m| 00001080 6f 64 75 6c 65 20 6d 61 79 20 68 61 76 65 20 63 |odule may have c| 00001090 6c 61 69 6d 65 64 20 77 69 6c 6c 2c 20 63 6f 6e |laimed will, con| 000010a0 73 65 71 75 65 6e 74 6c 79 2c 0a 20 20 20 73 74 |sequently,. st| 000010b0 69 6c 6c 20 62 65 20 69 6e 20 75 73 65 2e 0a 0a |ill be in use...| 000010c0 57 68 65 6e 20 79 6f 75 20 66 69 72 73 74 20 6c |When you first l| 000010d0 6f 61 64 20 61 20 4a 50 45 47 20 66 69 6c 65 20 |oad a JPEG file | 000010e0 79 6f 75 20 77 69 6c 6c 20 6e 6f 74 69 63 65 0a |you will notice.| 000010f0 74 68 61 74 20 74 68 65 20 64 69 73 70 6c 61 79 |that the display| 00001100 20 77 69 6e 64 6f 77 20 61 70 70 65 61 72 73 20 | window appears | 00001110 63 65 6e 74 65 72 65 64 20 6f 6e 20 74 68 65 0a |centered on the.| 00001120 73 63 72 65 65 6e 20 61 6e 64 20 61 73 20 6c 61 |screen and as la| 00001130 72 67 65 20 61 73 20 69 74 20 63 61 6e 20 67 65 |rge as it can ge| 00001140 74 2e 20 4c 6f 61 64 69 6e 67 20 61 20 6e 65 77 |t. Loading a new| 00001150 0a 70 69 63 74 75 72 65 20 77 68 65 6e 20 74 68 |.picture when th| 00001160 61 74 20 77 69 6e 64 6f 77 20 69 73 20 73 74 69 |at window is sti| 00001170 6c 6c 20 6f 70 65 6e 20 77 69 6c 6c 20 74 68 65 |ll open will the| 00001180 6e 0a 64 69 73 70 6c 61 79 20 74 68 61 74 20 70 |n.display that p| 00001190 69 63 74 75 72 65 20 69 6e 20 74 68 65 20 73 61 |icture in the sa| 000011a0 6d 65 20 77 69 6e 64 6f 77 2c 20 77 69 74 68 6f |me window, witho| 000011b0 75 74 0a 72 65 2d 63 65 6e 74 65 72 69 6e 67 20 |ut.re-centering | 000011c0 69 74 20 6f 72 20 61 6c 74 65 72 69 6e 67 20 69 |it or altering i| 000011d0 74 73 20 73 69 7a 65 20 28 75 6e 6c 65 73 73 20 |ts size (unless | 000011e0 74 68 65 0a 6e 65 77 20 70 69 63 74 75 72 65 20 |the.new picture | 000011f0 69 73 20 73 6d 61 6c 6c 65 72 20 74 68 61 6e 20 |is smaller than | 00001200 74 68 65 20 77 69 6e 64 6f 77 20 64 69 73 70 6c |the window displ| 00001210 61 79 65 64 29 2e 0a 54 68 69 73 20 69 73 20 74 |ayed)..This is t| 00001220 6f 20 61 6c 6c 6f 77 20 27 62 72 6f 77 73 69 6e |o allow 'browsin| 00001230 67 27 20 77 68 65 72 65 20 61 20 66 69 6c 65 72 |g' where a filer| 00001240 20 77 69 6e 64 6f 77 0a 77 69 74 68 20 61 20 67 | window.with a g| 00001250 72 6f 75 70 20 6f 66 20 70 69 63 74 75 72 65 73 |roup of pictures| 00001260 20 69 73 20 70 6c 61 63 65 64 20 6e 65 78 74 20 | is placed next | 00001270 74 6f 20 74 68 65 0a 64 69 73 70 6c 61 79 20 77 |to the.display w| 00001280 69 6e 64 6f 77 3b 20 74 68 65 72 65 27 73 20 6e |indow; there's n| 00001290 6f 74 68 69 6e 67 20 6d 6f 72 65 20 61 6e 6e 6f |othing more anno| 000012a0 79 69 6e 67 20 74 68 61 6e 0a 68 61 76 69 6e 67 |ying than.having| 000012b0 20 74 6f 20 6b 65 65 70 20 6d 6f 76 69 6e 67 20 | to keep moving | 000012c0 74 68 65 20 64 69 73 70 6c 61 79 20 77 69 6e 64 |the display wind| 000012d0 6f 77 20 6f 75 74 20 74 68 65 0a 77 61 79 20 62 |ow out the.way b| 000012e0 65 63 61 75 73 65 20 69 74 20 70 75 74 73 20 69 |ecause it puts i| 000012f0 74 73 65 6c 66 20 62 61 63 6b 20 69 6e 20 74 68 |tself back in th| 00001300 65 20 6d 69 64 64 6c 65 20 61 6c 6c 0a 74 68 65 |e middle all.the| 00001310 20 74 69 6d 65 20 28 61 73 20 69 6e 20 43 68 61 | time (as in Cha| 00001320 6e 67 65 46 53 49 29 21 20 49 66 20 79 6f 75 20 |ngeFSI)! If you | 00001330 63 6c 6f 73 65 20 74 68 65 0a 64 69 73 70 6c 61 |close the.displa| 00001340 79 20 77 69 6e 64 6f 77 2c 20 68 6f 77 65 76 65 |y window, howeve| 00001350 72 2c 20 62 65 66 6f 72 65 20 6c 6f 61 64 69 6e |r, before loadin| 00001360 67 20 61 20 6e 65 77 0a 70 69 63 74 75 72 65 2c |g a new.picture,| 00001370 20 74 68 65 6e 20 69 74 20 2a 77 69 6c 6c 2a 20 | then it *will* | 00001380 62 65 20 6f 70 65 6e 65 64 20 74 6f 20 6d 61 78 |be opened to max| 00001390 69 6d 75 6d 20 73 69 7a 65 0a 61 6e 64 20 70 6c |imum size.and pl| 000013a0 61 63 65 64 20 69 6e 20 74 68 65 20 63 65 6e 74 |aced in the cent| 000013b0 65 72 20 6f 66 20 74 68 65 20 73 63 72 65 65 6e |er of the screen| 000013c0 2c 20 6a 75 73 74 20 61 73 0a 77 68 65 6e 20 79 |, just as.when y| 000013d0 6f 75 20 6c 6f 61 64 20 61 20 70 69 63 74 75 72 |ou load a pictur| 000013e0 65 20 66 6f 72 20 74 68 65 20 66 69 72 73 74 20 |e for the first | 000013f0 74 69 6d 65 2e 0a 0a 43 6c 6f 73 69 6e 67 20 74 |time...Closing t| 00001400 68 65 20 64 69 73 70 6c 61 79 20 77 69 6e 64 6f |he display windo| 00001410 77 20 77 69 74 68 20 74 68 65 20 41 64 6a 75 73 |w with the Adjus| 00001420 74 20 62 75 74 74 6f 6e 0a 72 61 74 68 65 72 20 |t button.rather | 00001430 74 68 61 6e 20 53 65 6c 65 63 74 20 77 69 6c 6c |than Select will| 00001440 20 72 65 2d 6f 70 65 6e 20 74 68 65 20 46 69 6c | re-open the Fil| 00001450 65 72 20 77 69 6e 64 6f 77 0a 66 72 6f 6d 20 77 |er window.from w| 00001460 68 69 63 68 20 74 68 65 20 70 69 63 74 75 72 65 |hich the picture| 00001470 20 77 61 73 20 6c 6f 61 64 65 64 2c 20 69 66 20 | was loaded, if | 00001480 69 74 20 69 73 20 6e 6f 74 0a 61 6c 72 65 61 64 |it is not.alread| 00001490 79 20 6f 70 65 6e 2e 20 54 6f 20 6f 70 65 6e 20 |y open. To open | 000014a0 74 68 65 20 46 69 6c 65 72 20 77 69 6e 64 6f 77 |the Filer window| 000014b0 20 62 75 74 20 6e 6f 74 0a 63 6c 6f 73 65 20 74 | but not.close t| 000014c0 68 65 20 44 69 73 70 6c 61 79 20 77 69 6e 64 6f |he Display windo| 000014d0 77 2c 20 68 6f 6c 64 20 64 6f 77 6e 20 65 69 74 |w, hold down eit| 000014e0 68 65 72 20 53 68 69 66 74 0a 6b 65 79 20 61 6e |her Shift.key an| 000014f0 64 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 63 |d click on the c| 00001500 6c 6f 73 65 20 69 63 6f 6e 20 77 69 74 68 20 41 |lose icon with A| 00001510 64 6a 75 73 74 20 28 74 68 69 73 0a 62 65 68 61 |djust (this.beha| 00001520 76 69 6f 75 72 20 69 73 20 73 74 61 6e 64 61 72 |viour is standar| 00001530 64 20 61 6d 6f 6e 67 73 74 20 6d 61 6e 79 20 52 |d amongst many R| 00001540 49 53 43 20 4f 53 0a 61 70 70 6c 69 63 61 74 69 |ISC OS.applicati| 00001550 6f 6e 73 29 2e 0a 0a 0a 2a 2a 20 47 6c 6f 62 61 |ons)....** Globa| 00001560 6c 20 43 68 6f 69 63 65 73 0a 0a 0a 54 68 65 20 |l Choices...The | 00001570 47 6c 6f 62 61 6c 20 43 68 6f 69 63 65 73 20 77 |Global Choices w| 00001580 69 6e 64 6f 77 20 69 73 20 64 69 76 69 64 65 64 |indow is divided| 00001590 20 69 6e 74 6f 20 74 68 72 65 65 0a 73 65 63 74 | into three.sect| 000015a0 69 6f 6e 73 3b 20 44 69 74 68 65 72 69 6e 67 2c |ions; Dithering,| 000015b0 20 46 75 6c 6c 20 53 63 72 65 65 6e 20 61 6e 64 | Full Screen and| 000015c0 20 4d 69 73 63 65 6c 6c 61 6e 65 6f 75 73 2e 0a | Miscellaneous..| 000015d0 54 68 65 73 65 20 61 72 65 20 64 65 73 63 72 69 |These are descri| 000015e0 62 65 64 20 62 65 6c 6f 77 2e 20 4e 6f 74 65 20 |bed below. Note | 000015f0 61 6e 79 20 63 68 61 6e 67 65 73 20 79 6f 75 0a |any changes you.| 00001600 6d 61 6b 65 20 69 6e 20 74 68 65 20 77 69 6e 64 |make in the wind| 00001610 6f 77 20 6f 6e 6c 79 20 74 61 6b 65 20 65 66 66 |ow only take eff| 00001620 65 63 74 20 77 68 65 6e 20 79 6f 75 20 63 6c 69 |ect when you cli| 00001630 63 6b 0a 6f 6e 20 74 68 65 20 27 4f 4b 27 20 69 |ck.on the 'OK' i| 00001640 63 6f 6e 20 28 73 65 65 20 62 65 6c 6f 77 29 2e |con (see below).| 00001650 0a 0a 31 2e 20 44 69 74 68 65 72 69 6e 67 0a 0a |..1. Dithering..| 00001660 54 68 69 73 20 61 6c 6c 6f 77 73 20 79 6f 75 20 |This allows you | 00001670 74 6f 20 73 65 74 20 74 68 65 20 64 69 74 68 65 |to set the dithe| 00001680 72 69 6e 67 20 6f 70 74 69 6f 6e 73 2e 0a 44 69 |ring options..Di| 00001690 74 68 65 72 69 6e 67 20 69 73 20 61 20 70 72 6f |thering is a pro| 000016a0 63 65 73 73 20 77 68 65 72 65 2c 20 69 6e 20 74 |cess where, in t| 000016b0 68 65 20 65 76 65 6e 74 20 74 68 61 74 20 61 0a |he event that a.| 000016c0 70 61 72 74 69 63 75 6c 61 72 20 63 6f 6c 6f 75 |particular colou| 000016d0 72 20 69 6e 20 74 68 65 20 70 69 63 74 75 72 65 |r in the picture| 000016e0 20 69 73 20 6e 6f 74 20 61 76 61 69 6c 61 62 6c | is not availabl| 000016f0 65 0a 66 6f 72 20 64 69 73 70 6c 61 79 20 6f 6e |e.for display on| 00001700 20 74 68 65 20 73 63 72 65 65 6e 20 28 66 6f 72 | the screen (for| 00001710 20 65 78 61 6d 70 6c 65 20 74 68 65 20 73 74 61 | example the sta| 00001720 6e 64 61 72 64 0a 44 65 73 6b 74 6f 70 20 31 36 |ndard.Desktop 16| 00001730 20 63 6f 6c 6f 75 72 20 70 61 6c 65 74 74 65 20 | colour palette | 00001740 64 6f 65 73 6e 27 74 20 69 6e 63 6c 75 64 65 20 |doesn't include | 00001750 62 72 6f 77 6e 29 2c 0a 74 68 65 20 63 6f 6d 70 |brown),.the comp| 00001760 75 74 65 72 20 77 69 6c 6c 20 75 73 65 20 73 70 |uter will use sp| 00001770 65 63 6b 6c 65 64 20 61 72 72 61 6e 67 65 6d 65 |eckled arrangeme| 00001780 6e 74 73 20 6f 66 0a 63 6f 6c 6f 75 72 73 20 74 |nts of.colours t| 00001790 6f 20 63 72 65 61 74 65 20 61 20 27 6d 69 78 69 |o create a 'mixi| 000017a0 6e 67 27 20 65 66 66 65 63 74 20 61 6e 64 20 74 |ng' effect and t| 000017b0 72 79 20 74 6f 0a 72 65 70 72 65 73 65 6e 74 20 |ry to.represent | 000017c0 74 68 65 20 63 6f 6c 6f 75 72 2e 20 46 6f 72 20 |the colour. For | 000017d0 65 78 61 6d 70 6c 65 20 69 66 20 6f 72 61 6e 67 |example if orang| 000017e0 65 20 77 61 73 6e 27 74 0a 61 76 61 69 6c 61 62 |e wasn't.availab| 000017f0 6c 65 2c 20 61 20 73 70 65 63 6b 6c 65 64 20 70 |le, a speckled p| 00001800 61 74 74 65 72 6e 20 6f 66 20 72 65 64 20 61 6e |attern of red an| 00001810 64 20 79 65 6c 6c 6f 77 0a 6d 69 67 68 74 20 62 |d yellow.might b| 00001820 65 20 75 73 65 64 2c 20 6f 72 20 67 72 65 65 6e |e used, or green| 00001830 20 61 6e 64 20 72 65 64 20 74 6f 20 67 69 76 65 | and red to give| 00001840 20 62 72 6f 77 6e 2e 0a 0a 54 68 69 73 20 70 72 | brown...This pr| 00001850 6f 63 65 73 73 20 73 6c 6f 77 73 20 64 6f 77 6e |ocess slows down| 00001860 20 74 68 65 20 70 6c 6f 74 74 69 6e 67 20 70 72 | the plotting pr| 00001870 6f 63 65 73 73 20 6f 66 20 74 68 65 0a 69 6d 61 |ocess of the.ima| 00001880 67 65 20 62 79 20 76 61 72 79 69 6e 67 20 64 65 |ge by varying de| 00001890 67 72 65 65 73 2c 20 68 65 6e 63 65 20 69 74 20 |grees, hence it | 000018a0 63 61 6e 20 62 65 20 74 75 72 6e 65 64 0a 6f 66 |can be turned.of| 000018b0 66 20 62 79 20 73 65 6c 65 63 74 69 6e 67 20 74 |f by selecting t| 000018c0 68 65 20 27 4e 6f 6e 65 27 20 69 63 6f 6e 2e 20 |he 'None' icon. | 000018d0 41 6c 74 65 72 6e 61 74 69 76 65 6c 79 2c 20 61 |Alternatively, a| 000018e0 0a 66 61 73 74 20 28 61 6e 64 20 69 6e 61 63 63 |.fast (and inacc| 000018f0 75 72 61 74 65 29 20 6f 72 20 61 20 73 6c 6f 77 |urate) or a slow| 00001900 65 72 20 28 62 75 74 20 6d 6f 72 65 0a 61 63 63 |er (but more.acc| 00001910 75 72 61 74 65 29 20 6d 65 74 68 6f 64 20 63 61 |urate) method ca| 00001920 6e 20 62 65 20 75 73 65 64 2e 20 49 66 20 79 6f |n be used. If yo| 00001930 75 20 61 72 65 20 64 69 73 70 6c 61 79 69 6e 67 |u are displaying| 00001940 0a 74 68 65 20 70 69 63 74 75 72 65 20 69 6e 20 |.the picture in | 00001950 61 6e 79 74 68 69 6e 67 20 6f 74 68 65 72 20 74 |anything other t| 00001960 68 61 6e 20 61 20 32 35 36 20 63 6f 6c 6f 75 72 |han a 256 colour| 00001970 0a 28 6e 6f 74 20 32 35 36 20 67 72 65 79 73 63 |.(not 256 greysc| 00001980 61 6c 65 21 29 20 6d 6f 64 65 2c 20 74 68 65 72 |ale!) mode, ther| 00001990 65 20 77 69 6c 6c 20 62 65 20 6e 6f 20 76 69 73 |e will be no vis| 000019a0 69 62 6c 65 0a 64 69 66 66 65 72 65 6e 63 65 20 |ible.difference | 000019b0 6f 72 20 73 70 65 65 64 20 64 69 66 66 65 72 65 |or speed differe| 000019c0 6e 63 65 20 62 65 74 77 65 65 6e 20 74 68 65 20 |nce between the | 000019d0 74 77 6f 2e 20 46 6f 72 0a 32 35 36 20 63 6f 6c |two. For.256 col| 000019e0 6f 75 72 20 6d 6f 64 65 73 20 74 68 65 72 65 20 |our modes there | 000019f0 69 73 20 61 20 62 69 67 20 73 70 65 65 64 20 64 |is a big speed d| 00001a00 69 66 66 65 72 65 6e 63 65 2c 0a 62 75 74 20 74 |ifference,.but t| 00001a10 68 65 20 69 6d 61 67 65 20 71 75 61 6c 69 74 79 |he image quality| 00001a20 20 6f 66 20 74 68 65 20 66 61 73 74 65 72 20 6f | of the faster o| 00001a30 70 74 69 6f 6e 20 69 73 0a 66 61 69 72 6c 79 20 |ption is.fairly | 00001a40 70 6f 6f 72 20 28 79 65 74 20 73 74 69 6c 6c 20 |poor (yet still | 00001a50 62 65 74 74 65 72 20 74 68 61 6e 20 77 69 74 68 |better than with| 00001a60 20 6e 6f 0a 64 69 74 68 65 72 69 6e 67 29 2e 20 | no.dithering). | 00001a70 42 79 20 64 65 66 61 75 6c 74 20 74 68 65 20 73 |By default the s| 00001a80 6c 6f 77 65 72 20 6f 70 74 69 6f 6e 20 69 73 20 |lower option is | 00001a90 6f 6e 0a 62 65 63 61 75 73 65 20 69 74 20 67 69 |on.because it gi| 00001aa0 76 65 73 20 61 20 62 65 74 74 65 72 20 71 75 61 |ves a better qua| 00001ab0 6c 69 74 79 20 69 6d 61 67 65 2e 0a 0a 49 6e 20 |lity image...In | 00001ac0 61 20 31 36 20 6d 69 6c 6c 69 6f 6e 20 63 6f 6c |a 16 million col| 00001ad0 6f 75 72 20 6d 6f 64 65 2c 20 74 68 65 20 64 69 |our mode, the di| 00001ae0 74 68 65 72 69 6e 67 20 73 65 74 74 69 6e 67 0a |thering setting.| 00001af0 69 73 20 69 72 72 65 6c 65 76 61 6e 74 20 61 6e |is irrelevant an| 00001b00 64 20 69 73 20 69 67 6e 6f 72 65 64 20 62 65 63 |d is ignored bec| 00001b10 61 75 73 65 20 74 68 65 20 63 6f 6d 70 75 74 65 |ause the compute| 00001b20 72 0a 63 61 6e 20 64 69 73 70 6c 61 79 20 61 6c |r.can display al| 00001b30 6c 20 74 68 65 20 63 6f 6c 6f 75 72 73 20 74 68 |l the colours th| 00001b40 61 74 20 69 74 20 69 73 20 70 6f 73 73 69 62 6c |at it is possibl| 00001b50 65 20 74 6f 0a 73 74 6f 72 65 20 69 6e 20 74 68 |e to.store in th| 00001b60 65 20 4a 50 45 47 20 66 69 6c 65 2e 0a 0a 59 6f |e JPEG file...Yo| 00001b70 75 20 6d 61 79 20 6e 6f 74 69 63 65 20 74 68 61 |u may notice tha| 00001b80 74 20 69 6e 20 31 36 20 63 6f 6c 6f 75 72 20 6d |t in 16 colour m| 00001b90 6f 64 65 73 2c 20 74 68 65 20 69 6d 61 67 65 0a |odes, the image.| 00001ba0 69 73 20 64 69 73 70 6c 61 79 65 64 20 69 6e 20 |is displayed in | 00001bb0 67 72 65 79 73 63 61 6c 65 73 20 65 76 65 6e 20 |greyscales even | 00001bc0 74 68 6f 75 67 68 20 65 69 67 68 74 0a 63 6f 6c |though eight.col| 00001bd0 6f 75 72 73 20 61 73 20 77 65 6c 6c 20 61 73 20 |ours as well as | 00001be0 65 69 67 68 74 20 67 72 65 79 73 63 61 6c 65 73 |eight greyscales| 00001bf0 20 61 72 65 20 61 76 61 69 6c 61 62 6c 65 2e 0a | are available..| 00001c00 54 68 69 73 20 69 73 20 70 65 72 66 65 63 74 6c |This is perfectl| 00001c10 79 20 6e 6f 72 6d 61 6c 20 62 75 74 20 63 61 6e |y normal but can| 00001c20 6e 6f 74 20 62 65 20 63 68 61 6e 67 65 64 20 28 |not be changed (| 00001c30 69 74 0a 69 73 20 61 20 66 75 6e 63 74 69 6f 6e |it.is a function| 00001c40 20 6f 66 20 74 68 65 20 53 70 72 69 74 65 45 78 | of the SpriteEx| 00001c50 74 65 6e 64 20 4a 50 45 47 20 72 6f 75 74 69 6e |tend JPEG routin| 00001c60 65 73 0a 74 68 65 6d 73 65 6c 76 65 73 2c 20 72 |es.themselves, r| 00001c70 61 74 68 65 72 20 74 68 61 6e 20 73 6f 6d 65 74 |ather than somet| 00001c80 68 69 6e 67 20 53 77 69 66 74 4a 50 45 47 20 69 |hing SwiftJPEG i| 00001c90 73 0a 64 6f 69 6e 67 29 2e 0a 0a 32 2e 20 46 75 |s.doing)...2. Fu| 00001ca0 6c 6c 20 53 63 72 65 65 6e 0a 0a 57 68 65 6e 20 |ll Screen..When | 00001cb0 79 6f 75 20 64 69 73 70 6c 61 79 20 61 20 70 69 |you display a pi| 00001cc0 63 74 75 72 65 20 46 75 6c 6c 20 53 63 72 65 65 |cture Full Scree| 00001cd0 6e 20 75 73 69 6e 67 20 74 68 65 0a 27 46 75 6c |n using the.'Ful| 00001ce0 6c 20 53 63 72 65 65 6e 2e 2e 2e 27 20 6d 65 6e |l Screen...' men| 00001cf0 75 20 6f 70 74 69 6f 6e 2c 20 68 6f 77 20 64 6f |u option, how do| 00001d00 65 73 20 53 77 69 66 74 4a 50 45 47 0a 64 65 63 |es SwiftJPEG.dec| 00001d10 69 64 65 20 77 68 69 63 68 20 73 63 72 65 65 6e |ide which screen| 00001d20 20 6d 6f 64 65 20 74 6f 20 64 69 73 70 6c 61 79 | mode to display| 00001d30 20 69 74 20 69 6e 3f 20 54 68 69 73 0a 73 65 63 | it in? This.sec| 00001d40 74 69 6f 6e 20 61 6c 6c 6f 77 73 20 79 6f 75 20 |tion allows you | 00001d50 74 6f 20 63 68 6f 6f 73 65 2e 0a 0a 49 66 20 79 |to choose...If y| 00001d60 6f 75 20 65 6e 73 75 72 65 20 74 68 61 74 20 2a |ou ensure that *| 00001d70 6e 6f 6e 65 2a 20 6f 66 20 74 68 65 20 74 68 72 |none* of the thr| 00001d80 65 65 20 6f 70 74 69 6f 6e 73 20 69 6e 0a 74 68 |ee options in.th| 00001d90 65 20 73 65 63 74 69 6f 6e 20 69 73 20 73 65 6c |e section is sel| 00001da0 65 63 74 65 64 20 28 62 79 20 73 69 6d 70 6c 79 |ected (by simply| 00001db0 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 | clicking on the| 00001dc0 0a 63 75 72 72 65 6e 74 6c 79 20 73 65 6c 65 63 |.currently selec| 00001dd0 74 65 64 20 6f 70 74 69 6f 6e 2c 20 77 68 69 63 |ted option, whic| 00001de0 68 20 77 69 6c 6c 20 27 75 6e 73 65 6c 65 63 74 |h will 'unselect| 00001df0 27 0a 69 74 29 2c 20 74 68 65 6e 20 77 68 61 74 |'.it), then what| 00001e00 65 76 65 72 20 6d 6f 64 65 20 79 6f 75 20 61 72 |ever mode you ar| 00001e10 65 20 75 73 69 6e 67 20 69 6e 20 74 68 65 0a 44 |e using in the.D| 00001e20 65 73 6b 74 6f 70 20 77 69 6c 6c 20 62 65 20 75 |esktop will be u| 00001e30 73 65 64 20 74 6f 20 64 69 73 70 6c 61 79 20 74 |sed to display t| 00001e40 68 65 20 70 69 63 74 75 72 65 2e 20 54 68 69 73 |he picture. This| 00001e50 0a 62 61 73 69 63 61 6c 6c 79 20 61 6c 6c 6f 77 |.basically allow| 00001e60 73 20 79 6f 75 20 74 6f 20 70 69 63 6b 20 73 70 |s you to pick sp| 00001e70 65 63 69 66 69 63 20 6d 6f 64 65 73 20 74 6f 20 |ecific modes to | 00001e80 73 65 65 0a 77 68 61 74 20 70 69 63 74 75 72 65 |see.what picture| 00001e90 73 20 6c 6f 6f 6b 20 6c 69 6b 65 20 69 6e 20 74 |s look like in t| 00001ea0 68 65 6d 2e 0a 0a 49 66 20 79 6f 75 20 73 65 6c |hem...If you sel| 00001eb0 65 63 74 20 27 42 65 73 74 20 66 69 74 20 74 6f |ect 'Best fit to| 00001ec0 20 70 69 63 74 75 72 65 27 20 28 74 68 69 73 20 | picture' (this | 00001ed0 69 73 0a 73 65 6c 65 63 74 65 64 20 62 79 20 64 |is.selected by d| 00001ee0 65 66 61 75 6c 74 29 20 74 68 65 6e 20 61 20 73 |efault) then a s| 00001ef0 63 72 65 65 6e 20 6d 6f 64 65 20 6c 61 72 67 65 |creen mode large| 00001f00 72 0a 74 68 61 6e 2c 20 62 75 74 20 6f 66 20 63 |r.than, but of c| 00001f10 6c 6f 73 65 73 74 20 73 69 7a 65 20 74 6f 2c 20 |losest size to, | 00001f20 74 68 65 20 70 69 63 74 75 72 65 20 79 6f 75 20 |the picture you | 00001f30 61 72 65 0a 76 69 65 77 69 6e 67 20 77 69 6c 6c |are.viewing will| 00001f40 20 62 65 20 73 65 6c 65 63 74 65 64 2e 20 54 68 | be selected. Th| 00001f50 69 73 20 63 6f 6e 73 65 71 75 65 6e 74 6c 79 0a |is consequently.| 00001f60 6d 61 78 69 6d 69 73 65 73 20 74 68 65 20 64 69 |maximises the di| 00001f70 73 70 6c 61 79 65 64 20 73 69 7a 65 20 6f 66 20 |splayed size of | 00001f80 74 68 65 20 70 69 63 74 75 72 65 20 6f 6e 20 74 |the picture on t| 00001f90 68 65 0a 73 63 72 65 65 6e 2e 20 54 68 65 20 67 |he.screen. The g| 00001fa0 72 65 61 74 65 73 74 20 63 6f 6c 6f 75 72 20 64 |reatest colour d| 00001fb0 65 70 74 68 20 61 76 61 69 6c 61 62 6c 65 20 66 |epth available f| 00001fc0 6f 72 0a 74 68 61 74 20 72 65 73 6f 6c 75 74 69 |or.that resoluti| 00001fd0 6f 6e 20 77 69 6c 6c 20 62 65 20 73 65 6c 65 63 |on will be selec| 00001fe0 74 65 64 2c 20 62 75 74 20 73 69 7a 65 20 74 61 |ted, but size ta| 00001ff0 6b 65 73 0a 70 72 65 63 65 64 65 6e 63 65 20 28 |kes.precedence (| 00002000 69 2e 65 2e 20 61 20 31 35 30 30 78 31 31 32 30 |i.e. a 1500x1120| 00002010 20 70 69 78 65 6c 20 70 69 63 74 75 72 65 20 77 | pixel picture w| 00002020 6f 75 6c 64 20 62 65 0a 64 69 73 70 6c 61 79 65 |ould be.displaye| 00002030 64 20 69 6e 20 61 20 72 65 73 6f 6c 75 74 69 6f |d in a resolutio| 00002040 6e 20 6f 66 20 31 36 30 30 78 31 32 30 30 20 70 |n of 1600x1200 p| 00002050 69 78 65 6c 73 2c 20 65 76 65 6e 0a 74 68 6f 75 |ixels, even.thou| 00002060 67 68 20 74 68 65 72 65 20 77 69 6c 6c 20 62 65 |gh there will be| 00002070 20 6f 74 68 65 72 20 72 65 73 6f 6c 75 74 69 6f | other resolutio| 00002080 6e 73 20 74 68 61 74 20 61 6c 6c 6f 77 0a 6d 6f |ns that allow.mo| 00002090 72 65 20 63 6f 6c 6f 75 72 73 20 6f 6e 20 73 63 |re colours on sc| 000020a0 72 65 65 6e 20 61 74 20 6f 6e 63 65 29 2e 20 54 |reen at once). T| 000020b0 68 69 73 20 69 73 20 61 20 75 73 65 66 75 6c 0a |his is a useful.| 000020c0 27 67 65 6e 65 72 61 6c 20 70 75 72 70 6f 73 65 |'general purpose| 000020d0 27 20 6d 65 74 68 6f 64 2e 0a 0a 54 68 65 20 27 |' method...The '| 000020e0 55 73 65 20 62 69 67 67 65 73 74 27 20 6d 65 74 |Use biggest' met| 000020f0 68 6f 64 20 73 63 61 6e 73 20 74 68 65 20 6d 6f |hod scans the mo| 00002100 64 65 73 20 61 76 61 69 6c 61 62 6c 65 0a 6f 6e |des available.on| 00002110 20 79 6f 75 72 20 73 79 73 74 65 6d 20 61 6e 64 | your system and| 00002120 20 63 68 6f 6f 73 65 73 20 74 68 65 20 68 69 67 | chooses the hig| 00002130 68 65 73 74 20 72 65 73 6f 6c 75 74 69 6f 6e 0a |hest resolution.| 00002140 6f 6e 65 2c 20 72 65 67 61 72 64 6c 65 73 73 20 |one, regardless | 00002150 6f 66 20 63 6f 6c 6f 75 72 20 64 65 70 74 68 2c |of colour depth,| 00002160 20 61 6e 64 20 61 6c 77 61 79 73 0a 64 69 73 70 | and always.disp| 00002170 6c 61 79 73 20 70 69 63 74 75 72 65 73 20 69 6e |lays pictures in| 00002180 20 74 68 61 74 20 72 65 73 6f 6c 75 74 69 6f 6e | that resolution| 00002190 2e 20 53 6f 20 6f 6e 20 61 20 31 4d 62 0a 56 52 |. So on a 1Mb.VR| 000021a0 41 4d 20 6d 61 63 68 69 6e 65 20 69 74 20 77 6f |AM machine it wo| 000021b0 75 6c 64 20 63 68 6f 6f 73 65 20 31 36 30 30 78 |uld choose 1600x| 000021c0 31 32 30 30 78 31 36 20 63 6f 6c 6f 75 72 73 0a |1200x16 colours.| 000021d0 28 69 66 20 61 20 31 36 30 30 78 31 32 30 30 20 |(if a 1600x1200 | 000021e0 6d 6f 64 65 20 69 73 20 64 65 66 69 6e 65 64 20 |mode is defined | 000021f0 6f 6e 20 79 6f 75 72 20 6d 61 63 68 69 6e 65 29 |on your machine)| 00002200 2c 0a 6f 72 20 6f 6e 20 61 20 32 4d 62 20 56 52 |,.or on a 2Mb VR| 00002210 41 4d 20 6d 61 63 68 69 6e 65 20 69 74 20 77 6f |AM machine it wo| 00002220 75 6c 64 20 63 68 6f 6f 73 65 0a 31 36 30 30 78 |uld choose.1600x| 00002230 31 32 30 30 78 32 35 36 20 63 6f 6c 6f 75 72 73 |1200x256 colours| 00002240 2e 0a 0a 54 68 65 20 27 55 73 65 20 6d 6f 73 74 |...The 'Use most| 00002250 20 63 6f 6c 6f 75 72 66 75 6c 27 20 6d 65 74 68 | colourful' meth| 00002260 6f 64 20 73 63 61 6e 73 20 74 68 65 20 6d 6f 64 |od scans the mod| 00002270 65 73 0a 61 76 61 69 6c 61 62 6c 65 20 61 6e 64 |es.available and| 00002280 20 63 68 6f 6f 73 65 73 20 74 68 65 20 6f 6e 65 | chooses the one| 00002290 20 77 69 74 68 20 74 68 65 20 6c 61 72 67 65 73 | with the larges| 000022a0 74 0a 6e 75 6d 62 65 72 20 6f 66 20 63 6f 6c 6f |t.number of colo| 000022b0 75 72 73 20 61 76 61 69 6c 61 62 6c 65 20 28 70 |urs available (p| 000022c0 69 63 6b 69 6e 67 20 74 68 65 20 68 69 67 68 65 |icking the highe| 000022d0 73 74 0a 72 65 73 6f 6c 75 74 69 6f 6e 20 6d 6f |st.resolution mo| 000022e0 64 65 20 66 72 6f 6d 20 74 68 61 74 20 73 65 74 |de from that set| 000022f0 29 2e 20 53 6f 20 6f 6e 20 61 20 6d 61 63 68 69 |). So on a machi| 00002300 6e 65 0a 77 69 74 68 20 31 4d 62 20 56 52 41 4d |ne.with 1Mb VRAM| 00002310 20 69 74 20 77 6f 75 6c 64 20 63 68 6f 6f 73 65 | it would choose| 00002320 20 36 34 30 78 34 38 30 78 31 36 20 6d 69 6c 6c | 640x480x16 mill| 00002330 69 6f 6e 0a 63 6f 6c 6f 75 72 73 2c 20 6f 6e 20 |ion.colours, on | 00002340 61 20 32 4d 62 20 56 52 41 4d 20 6d 61 63 68 69 |a 2Mb VRAM machi| 00002350 6e 65 20 69 74 20 77 6f 75 6c 64 20 63 68 6f 6f |ne it would choo| 00002360 73 65 0a 38 30 30 78 36 30 30 78 31 36 20 6d 69 |se.800x600x16 mi| 00002370 6c 6c 69 6f 6e 20 63 6f 6c 6f 75 72 73 2e 0a 0a |llion colours...| 00002380 33 2e 20 4d 69 73 63 65 6c 6c 61 6e 65 6f 75 73 |3. Miscellaneous| 00002390 0a 0a 57 68 65 6e 20 79 6f 75 20 6c 6f 61 64 20 |..When you load | 000023a0 61 20 4a 50 45 47 20 66 69 6c 65 2c 20 69 74 20 |a JPEG file, it | 000023b0 69 73 20 64 69 73 70 6c 61 79 65 64 20 69 6e 20 |is displayed in | 000023c0 61 0a 77 69 6e 64 6f 77 20 6f 6e 20 74 68 65 20 |a.window on the | 000023d0 44 65 73 6b 74 6f 70 2e 20 49 66 20 79 6f 75 20 |Desktop. If you | 000023e0 77 61 6e 74 20 74 6f 20 61 75 74 6f 6d 61 74 69 |want to automati| 000023f0 63 61 6c 6c 79 0a 64 69 73 70 6c 61 79 20 74 68 |cally.display th| 00002400 65 20 70 69 63 74 75 72 65 20 69 6e 20 46 75 6c |e picture in Ful| 00002410 6c 20 53 63 72 65 65 6e 20 6d 6f 64 65 20 61 73 |l Screen mode as| 00002420 20 73 6f 6f 6e 20 61 73 0a 79 6f 75 20 6c 6f 61 | soon as.you loa| 00002430 64 20 69 74 2c 20 73 65 6c 65 63 74 20 74 68 65 |d it, select the| 00002440 20 27 53 68 6f 77 20 4a 50 45 47 20 69 6e 20 46 | 'Show JPEG in F| 00002450 75 6c 6c 20 53 63 72 65 65 6e 0a 6d 6f 64 65 20 |ull Screen.mode | 00002460 6f 6e 20 6c 6f 61 64 69 6e 67 20 69 74 27 20 6f |on loading it' o| 00002470 70 74 69 6f 6e 2e 0a 0a 57 68 65 6e 20 79 6f 75 |ption...When you| 00002480 20 72 65 74 75 72 6e 20 74 6f 20 74 68 65 20 44 | return to the D| 00002490 65 73 6b 74 6f 70 20 61 66 74 65 72 20 61 20 46 |esktop after a F| 000024a0 75 6c 6c 20 53 63 72 65 65 6e 0a 76 69 65 77 2c |ull Screen.view,| 000024b0 20 74 68 65 20 44 69 73 70 6c 61 79 20 77 69 6e | the Display win| 000024c0 64 6f 77 20 77 69 6c 6c 20 62 65 20 70 72 65 73 |dow will be pres| 000024d0 65 6e 74 20 61 6e 64 20 69 66 20 69 74 0a 77 61 |ent and if it.wa| 000024e0 73 6e 27 74 20 61 6c 72 65 61 64 79 2c 20 77 69 |sn't already, wi| 000024f0 6c 6c 20 68 61 76 65 20 6f 70 65 6e 65 64 20 69 |ll have opened i| 00002500 74 73 65 6c 66 20 75 70 20 74 6f 20 66 75 6c 6c |tself up to full| 00002510 0a 73 69 7a 65 20 61 6e 64 20 63 65 6e 74 65 72 |.size and center| 00002520 65 64 20 69 74 73 65 6c 66 20 6f 6e 20 74 68 65 |ed itself on the| 00002530 20 73 63 72 65 65 6e 2e 20 54 68 69 73 0a 72 65 | screen. This.re| 00002540 73 69 7a 69 6e 67 20 61 6e 64 20 70 6f 73 69 74 |sizing and posit| 00002550 69 6f 6e 69 6e 67 20 6f 70 65 72 61 74 69 6f 6e |ioning operation| 00002560 20 69 73 20 75 6e 61 76 6f 69 64 61 62 6c 65 2c | is unavoidable,| 00002570 0a 62 75 74 20 6d 61 79 20 62 65 20 69 72 72 69 |.but may be irri| 00002580 74 61 74 69 6e 67 20 69 6e 20 73 6f 6d 65 20 63 |tating in some c| 00002590 69 72 63 75 6d 73 74 61 6e 63 65 73 2e 20 54 6f |ircumstances. To| 000025a0 20 67 65 74 0a 72 6f 75 6e 64 20 74 68 65 20 70 | get.round the p| 000025b0 72 6f 62 6c 65 6d 2c 20 73 65 6c 65 63 74 20 74 |roblem, select t| 000025c0 68 65 20 27 43 6c 6f 73 65 20 44 69 73 70 6c 61 |he 'Close Displa| 000025d0 79 20 77 69 6e 64 6f 77 0a 61 66 74 65 72 20 46 |y window.after F| 000025e0 75 6c 6c 20 53 63 72 65 65 6e 20 76 69 65 77 27 |ull Screen view'| 000025f0 2e 20 54 68 69 73 20 77 69 6c 6c 2c 20 61 73 20 |. This will, as | 00002600 69 74 20 73 75 67 67 65 73 74 73 2c 0a 63 6c 6f |it suggests,.clo| 00002610 73 65 20 74 68 65 20 44 69 73 70 6c 61 79 20 77 |se the Display w| 00002620 69 6e 64 6f 77 20 2d 20 2a 61 6e 64 20 72 65 6d |indow - *and rem| 00002630 6f 76 65 20 74 68 65 20 70 69 63 74 75 72 65 0a |ove the picture.| 00002640 66 72 6f 6d 20 6d 65 6d 6f 72 79 2a 20 2d 20 61 |from memory* - a| 00002650 66 74 65 72 20 61 20 46 75 6c 6c 20 53 63 72 65 |fter a Full Scre| 00002660 65 6e 20 76 69 65 77 20 28 73 6f 20 6e 6f 0a 70 |en view (so no.p| 00002670 69 63 74 75 72 65 20 77 69 6c 6c 20 62 65 20 62 |icture will be b| 00002680 65 69 6e 67 20 64 69 73 70 6c 61 79 65 64 20 77 |eing displayed w| 00002690 68 65 6e 20 79 6f 75 20 72 65 74 75 72 6e 20 74 |hen you return t| 000026a0 6f 0a 74 68 65 20 44 65 73 6b 74 6f 70 29 2e 0a |o.the Desktop)..| 000026b0 0a 57 68 65 6e 20 79 6f 75 20 61 72 65 20 75 73 |.When you are us| 000026c0 69 6e 67 20 74 68 65 20 27 55 73 65 20 62 69 67 |ing the 'Use big| 000026d0 67 65 73 74 27 20 6f 72 20 27 55 73 65 20 6d 6f |gest' or 'Use mo| 000026e0 73 74 0a 63 6f 6c 6f 75 72 66 75 6c 27 20 6f 70 |st.colourful' op| 000026f0 74 69 6f 6e 73 20 6f 66 20 74 68 65 20 46 75 6c |tions of the Ful| 00002700 6c 20 53 63 72 65 65 6e 20 73 65 63 74 69 6f 6e |l Screen section| 00002710 20 28 73 65 65 0a 61 62 6f 76 65 29 2c 20 79 6f | (see.above), yo| 00002720 75 20 77 69 6c 6c 20 6e 6f 74 69 63 65 20 61 20 |u will notice a | 00002730 73 6d 61 6c 6c 20 64 65 6c 61 79 20 77 68 65 6e |small delay when| 00002740 20 62 65 66 6f 72 65 0a 74 68 65 20 70 69 63 74 | before.the pict| 00002750 75 72 65 20 61 70 70 65 61 72 73 20 74 68 65 20 |ure appears the | 00002760 66 69 72 73 74 20 74 69 6d 65 20 79 6f 75 20 75 |first time you u| 00002770 73 65 20 74 68 65 0a 6f 70 74 69 6f 6e 20 61 66 |se the.option af| 00002780 74 65 72 20 73 74 61 72 74 69 6e 67 20 53 77 69 |ter starting Swi| 00002790 66 74 4a 50 45 47 2e 20 54 68 69 73 20 64 65 6c |ftJPEG. This del| 000027a0 61 79 20 69 73 0a 63 61 75 73 65 64 20 62 79 20 |ay is.caused by | 000027b0 53 77 69 66 74 4a 50 45 47 20 68 61 76 69 6e 67 |SwiftJPEG having| 000027c0 20 74 6f 20 77 6f 72 6b 20 6f 75 74 20 74 68 65 | to work out the| 000027d0 20 62 69 67 67 65 73 74 0a 6f 72 20 6d 6f 73 74 | biggest.or most| 000027e0 20 63 6f 6c 6f 75 72 66 75 6c 20 6d 6f 64 65 20 | colourful mode | 000027f0 61 76 61 69 6c 61 62 6c 65 20 6f 6e 20 79 6f 75 |available on you| 00002800 72 20 73 79 73 74 65 6d 2e 20 42 79 0a 64 65 66 |r system. By.def| 00002810 61 75 6c 74 2c 20 53 77 69 66 74 4a 50 45 47 20 |ault, SwiftJPEG | 00002820 77 61 69 74 73 20 75 6e 74 69 6c 20 69 74 20 69 |waits until it i| 00002830 73 20 61 63 74 75 61 6c 6c 79 20 61 73 6b 65 64 |s actually asked| 00002840 0a 74 6f 20 75 73 65 20 6f 6e 65 20 6f 66 20 74 |.to use one of t| 00002850 68 65 73 65 20 64 69 73 70 6c 61 79 20 6d 65 74 |hese display met| 00002860 68 6f 64 73 20 62 65 66 6f 72 65 20 64 6f 69 6e |hods before doin| 00002870 67 0a 74 68 69 73 20 63 68 65 63 6b 2c 20 74 6f |g.this check, to| 00002880 20 61 76 6f 69 64 20 69 6e 63 72 65 61 73 69 6e | avoid increasin| 00002890 67 20 74 68 65 20 74 69 6d 65 20 69 74 20 74 61 |g the time it ta| 000028a0 6b 65 73 0a 74 68 65 20 61 70 70 6c 69 63 61 74 |kes.the applicat| 000028b0 69 6f 6e 20 74 6f 20 73 74 61 72 74 20 75 70 2e |ion to start up.| 000028c0 20 59 6f 75 20 6d 61 79 20 77 61 6e 74 20 74 6f | You may want to| 000028d0 20 65 6e 73 75 72 65 0a 53 77 69 66 74 4a 50 45 | ensure.SwiftJPE| 000028e0 47 20 64 6f 65 73 20 74 68 69 73 20 63 68 65 63 |G does this chec| 000028f0 6b 20 6f 6e 20 73 74 61 72 74 75 70 20 73 6f 20 |k on startup so | 00002900 74 68 65 72 65 20 61 72 65 0a 6e 6f 20 64 65 6c |there are.no del| 00002910 61 79 73 20 6c 61 74 65 72 20 6f 6e 2e 20 49 6e |ays later on. In| 00002920 20 74 68 69 73 20 63 61 73 65 2c 20 73 65 6c 65 | this case, sele| 00002930 63 74 20 74 68 65 20 27 57 6f 72 6b 0a 6f 75 74 |ct the 'Work.out| 00002940 20 6d 61 78 69 6d 75 6d 20 73 63 72 65 65 6e 20 | maximum screen | 00002950 6d 6f 64 65 73 20 61 74 20 73 74 61 72 74 75 70 |modes at startup| 00002960 27 20 6f 70 74 69 6f 6e 2e 0a 0a 4f 6e 63 65 20 |' option...Once | 00002970 53 77 69 66 74 4a 50 45 47 20 68 61 73 20 77 6f |SwiftJPEG has wo| 00002980 72 6b 65 64 20 6f 75 74 20 74 68 65 20 62 69 67 |rked out the big| 00002990 67 65 73 74 20 61 6e 64 2f 6f 72 0a 6d 6f 73 74 |gest and/or.most| 000029a0 20 63 6f 6c 6f 75 72 66 75 6c 20 6d 6f 64 65 2c | colourful mode,| 000029b0 20 69 74 20 64 6f 65 73 6e 27 74 20 64 6f 20 69 | it doesn't do i| 000029c0 74 20 61 67 61 69 6e 2e 20 49 66 20 74 68 65 0a |t again. If the.| 000029d0 6c 69 73 74 20 6f 66 20 61 76 61 69 6c 61 62 6c |list of availabl| 000029e0 65 20 6d 6f 64 65 73 20 63 68 61 6e 67 65 73 20 |e modes changes | 000029f0 77 68 69 6c 73 74 20 53 77 69 66 74 4a 50 45 47 |whilst SwiftJPEG| 00002a00 20 69 73 0a 72 75 6e 6e 69 6e 67 20 28 65 2e 67 | is.running (e.g| 00002a10 2e 20 62 65 63 61 75 73 65 20 61 20 6e 65 77 20 |. because a new | 00002a20 4d 6f 6e 69 74 6f 72 20 44 65 73 63 72 69 70 74 |Monitor Descript| 00002a30 69 6f 6e 0a 46 69 6c 65 20 77 61 73 20 64 72 6f |ion.File was dro| 00002a40 70 70 65 64 20 6f 6e 74 6f 20 74 68 65 20 44 69 |pped onto the Di| 00002a50 73 70 6c 61 79 20 4d 61 6e 61 67 65 72 20 69 63 |splay Manager ic| 00002a60 6f 6e 29 20 69 74 0a 77 69 6c 6c 20 2a 6e 6f 74 |on) it.will *not| 00002a70 2a 20 6e 6f 74 69 63 65 20 74 68 69 73 20 63 68 |* notice this ch| 00002a80 61 6e 67 65 2c 20 61 6e 64 20 77 69 6c 6c 20 6e |ange, and will n| 00002a90 65 65 64 0a 72 65 73 74 61 72 74 69 6e 67 20 69 |eed.restarting i| 00002aa0 66 20 79 6f 75 20 77 61 6e 74 20 69 74 20 74 6f |f you want it to| 00002ab0 20 6e 6f 74 69 63 65 20 61 6e 79 20 6e 65 77 20 | notice any new | 00002ac0 6d 6f 64 65 73 2e 0a 0a 54 68 65 72 65 20 69 73 |modes...There is| 00002ad0 20 61 20 73 69 6d 69 6c 61 72 20 64 65 6c 61 79 | a similar delay| 00002ae0 20 74 6f 20 74 68 61 74 20 64 65 73 63 72 69 62 | to that describ| 00002af0 65 64 20 61 62 6f 76 65 0a 77 69 74 68 20 74 68 |ed above.with th| 00002b00 65 20 27 42 65 73 74 20 66 69 74 20 74 6f 20 70 |e 'Best fit to p| 00002b10 69 63 74 75 72 65 27 20 6f 70 74 69 6f 6e 20 69 |icture' option i| 00002b20 6e 20 74 68 65 20 46 75 6c 6c 0a 53 63 72 65 65 |n the Full.Scree| 00002b30 6e 20 73 65 63 74 69 6f 6e 2e 20 48 65 72 65 2c |n section. Here,| 00002b40 20 53 77 69 66 74 4a 50 45 47 20 69 73 20 73 63 | SwiftJPEG is sc| 00002b50 61 6e 6e 69 6e 67 20 74 68 65 0a 6c 69 73 74 20 |anning the.list | 00002b60 6f 66 20 6d 6f 64 65 73 20 66 6f 72 20 6f 6e 65 |of modes for one| 00002b70 20 74 68 61 74 20 62 65 73 74 20 66 69 74 73 20 | that best fits | 00002b80 74 68 65 20 70 69 63 74 75 72 65 2e 0a 42 65 63 |the picture..Bec| 00002b90 61 75 73 65 20 65 61 63 68 20 70 69 63 74 75 72 |ause each pictur| 00002ba0 65 20 69 73 20 64 69 66 66 65 72 65 6e 74 2c 20 |e is different, | 00002bb0 53 77 69 66 74 4a 50 45 47 20 6d 75 73 74 0a 64 |SwiftJPEG must.d| 00002bc0 6f 20 74 68 69 73 20 63 68 65 63 6b 20 65 76 65 |o this check eve| 00002bd0 72 79 20 74 69 6d 65 2c 20 68 65 6e 63 65 20 74 |ry time, hence t| 00002be0 68 65 72 65 20 77 69 6c 6c 20 61 6c 77 61 79 73 |here will always| 00002bf0 0a 62 65 20 74 68 65 20 73 68 6f 72 74 20 64 65 |.be the short de| 00002c00 6c 61 79 2e 0a 0a 54 68 65 20 70 72 65 73 65 6e |lay...The presen| 00002c10 63 65 20 6f 66 20 73 6f 6d 65 20 6d 6f 64 65 73 |ce of some modes| 00002c20 20 69 73 20 69 67 6e 6f 72 65 64 20 62 79 20 53 | is ignored by S| 00002c30 77 69 66 74 4a 50 45 47 2c 0a 77 68 65 6e 20 69 |wiftJPEG,.when i| 00002c40 74 20 63 6f 6d 65 73 20 74 6f 20 46 75 6c 6c 20 |t comes to Full | 00002c50 53 63 72 65 65 6e 20 64 69 73 70 6c 61 79 2e 20 |Screen display. | 00002c60 4d 6f 64 65 73 20 77 68 65 72 65 0a 74 68 20 79 |Modes where.th y| 00002c70 2d 73 69 7a 65 20 69 73 20 62 69 67 67 65 72 20 |-size is bigger | 00002c80 74 68 61 6e 20 74 68 65 20 78 2d 73 69 7a 65 20 |than the x-size | 00002c90 28 65 2e 67 2e 20 32 34 30 20 78 0a 33 35 32 29 |(e.g. 240 x.352)| 00002ca0 20 61 72 65 20 69 67 6e 6f 72 65 64 20 62 65 63 | are ignored bec| 00002cb0 61 75 73 65 20 74 68 65 79 20 61 72 65 20 63 6f |ause they are co| 00002cc0 6e 73 69 64 65 72 65 64 20 6f 66 0a 75 6e 75 73 |nsidered of.unus| 00002cd0 75 61 6c 20 61 73 70 65 63 74 20 72 61 74 69 6f |ual aspect ratio| 00002ce0 20 28 74 68 65 20 70 69 63 74 75 72 65 20 77 6f | (the picture wo| 00002cf0 75 6c 64 20 61 70 70 65 61 72 0a 64 69 73 74 6f |uld appear.disto| 00002d00 72 74 65 64 20 6f 6e 2d 73 63 72 65 65 6e 2c 20 |rted on-screen, | 00002d10 27 6c 65 74 74 65 72 62 6f 78 27 2d 74 79 70 65 |'letterbox'-type| 00002d20 20 64 69 73 70 6c 61 79 0a 61 63 63 65 70 74 65 | display.accepte| 00002d30 64 29 2e 20 4d 6f 64 65 73 20 77 68 65 72 65 20 |d). Modes where | 00002d40 74 68 65 20 79 2d 73 69 7a 65 20 69 73 20 6c 65 |the y-size is le| 00002d50 73 73 20 74 68 61 6e 20 68 61 6c 66 0a 74 68 65 |ss than half.the| 00002d60 20 78 2d 73 69 7a 65 20 28 65 2e 67 2e 20 4d 6f | x-size (e.g. Mo| 00002d70 64 65 20 31 32 20 72 65 73 6f 6c 75 74 69 6f 6e |de 12 resolution| 00002d80 20 6f 66 20 36 34 30 78 32 35 36 29 20 61 72 65 | of 640x256) are| 00002d90 0a 61 6c 73 6f 20 69 67 6e 6f 72 65 64 2c 20 74 |.also ignored, t| 00002da0 6f 20 6d 61 6b 65 20 73 75 72 65 20 61 20 73 71 |o make sure a sq| 00002db0 75 61 72 65 20 70 69 78 65 6c 20 64 69 73 70 6c |uare pixel displ| 00002dc0 61 79 0a 69 73 20 70 72 65 73 65 6e 74 20 28 61 |ay.is present (a| 00002dd0 67 61 69 6e 20 74 6f 20 74 72 79 20 61 6e 64 20 |gain to try and | 00002de0 61 76 6f 69 64 20 74 68 65 20 70 69 63 74 75 72 |avoid the pictur| 00002df0 65 0a 6c 6f 6f 6b 69 6e 67 20 64 69 73 74 6f 72 |e.looking distor| 00002e00 74 65 64 20 6f 6e 20 73 63 72 65 65 6e 29 2e 0a |ted on screen)..| 00002e10 0a 41 74 20 74 68 65 20 62 6f 74 74 6f 6d 20 6f |.At the bottom o| 00002e20 66 20 74 68 65 20 47 65 6e 65 72 61 6c 20 43 68 |f the General Ch| 00002e30 6f 69 63 65 73 20 77 69 6e 64 6f 77 20 61 72 65 |oices window are| 00002e40 0a 66 6f 75 72 20 62 75 74 74 6f 6e 73 3b 20 66 |.four buttons; f| 00002e50 72 6f 6d 20 6c 65 66 74 20 74 6f 20 72 69 67 68 |rom left to righ| 00002e60 74 3a 0a 0a 31 2e 20 53 61 76 65 0a 0a 43 6c 69 |t:..1. Save..Cli| 00002e70 63 6b 69 6e 67 20 6f 6e 20 74 68 69 73 20 69 63 |cking on this ic| 00002e80 6f 6e 20 53 61 76 65 73 20 74 68 65 20 63 75 72 |on Saves the cur| 00002e90 72 65 6e 74 20 63 68 6f 69 63 65 73 2c 20 61 73 |rent choices, as| 00002ea0 0a 74 68 65 79 20 61 70 70 65 61 72 20 69 6e 20 |.they appear in | 00002eb0 74 68 65 20 47 6c 6f 62 61 6c 20 43 68 6f 69 63 |the Global Choic| 00002ec0 65 73 20 77 69 6e 64 6f 77 2c 20 74 6f 20 64 69 |es window, to di| 00002ed0 73 63 2e 0a 49 74 20 69 73 20 6e 65 63 65 73 73 |sc..It is necess| 00002ee0 61 72 79 20 74 6f 20 63 6c 69 63 6b 20 6f 6e 20 |ary to click on | 00002ef0 4f 4b 20 28 73 65 65 20 62 65 6c 6f 77 29 20 74 |OK (see below) t| 00002f00 6f 20 6d 61 6b 65 0a 74 68 65 73 65 20 63 68 6f |o make.these cho| 00002f10 69 63 65 73 20 61 70 70 6c 79 20 74 6f 20 74 68 |ices apply to th| 00002f20 65 20 72 65 73 74 20 6f 66 20 74 68 65 20 61 70 |e rest of the ap| 00002f30 70 6c 69 63 61 74 69 6f 6e 2e 0a 59 6f 75 20 63 |plication..You c| 00002f40 61 6e 6e 6f 74 20 27 75 6e 64 6f 27 20 61 20 53 |annot 'undo' a S| 00002f50 61 76 65 2c 20 65 2e 67 2e 20 63 6c 69 63 6b 69 |ave, e.g. clicki| 00002f60 6e 67 20 6f 6e 20 43 61 6e 63 65 6c 0a 28 73 65 |ng on Cancel.(se| 00002f70 65 20 62 65 6c 6f 77 29 20 77 69 6c 6c 20 6e 6f |e below) will no| 00002f80 74 20 65 66 66 65 63 74 20 74 68 65 20 53 61 76 |t effect the Sav| 00002f90 65 64 20 63 68 6f 69 63 65 73 20 61 74 0a 61 6c |ed choices at.al| 00002fa0 6c 2e 0a 0a 32 2e 20 44 65 66 61 75 6c 74 0a 0a |l...2. Default..| 00002fb0 54 68 69 73 20 73 65 74 73 20 74 68 65 20 6f 70 |This sets the op| 00002fc0 74 69 6f 6e 73 20 69 6e 20 74 68 65 20 77 69 6e |tions in the win| 00002fd0 64 6f 77 20 74 6f 20 74 68 65 69 72 0a 64 65 66 |dow to their.def| 00002fe0 61 75 6c 74 20 28 6f 72 69 67 69 6e 61 6c 29 20 |ault (original) | 00002ff0 73 74 61 74 65 20 2d 20 53 6c 6f 77 20 64 69 74 |state - Slow dit| 00003000 68 65 72 69 6e 67 2c 20 27 42 65 73 74 0a 66 69 |hering, 'Best.fi| 00003010 74 20 74 6f 20 70 69 63 74 75 72 65 27 20 46 75 |t to picture' Fu| 00003020 6c 6c 20 53 63 72 65 65 6e 20 6d 65 74 68 6f 64 |ll Screen method| 00003030 2c 20 61 6e 64 20 61 6c 6c 0a 4d 69 73 63 65 6c |, and all.Miscel| 00003040 6c 61 6e 65 6f 75 73 20 6f 70 74 69 6f 6e 73 20 |laneous options | 00003050 74 75 72 6e 65 64 20 6f 66 66 2e 0a 0a 33 2e 20 |turned off...3. | 00003060 43 61 6e 63 65 6c 0a 0a 43 6c 69 63 6b 69 6e 67 |Cancel..Clicking| 00003070 20 6f 6e 20 74 68 69 73 20 69 63 6f 6e 20 72 65 | on this icon re| 00003080 74 75 72 6e 73 20 74 68 65 20 6f 70 74 69 6f 6e |turns the option| 00003090 73 20 74 6f 20 74 68 65 0a 73 74 61 74 65 20 74 |s to the.state t| 000030a0 68 65 79 20 77 65 72 65 20 69 6e 20 77 68 65 6e |hey were in when| 000030b0 20 79 6f 75 20 6f 70 65 6e 65 64 20 74 68 65 20 | you opened the | 000030c0 47 6c 6f 62 61 6c 0a 43 68 6f 69 63 65 73 20 77 |Global.Choices w| 000030d0 69 6e 64 6f 77 20 77 69 74 68 20 74 68 65 20 27 |indow with the '| 000030e0 43 68 6f 69 63 65 73 2e 2e 2e 27 20 6d 65 6e 75 |Choices...' menu| 000030f0 20 69 74 65 6d 2e 0a 49 66 20 79 6f 75 20 63 6c | item..If you cl| 00003100 69 63 6b 20 77 69 74 68 20 53 65 6c 65 63 74 20 |ick with Select | 00003110 74 68 65 20 77 69 6e 64 6f 77 20 77 69 6c 6c 20 |the window will | 00003120 61 6c 73 6f 0a 63 6c 6f 73 65 2e 20 43 6c 69 63 |also.close. Clic| 00003130 6b 20 77 69 74 68 20 41 64 6a 75 73 74 20 69 66 |k with Adjust if| 00003140 20 79 6f 75 20 77 61 6e 74 20 69 74 20 74 6f 20 | you want it to | 00003150 72 65 6d 61 69 6e 0a 6f 6e 20 73 63 72 65 65 6e |remain.on screen| 00003160 2e 0a 0a 34 2e 20 4f 4b 0a 0a 43 6c 69 63 6b 69 |...4. OK..Clicki| 00003170 6e 67 20 6f 6e 20 74 68 69 73 20 69 63 6f 6e 20 |ng on this icon | 00003180 72 65 61 64 73 20 74 68 65 20 6f 70 74 69 6f 6e |reads the option| 00003190 73 20 66 72 6f 6d 20 74 68 65 0a 47 6c 6f 62 61 |s from the.Globa| 000031a0 6c 20 43 68 6f 69 63 65 73 20 77 69 6e 64 6f 77 |l Choices window| 000031b0 20 61 6e 64 20 61 70 70 6c 69 65 73 20 74 68 65 | and applies the| 000031c0 6d 20 74 6f 20 74 68 65 0a 72 65 73 74 20 6f 66 |m to the.rest of| 000031d0 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e | the application| 000031e0 2e 20 49 66 20 79 6f 75 20 68 61 76 65 20 61 6c |. If you have al| 000031f0 74 65 72 65 64 20 74 68 65 0a 44 69 74 68 65 72 |tered the.Dither| 00003200 69 6e 67 20 6d 65 74 68 6f 64 73 20 61 6e 64 20 |ing methods and | 00003210 61 20 70 69 63 74 75 72 65 20 69 73 20 63 75 72 |a picture is cur| 00003220 72 65 6e 74 6c 79 20 62 65 69 6e 67 0a 64 69 73 |rently being.dis| 00003230 70 6c 61 79 65 64 2c 20 69 74 20 77 69 6c 6c 20 |played, it will | 00003240 62 65 20 72 65 64 72 61 77 6e 20 77 69 74 68 20 |be redrawn with | 00003250 74 68 61 74 20 6e 65 77 20 6d 65 74 68 6f 64 2e |that new method.| 00003260 0a 57 68 65 6e 20 79 6f 75 20 63 6c 69 63 6b 20 |.When you click | 00003270 6f 6e 20 74 68 69 73 20 69 63 6f 6e 2c 20 74 68 |on this icon, th| 00003280 65 20 47 6c 6f 62 61 6c 20 43 68 6f 69 63 65 73 |e Global Choices| 00003290 0a 77 69 6e 64 6f 77 20 69 73 20 63 6c 6f 73 65 |.window is close| 000032a0 64 20 72 65 67 61 72 64 6c 65 73 73 20 6f 66 20 |d regardless of | 000032b0 77 68 69 63 68 20 62 75 74 74 6f 6e 20 69 73 0a |which button is.| 000032c0 75 73 65 64 2e 20 43 6c 69 63 6b 69 6e 67 20 6f |used. Clicking o| 000032d0 6e 20 4f 4b 20 64 6f 65 73 20 6e 6f 74 20 65 66 |n OK does not ef| 000032e0 66 65 63 74 20 74 68 65 20 63 68 6f 69 63 65 73 |fect the choices| 000032f0 0a 53 61 76 65 64 20 6f 6e 20 64 69 73 63 2e 0a |.Saved on disc..| 00003300 0a 0a 2a 2a 20 4c 6f 61 64 69 6e 67 20 67 72 6f |..** Loading gro| 00003310 75 70 73 20 6f 66 20 66 69 6c 65 73 0a 0a 0a 49 |ups of files...I| 00003320 66 20 79 6f 75 20 64 72 61 67 20 61 20 67 72 6f |f you drag a gro| 00003330 75 70 20 6f 66 20 66 69 6c 65 73 20 74 6f 20 53 |up of files to S| 00003340 77 69 66 74 4a 50 45 47 27 73 20 44 69 73 70 6c |wiftJPEG's Displ| 00003350 61 79 0a 77 69 6e 64 6f 77 20 6f 72 20 69 63 6f |ay.window or ico| 00003360 6e 20 62 61 72 20 69 63 6f 6e 20 77 68 65 6e 20 |n bar icon when | 00003370 74 68 65 20 27 53 68 6f 77 20 4a 50 45 47 20 69 |the 'Show JPEG i| 00003380 6e 0a 46 75 6c 6c 20 53 63 72 65 65 6e 20 6d 6f |n.Full Screen mo| 00003390 64 65 20 6f 6e 20 6c 6f 61 64 69 6e 67 20 69 74 |de on loading it| 000033a0 27 20 6f 70 74 69 6f 6e 20 69 73 20 74 75 72 6e |' option is turn| 000033b0 65 64 0a 6f 66 66 2c 20 65 61 63 68 20 70 69 63 |ed.off, each pic| 000033c0 74 75 72 65 20 77 69 6c 6c 20 62 65 20 6c 6f 61 |ture will be loa| 000033d0 64 65 64 20 69 6e 20 73 75 63 63 65 73 73 69 6f |ded in successio| 000033e0 6e 20 62 75 74 0a 62 65 63 61 75 73 65 20 53 77 |n but.because Sw| 000033f0 69 66 74 4a 50 45 47 20 63 61 6e 20 6f 6e 6c 79 |iftJPEG can only| 00003400 20 6c 6f 61 64 20 6f 6e 65 20 66 69 6c 65 20 61 | load one file a| 00003410 74 20 61 20 74 69 6d 65 2c 0a 61 66 74 65 72 20 |t a time,.after | 00003420 61 6c 6c 20 74 68 65 20 64 69 73 63 20 61 63 74 |all the disc act| 00003430 69 76 69 74 79 20 68 61 73 20 64 69 65 64 20 64 |ivity has died d| 00003440 6f 77 6e 2c 20 79 6f 75 27 6c 6c 0a 62 65 20 6c |own, you'll.be l| 00003450 65 66 74 20 6c 6f 6f 6b 69 6e 67 20 61 74 20 74 |eft looking at t| 00003460 68 65 20 6c 61 73 74 20 70 69 63 74 75 72 65 20 |he last picture | 00003470 69 6e 20 74 68 65 20 67 72 6f 75 70 0a 79 6f 75 |in the group.you| 00003480 20 73 65 6c 65 63 74 65 64 2e 0a 0a 48 6f 77 65 | selected...Howe| 00003490 76 65 72 2c 20 61 20 27 73 6c 69 64 65 73 68 6f |ver, a 'slidesho| 000034a0 77 27 2d 73 74 79 6c 65 20 61 72 72 61 6e 67 65 |w'-style arrange| 000034b0 6d 65 6e 74 20 63 61 6e 20 62 65 0a 61 63 68 69 |ment can be.achi| 000034c0 65 76 65 64 20 62 79 20 73 65 74 74 69 6e 67 20 |eved by setting | 000034d0 74 68 65 20 27 53 68 6f 77 20 4a 50 45 47 20 69 |the 'Show JPEG i| 000034e0 6e 20 46 75 6c 6c 20 53 63 72 65 65 6e 0a 6d 6f |n Full Screen.mo| 000034f0 64 65 20 6f 6e 20 6c 6f 61 64 69 6e 67 20 69 74 |de on loading it| 00003500 27 20 6f 70 74 69 6f 6e 20 69 6e 20 74 68 65 20 |' option in the | 00003510 47 6c 6f 62 61 6c 20 43 68 6f 69 63 65 73 0a 77 |Global Choices.w| 00003520 69 6e 64 6f 77 2e 20 45 61 63 68 20 70 69 63 74 |indow. Each pict| 00003530 75 72 65 20 77 69 6c 6c 20 62 65 20 6c 6f 61 64 |ure will be load| 00003540 65 64 20 61 6e 64 20 64 69 73 70 6c 61 79 65 64 |ed and displayed| 00003550 0a 69 6e 20 73 75 63 63 65 73 73 69 6f 6e 2e 20 |.in succession. | 00003560 50 72 65 73 73 20 61 6e 79 20 6b 65 79 20 6f 72 |Press any key or| 00003570 20 63 6c 69 63 6b 20 61 6e 79 20 6d 6f 75 73 65 | click any mouse| 00003580 0a 62 75 74 74 6f 6e 20 64 75 72 69 6e 67 20 74 |.button during t| 00003590 68 69 73 20 74 6f 20 73 68 6f 77 20 74 68 65 20 |his to show the | 000035a0 6e 65 78 74 20 70 69 63 74 75 72 65 2e 20 4e 6f |next picture. No| 000035b0 74 65 0a 74 68 61 74 20 70 72 65 73 73 69 6e 67 |te.that pressing| 000035c0 20 45 73 63 61 70 65 20 68 61 73 20 74 68 65 20 | Escape has the | 000035d0 65 66 66 65 63 74 20 6f 66 20 69 67 6e 6f 72 69 |effect of ignori| 000035e0 6e 67 20 74 68 65 0a 72 65 73 74 20 6f 66 20 74 |ng the.rest of t| 000035f0 68 65 20 70 69 63 74 75 72 65 73 20 69 6e 20 74 |he pictures in t| 00003600 68 65 20 67 72 6f 75 70 2c 20 61 6e 64 20 67 6f |he group, and go| 00003610 65 73 20 62 61 63 6b 20 74 6f 0a 74 68 65 20 44 |es back to.the D| 00003620 65 73 6b 74 6f 70 2e 20 43 61 72 65 20 68 61 73 |esktop. Care has| 00003630 20 62 65 65 6e 20 74 61 6b 65 6e 20 74 6f 20 6d | been taken to m| 00003640 69 6e 69 6d 69 73 65 0a 63 68 61 6e 67 65 73 20 |inimise.changes | 00003650 6f 66 20 64 69 73 70 6c 61 79 20 72 65 73 6f 6c |of display resol| 00003660 75 74 69 6f 6e 20 64 75 72 69 6e 67 20 74 68 69 |ution during thi| 00003670 73 20 70 72 6f 63 65 73 73 20 2d 0a 69 2e 65 2e |s process -.i.e.| 00003680 2c 20 74 68 65 72 65 20 69 73 20 61 73 20 6c 69 |, there is as li| 00003690 74 74 6c 65 20 66 6c 69 63 6b 65 72 20 61 73 20 |ttle flicker as | 000036a0 70 6f 73 73 69 62 6c 65 2e 0a 0a 0a 2a 2a 20 52 |possible....** R| 000036b0 75 6e 6e 69 6e 67 20 73 65 76 65 72 61 6c 20 63 |unning several c| 000036c0 6f 70 69 65 73 20 6f 66 20 53 77 69 66 74 4a 50 |opies of SwiftJP| 000036d0 45 47 0a 0a 0a 49 66 20 79 6f 75 20 68 61 76 65 |EG...If you have| 000036e0 20 73 65 76 65 72 61 6c 20 63 6f 70 69 65 73 20 | several copies | 000036f0 6f 66 20 53 77 69 66 74 4a 50 45 47 20 69 6e 0a |of SwiftJPEG in.| 00003700 64 69 66 66 65 72 65 6e 74 20 70 6c 61 63 65 73 |different places| 00003710 2c 20 69 74 20 69 73 20 27 73 61 66 65 27 20 74 |, it is 'safe' t| 00003720 6f 20 72 75 6e 20 74 68 65 6d 20 61 74 20 74 68 |o run them at th| 00003730 65 0a 73 61 6d 65 20 74 69 6d 65 2e 20 41 6e 79 |e.same time. Any| 00003740 20 63 68 6f 69 63 65 73 20 53 61 76 65 64 20 66 | choices Saved f| 00003750 72 6f 6d 20 74 68 65 20 63 6f 70 69 65 73 20 77 |rom the copies w| 00003760 69 6c 6c 0a 62 65 20 73 61 76 65 64 20 77 69 74 |ill.be saved wit| 00003770 68 69 6e 20 74 68 65 20 63 6f 72 72 65 63 74 20 |hin the correct | 00003780 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 65 |application dire| 00003790 63 74 6f 72 79 2c 0a 6e 6f 74 20 74 68 65 20 6f |ctory,.not the o| 000037a0 6e 65 20 77 68 69 63 68 20 77 61 73 20 6c 61 73 |ne which was las| 000037b0 74 20 6c 61 75 6e 63 68 65 64 20 61 73 20 63 61 |t launched as ca| 000037c0 6e 20 68 61 70 70 65 6e 0a 77 69 74 68 20 73 6f |n happen.with so| 000037d0 6d 65 20 6f 74 68 65 72 20 61 70 70 6c 69 63 61 |me other applica| 000037e0 74 69 6f 6e 73 2e 0a 0a 49 66 20 79 6f 75 20 72 |tions...If you r| 000037f0 75 6e 20 74 68 65 20 73 61 6d 65 20 63 6f 70 79 |un the same copy| 00003800 20 6f 6e 20 64 69 73 63 20 73 65 76 65 72 61 6c | on disc several| 00003810 20 74 69 6d 65 73 2c 0a 73 61 76 65 64 20 63 68 | times,.saved ch| 00003820 6f 69 63 65 73 20 66 72 6f 6d 20 65 61 63 68 20 |oices from each | 00003830 63 6f 70 79 20 77 69 6c 6c 20 6f 62 76 69 6f 75 |copy will obviou| 00003840 73 6c 79 20 65 66 66 65 63 74 0a 74 68 65 20 73 |sly effect.the s| 00003850 61 6d 65 20 63 6f 70 79 2e 20 45 61 63 68 20 63 |ame copy. Each c| 00003860 6f 70 79 20 77 69 6c 6c 20 2a 6e 6f 74 2a 20 6e |opy will *not* n| 00003870 6f 74 69 63 65 20 61 6e 79 0a 63 68 61 6e 67 65 |otice any.change| 00003880 73 20 74 6f 20 74 68 65 20 53 61 76 65 64 20 63 |s to the Saved c| 00003890 68 6f 69 63 65 73 20 6d 61 64 65 20 62 79 20 61 |hoices made by a| 000038a0 6e 6f 74 68 65 72 2e 0a 0a 52 65 67 61 72 64 6c |nother...Regardl| 000038b0 65 73 73 20 6f 66 20 77 68 65 72 65 20 74 68 65 |ess of where the| 000038c0 20 63 6f 70 79 20 77 61 73 20 6c 61 75 6e 63 68 | copy was launch| 000038d0 65 64 20 66 72 6f 6d 2c 0a 73 65 74 74 69 6e 67 |ed from,.setting| 000038e0 20 74 68 65 20 43 68 6f 69 63 65 73 20 69 6e 20 | the Choices in | 000038f0 61 6e 79 20 6f 6e 65 20 63 6f 70 79 20 77 69 6c |any one copy wil| 00003900 6c 20 6e 6f 74 0a 65 66 66 65 63 74 20 74 68 65 |l not.effect the| 00003910 20 43 68 6f 69 63 65 73 20 73 65 74 20 69 6e 20 | Choices set in | 00003920 61 6e 79 20 6f 74 68 65 72 2e 0a 0a 0a 2a 2a 20 |any other....** | 00003930 48 61 6e 64 6c 69 6e 67 20 45 72 72 6f 72 73 0a |Handling Errors.| 00003940 0a 0a 54 68 65 20 53 70 72 69 74 65 45 78 74 65 |..The SpriteExte| 00003950 6e 64 20 6d 6f 64 75 6c 65 20 69 73 20 6c 65 73 |nd module is les| 00003960 73 20 74 6f 6c 65 72 61 6e 74 20 6f 66 20 62 61 |s tolerant of ba| 00003970 64 6c 79 0a 64 65 66 69 6e 65 64 20 6f 72 20 66 |dly.defined or f| 00003980 61 69 72 6c 79 20 6e 6f 6e 2d 73 74 61 6e 64 61 |airly non-standa| 00003990 72 64 20 4a 50 45 47 73 20 74 68 61 6e 2c 20 73 |rd JPEGs than, s| 000039a0 61 79 2c 0a 43 68 61 6e 67 65 46 53 49 2e 20 53 |ay,.ChangeFSI. S| 000039b0 6f 6d 65 20 4a 50 45 47 73 2c 20 74 68 65 6e 2c |ome JPEGs, then,| 000039c0 20 77 69 6c 6c 20 6c 6f 61 64 20 62 75 74 20 6e | will load but n| 000039d0 6f 74 20 62 65 0a 64 69 73 70 6c 61 79 65 64 20 |ot be.displayed | 000039e0 6f 72 20 6d 61 79 20 73 68 6f 77 20 6f 64 64 20 |or may show odd | 000039f0 74 72 61 69 74 73 20 73 75 63 68 20 61 73 20 6f |traits such as o| 00003a00 6e 6c 79 0a 72 65 64 72 61 77 69 6e 67 20 70 61 |nly.redrawing pa| 00003a10 72 74 69 61 6c 6c 79 2e 20 54 68 69 73 20 64 6f |rtially. This do| 00003a20 65 73 20 6e 6f 74 20 66 6f 72 20 65 78 61 6d 70 |es not for examp| 00003a30 6c 65 0a 6f 63 63 75 72 20 77 69 74 68 20 61 6e |le.occur with an| 00003a40 79 20 6f 66 20 74 68 65 20 4a 50 45 47 73 20 73 |y of the JPEGs s| 00003a50 75 70 70 6c 69 65 64 20 6f 6e 20 74 68 65 20 68 |upplied on the h| 00003a60 61 72 64 0a 64 69 73 63 20 6f 66 20 61 20 6e 65 |ard.disc of a ne| 00003a70 77 20 52 69 73 63 20 50 43 2c 20 61 6e 64 20 69 |w Risc PC, and i| 00003a80 73 20 6e 6f 74 20 61 20 66 61 75 6c 74 20 6f 66 |s not a fault of| 00003a90 20 65 69 74 68 65 72 0a 53 77 69 66 74 4a 50 45 | either.SwiftJPE| 00003aa0 47 20 6f 72 20 74 68 65 20 53 70 72 69 74 65 45 |G or the SpriteE| 00003ab0 78 74 65 6e 64 20 6d 6f 64 75 6c 65 20 69 6e 20 |xtend module in | 00003ac0 61 20 73 74 72 69 63 74 0a 73 65 6e 73 65 3b 20 |a strict.sense; | 00003ad0 74 68 65 20 70 72 6f 62 6c 65 6d 20 6c 69 65 73 |the problem lies| 00003ae0 20 6d 6f 72 65 20 77 69 74 68 20 74 68 65 20 66 | more with the f| 00003af0 69 6c 65 20 69 74 73 65 6c 66 2e 0a 59 6f 75 20 |ile itself..You | 00003b00 77 69 6c 6c 20 6b 6e 6f 77 20 69 66 20 74 68 69 |will know if thi| 00003b10 73 20 68 61 73 20 68 61 70 70 65 6e 65 64 20 61 |s has happened a| 00003b20 63 63 6f 72 64 69 6e 67 20 74 6f 20 74 68 65 0a |ccording to the.| 00003b30 64 65 74 61 69 6c 73 20 62 65 6c 6f 77 3a 0a 0a |details below:..| 00003b40 49 66 20 74 68 65 72 65 20 69 73 20 6e 6f 74 20 |If there is not | 00003b50 65 6e 6f 75 67 68 20 6d 65 6d 6f 72 79 20 74 6f |enough memory to| 00003b60 20 6c 6f 61 64 20 61 20 70 69 63 74 75 72 65 0a | load a picture.| 00003b70 69 6e 74 6f 20 53 77 69 66 74 4a 50 45 47 20 69 |into SwiftJPEG i| 00003b80 74 73 65 6c 66 2c 20 6e 6f 74 68 69 6e 67 20 77 |tself, nothing w| 00003b90 69 6c 6c 20 68 61 70 70 65 6e 20 28 6e 6f 0a 6d |ill happen (no.m| 00003ba0 65 73 73 61 67 65 20 69 73 20 67 69 76 65 6e 20 |essage is given | 00003bb0 74 6f 20 73 61 79 20 74 68 69 73 20 68 61 73 20 |to say this has | 00003bc0 68 61 70 70 65 6e 65 64 29 2e 20 53 6f 20 69 66 |happened). So if| 00003bd0 0a 79 6f 75 20 64 72 6f 70 20 61 20 4a 50 45 47 |.you drop a JPEG| 00003be0 20 6f 6e 74 6f 20 53 77 69 66 74 4a 50 45 47 20 | onto SwiftJPEG | 00003bf0 61 6e 64 20 6e 6f 20 77 69 6e 64 6f 77 20 6f 70 |and no window op| 00003c00 65 6e 73 2c 0a 63 68 65 63 6b 20 74 68 65 72 65 |ens,.check there| 00003c10 20 69 73 20 65 6e 6f 75 67 68 20 6d 65 6d 6f 72 | is enough memor| 00003c20 79 20 28 79 6f 75 27 6c 6c 20 6e 65 65 64 20 74 |y (you'll need t| 00003c30 68 65 20 73 69 7a 65 0a 6f 66 20 74 68 65 20 4a |he size.of the J| 00003c40 50 45 47 20 66 69 6c 65 20 70 6c 75 73 20 61 6e |PEG file plus an| 00003c50 6f 74 68 65 72 20 38 4b 20 6f 6e 20 74 6f 70 20 |other 8K on top | 00003c60 6f 66 20 74 68 65 20 73 6c 6f 74 0a 73 69 7a 65 |of the slot.size| 00003c70 20 63 6c 61 69 6d 65 64 20 62 79 20 53 77 69 66 | claimed by Swif| 00003c80 74 4a 50 45 47 20 77 68 65 6e 20 69 74 20 68 61 |tJPEG when it ha| 00003c90 73 20 6e 6f 20 70 69 63 74 75 72 65 0a 6c 6f 61 |s no picture.loa| 00003ca0 64 65 64 29 2e 0a 0a 54 68 65 20 53 70 72 69 74 |ded)...The Sprit| 00003cb0 65 45 78 74 65 6e 64 20 6d 6f 64 75 6c 65 20 63 |eExtend module c| 00003cc0 72 65 61 74 65 73 20 61 20 44 79 6e 61 6d 69 63 |reates a Dynamic| 00003cd0 20 41 72 65 61 20 74 68 65 0a 73 69 7a 65 20 6f | Area the.size o| 00003ce0 66 20 77 68 69 63 68 20 63 61 6e 20 62 65 20 61 |f which can be a| 00003cf0 6c 74 65 72 65 64 20 62 79 20 74 68 65 20 75 73 |ltered by the us| 00003d00 65 72 2e 20 54 68 65 0a 61 6d 6f 75 6e 74 20 63 |er. The.amount c| 00003d10 6c 61 69 6d 65 64 20 64 65 70 65 6e 64 73 20 6f |laimed depends o| 00003d20 6e 20 74 68 65 20 73 69 7a 65 20 6f 66 20 74 68 |n the size of th| 00003d30 65 20 4a 50 45 47 0a 64 69 73 70 6c 61 79 65 64 |e JPEG.displayed| 00003d40 2e 20 49 74 20 63 61 6e 20 62 65 20 73 65 74 20 |. It can be set | 00003d50 74 6f 20 30 4b 20 28 6f 72 20 61 6e 79 20 6f 74 |to 0K (or any ot| 00003d60 68 65 72 0a 61 72 62 69 74 72 61 72 79 20 73 69 |her.arbitrary si| 00003d70 7a 65 20 63 6f 6e 73 74 72 61 69 6e 65 64 20 6f |ze constrained o| 00003d80 6e 6c 79 20 62 79 20 74 68 65 20 61 6d 6f 75 6e |nly by the amoun| 00003d90 74 20 6f 66 0a 66 72 65 65 20 6d 65 6d 6f 72 79 |t of.free memory| 00003da0 29 20 62 79 20 74 68 65 20 75 73 65 72 20 61 6e |) by the user an| 00003db0 64 20 69 73 20 61 75 74 6f 6d 61 74 69 63 61 6c |d is automatical| 00003dc0 6c 79 0a 69 6e 63 72 65 61 73 65 64 20 69 6e 20 |ly.increased in | 00003dd0 73 69 7a 65 20 62 79 20 74 68 65 20 53 70 72 69 |size by the Spri| 00003de0 74 65 45 78 74 65 6e 64 20 6d 6f 64 75 6c 65 20 |teExtend module | 00003df0 61 73 0a 72 65 71 75 69 72 65 64 2e 20 49 66 20 |as.required. If | 00003e00 65 6e 6f 75 67 68 20 6d 65 6d 6f 72 79 20 69 73 |enough memory is| 00003e10 20 70 72 65 73 65 6e 74 20 74 6f 20 6c 6f 61 64 | present to load| 00003e20 20 74 68 65 0a 4a 50 45 47 20 66 69 6c 65 20 69 | the.JPEG file i| 00003e30 6e 74 6f 20 53 77 69 66 74 4a 50 45 47 2c 20 62 |nto SwiftJPEG, b| 00003e40 75 74 20 74 68 65 72 65 27 73 20 74 68 65 6e 20 |ut there's then | 00003e50 6e 6f 74 0a 65 6e 6f 75 67 68 20 77 6f 72 6b 73 |not.enough works| 00003e60 70 61 63 65 20 66 6f 72 20 74 68 65 20 4a 50 45 |pace for the JPE| 00003e70 47 20 6d 6f 64 75 6c 65 2c 20 61 67 61 69 6e 20 |G module, again | 00003e80 6e 6f 74 68 69 6e 67 0a 77 69 6c 6c 20 68 61 70 |nothing.will hap| 00003e90 70 65 6e 20 28 61 6c 6c 20 65 72 72 6f 72 73 20 |pen (all errors | 00003ea0 66 72 6f 6d 20 74 68 65 20 4a 50 45 47 20 70 6c |from the JPEG pl| 00003eb0 6f 74 74 69 6e 67 0a 63 61 6c 6c 73 20 61 72 65 |otting.calls are| 00003ec0 20 69 67 6e 6f 72 65 64 29 2e 20 53 6f 20 69 66 | ignored). So if| 00003ed0 20 79 6f 75 20 67 65 74 20 61 20 77 69 6e 64 6f | you get a windo| 00003ee0 77 20 6f 70 65 6e 20 62 75 74 0a 6e 6f 74 68 69 |w open but.nothi| 00003ef0 6e 67 20 70 6c 6f 74 73 2c 20 63 68 65 63 6b 20 |ng plots, check | 00003f00 74 68 65 72 65 20 69 73 20 73 6f 6d 65 20 6d 65 |there is some me| 00003f10 6d 6f 72 79 20 66 72 65 65 2e 0a 0a 49 66 20 74 |mory free...If t| 00003f20 68 65 20 77 69 6e 64 6f 77 20 6f 70 65 6e 73 20 |he window opens | 00003f30 62 75 74 20 6e 6f 74 68 69 6e 67 20 70 6c 6f 74 |but nothing plot| 00003f40 73 20 61 6e 64 20 74 68 65 72 65 20 69 73 0a 70 |s and there is.p| 00003f50 6c 65 6e 74 79 20 6f 66 20 6d 65 6d 6f 72 79 20 |lenty of memory | 00003f60 66 72 65 65 20 74 68 65 6e 20 74 68 65 20 4a 50 |free then the JP| 00003f70 45 47 20 66 69 6c 65 20 69 73 20 61 74 0a 66 61 |EG file is at.fa| 00003f80 75 6c 74 2e 0a 0a 41 6c 6c 20 6f 74 68 65 72 20 |ult...All other | 00003f90 65 72 72 6f 72 73 2c 20 65 2e 67 2e 20 69 66 20 |errors, e.g. if | 00003fa0 79 6f 75 20 72 75 6e 20 53 77 69 66 74 4a 50 45 |you run SwiftJPE| 00003fb0 47 20 66 72 6f 6d 0a 66 6c 6f 70 70 79 20 64 69 |G from.floppy di| 00003fc0 73 63 2c 20 74 72 79 20 74 6f 20 73 61 76 65 20 |sc, try to save | 00003fd0 74 68 65 20 6f 70 74 69 6f 6e 73 20 77 69 74 68 |the options with| 00003fe0 20 74 68 65 0a 66 6c 6f 70 70 79 20 64 69 73 63 | the.floppy disc| 00003ff0 20 6f 75 74 20 6f 66 20 74 68 65 20 64 72 69 76 | out of the driv| 00004000 65 20 61 6e 64 20 72 65 66 75 73 65 20 74 6f 20 |e and refuse to | 00004010 73 75 70 70 6c 79 0a 69 74 20 77 68 65 6e 20 70 |supply.it when p| 00004020 72 6f 6d 70 74 65 64 2c 20 61 72 65 20 74 72 65 |rompted, are tre| 00004030 61 74 65 64 20 61 73 20 66 61 74 61 6c 2e 20 53 |ated as fatal. S| 00004040 77 69 66 74 4a 50 45 47 0a 77 69 6c 6c 20 72 65 |wiftJPEG.will re| 00004050 70 6f 72 74 20 74 68 65 20 65 72 72 6f 72 20 61 |port the error a| 00004060 6e 64 20 71 75 69 74 20 77 68 65 6e 20 79 6f 75 |nd quit when you| 00004070 20 63 6c 69 63 6b 20 6f 6e 0a 43 61 6e 63 65 6c | click on.Cancel| 00004080 20 69 6e 20 74 68 65 20 65 72 72 6f 72 20 62 6f | in the error bo| 00004090 78 2e 0a 0a 0a 2a 2a 20 44 49 53 43 4c 41 49 4d |x....** DISCLAIM| 000040a0 45 52 20 61 6e 64 20 63 72 65 64 69 74 73 0a 0a |ER and credits..| 000040b0 0a 27 54 68 65 20 73 6f 66 74 77 61 72 65 27 20 |.'The software' | 000040c0 6f 72 20 27 54 68 69 73 20 73 6f 66 74 77 61 72 |or 'This softwar| 000040d0 65 27 20 72 65 66 65 72 73 20 74 6f 20 74 68 65 |e' refers to the| 000040e0 0a 21 53 77 69 66 74 4a 50 45 47 20 61 70 70 6c |.!SwiftJPEG appl| 000040f0 69 63 61 74 69 6f 6e 20 61 6e 64 20 61 6e 79 20 |ication and any | 00004100 72 65 6c 61 74 65 64 20 66 69 6c 65 73 0a 64 69 |related files.di| 00004110 73 74 72 69 62 75 74 65 64 20 77 69 74 68 20 69 |stributed with i| 00004120 74 2c 20 69 6e 63 6c 75 64 69 6e 67 20 74 68 69 |t, including thi| 00004130 73 20 6d 61 6e 75 61 6c 20 69 6e 20 61 6c 6c 0a |s manual in all.| 00004140 69 74 73 20 66 6f 72 6d 61 74 73 2e 0a 0a 54 68 |its formats...Th| 00004150 69 73 20 73 6f 66 74 77 61 72 65 20 69 73 20 73 |is software is s| 00004160 75 70 70 6c 69 65 64 20 27 61 73 20 69 73 27 3b |upplied 'as is';| 00004170 20 48 69 70 70 6f 73 6f 66 74 20 6d 61 6b 65 73 | Hipposoft makes| 00004180 0a 6e 6f 20 63 6c 61 69 6d 73 20 61 73 20 74 6f |.no claims as to| 00004190 20 69 74 73 20 72 65 6c 69 61 62 69 6c 69 74 79 | its reliability| 000041a0 20 6f 72 20 73 75 69 74 61 62 69 6c 69 74 79 20 | or suitability | 000041b0 66 6f 72 0a 61 6e 79 20 70 75 72 70 6f 73 65 2e |for.any purpose.| 000041c0 20 4e 6f 20 72 65 73 70 6f 6e 73 69 62 69 6c 69 | No responsibili| 000041d0 74 79 20 63 61 6e 20 62 65 20 74 61 6b 65 6e 20 |ty can be taken | 000041e0 66 6f 72 20 61 6e 79 0a 66 61 69 6c 75 72 65 20 |for any.failure | 000041f0 6f 66 20 74 68 65 20 73 6f 66 74 77 61 72 65 2c |of the software,| 00004200 20 6f 72 20 61 6e 79 20 6c 6f 73 73 20 6f 72 20 | or any loss or | 00004210 64 61 6d 61 67 65 0a 63 61 75 73 65 64 20 64 69 |damage.caused di| 00004220 72 65 63 74 6c 79 20 6f 72 20 69 6e 64 69 72 65 |rectly or indire| 00004230 63 74 6c 79 2c 20 6f 72 20 6e 6f 74 20 63 61 75 |ctly, or not cau| 00004240 73 65 64 2c 20 62 79 0a 74 68 65 20 73 6f 66 74 |sed, by.the soft| 00004250 77 61 72 65 2e 0a 0a 43 6f 6e 74 65 6e 74 73 20 |ware...Contents | 00004260 6f 66 20 74 68 69 73 20 6d 61 6e 75 61 6c 20 61 |of this manual a| 00004270 72 65 20 6e 6f 74 20 67 75 61 72 61 6e 74 65 65 |re not guarantee| 00004280 64 20 74 6f 20 62 65 0a 63 6f 72 72 65 63 74 2c |d to be.correct,| 00004290 20 61 6e 64 20 6d 61 79 20 63 68 61 6e 67 65 20 | and may change | 000042a0 77 69 74 68 6f 75 74 20 6e 6f 74 69 63 65 2e 0a |without notice..| 000042b0 0a 54 68 65 20 53 70 72 69 74 65 45 78 74 65 6e |.The SpriteExten| 000042c0 64 20 6d 6f 64 75 6c 65 20 69 73 20 43 6f 70 79 |d module is Copy| 000042d0 72 69 67 68 74 20 6f 66 20 41 63 6f 72 6e 0a 43 |right of Acorn.C| 000042e0 6f 6d 70 75 74 65 72 73 2e 20 54 68 69 73 20 61 |omputers. This a| 000042f0 70 70 6c 69 63 61 74 69 6f 6e 20 77 61 73 20 6f |pplication was o| 00004300 6e 6c 79 20 74 65 73 74 65 64 20 75 6e 64 65 72 |nly tested under| 00004310 0a 52 49 53 43 20 4f 53 20 33 2e 36 20 73 69 6e |.RISC OS 3.6 sin| 00004320 63 65 20 73 61 76 69 6e 67 20 6f 75 74 20 61 20 |ce saving out a | 00004330 63 6f 70 79 20 6f 66 20 74 68 65 0a 53 70 72 69 |copy of the.Spri| 00004340 74 65 45 78 74 65 6e 64 20 6d 6f 64 75 6c 65 20 |teExtend module | 00004350 76 69 61 2e 20 74 68 65 20 2a 4d 6f 64 75 6c 65 |via. the *Module| 00004360 73 20 61 6e 64 20 2a 53 61 76 65 0a 63 6f 6d 6d |s and *Save.comm| 00004370 61 6e 64 73 20 6f 6e 20 61 20 52 49 53 43 20 4f |ands on a RISC O| 00004380 53 20 33 2e 36 20 6d 61 63 68 69 6e 65 20 61 6e |S 3.6 machine an| 00004390 64 20 6c 6f 61 64 69 6e 67 20 74 68 69 73 0a 69 |d loading this.i| 000043a0 6e 74 6f 20 61 20 52 49 53 43 20 4f 53 20 33 2e |nto a RISC OS 3.| 000043b0 35 20 6d 61 63 68 69 6e 65 20 77 6f 75 6c 64 20 |5 machine would | 000043c0 62 65 20 61 20 62 72 65 61 63 68 20 6f 66 0a 74 |be a breach of.t| 000043d0 68 61 74 20 63 6f 70 79 72 69 67 68 74 2c 20 61 |hat copyright, a| 000043e0 6e 64 20 6d 61 79 20 6e 6f 74 20 77 6f 72 6b 20 |nd may not work | 000043f0 28 74 68 6f 75 67 68 20 61 70 61 72 74 20 66 72 |(though apart fr| 00004400 6f 6d 0a 74 68 61 74 20 74 68 65 72 65 20 69 73 |om.that there is| 00004410 20 6e 6f 20 72 65 61 73 6f 6e 20 77 68 79 20 53 | no reason why S| 00004420 77 69 66 74 4a 50 45 47 20 77 6f 75 6c 64 20 77 |wiftJPEG would w| 00004430 6f 72 6b 0a 61 6e 79 20 64 69 66 66 65 72 65 6e |ork.any differen| 00004440 74 6c 79 20 75 6e 64 65 72 20 65 69 74 68 65 72 |tly under either| 00004450 20 76 65 72 73 69 6f 6e 29 2e 20 59 6f 75 20 6d | version). You m| 00004460 61 79 20 4e 4f 54 0a 75 73 65 20 53 77 69 66 74 |ay NOT.use Swift| 00004470 4a 50 45 47 20 75 6e 64 65 72 20 73 75 63 68 20 |JPEG under such | 00004480 63 6f 6e 64 69 74 69 6f 6e 73 2e 20 48 69 70 70 |conditions. Hipp| 00004490 6f 73 6f 66 74 0a 74 61 6b 65 73 20 6e 6f 20 72 |osoft.takes no r| 000044a0 65 73 70 6f 6e 73 69 62 69 6c 69 74 79 20 66 6f |esponsibility fo| 000044b0 72 20 61 6e 79 20 73 75 63 68 20 61 63 74 69 6f |r any such actio| 000044c0 6e 73 20 74 61 6b 65 6e 0a 62 79 20 65 6e 64 20 |ns taken.by end | 000044d0 75 73 65 72 73 20 6f 66 20 74 68 69 73 20 73 6f |users of this so| 000044e0 66 74 77 61 72 65 20 66 6f 72 20 61 6e 79 20 72 |ftware for any r| 000044f0 65 61 73 6f 6e 2e 0a 0a 54 68 61 6e 6b 73 20 74 |eason...Thanks t| 00004500 6f 20 52 61 67 6e 61 72 20 48 61 66 73 74 61 f0 |o Ragnar Hafsta.| 00004510 20 66 6f 72 20 21 42 61 73 43 72 75 6e 63 68 20 | for !BasCrunch | 00004520 76 31 2e 30 32 20 28 61 6e 64 0a 44 69 63 6b 20 |v1.02 (and.Dick | 00004530 41 6c 73 74 65 69 6e 20 77 68 6f 20 64 69 64 20 |Alstein who did | 00004540 74 68 65 20 66 72 6f 6e 74 20 65 6e 64 29 2c 20 |the front end), | 00004550 77 68 69 63 68 20 77 61 73 20 75 73 65 64 0a 74 |which was used.t| 00004560 6f 20 63 6f 6d 70 72 65 73 73 20 74 68 65 20 6f |o compress the o| 00004570 72 69 67 69 6e 61 6c 20 42 41 53 49 43 20 73 6f |riginal BASIC so| 00004580 75 72 63 65 2e 0a 0a 54 68 69 73 20 73 6f 66 74 |urce...This soft| 00004590 77 61 72 65 20 69 73 20 66 75 6c 6c 79 20 50 75 |ware is fully Pu| 000045a0 62 6c 69 63 20 44 6f 6d 61 69 6e 20 62 75 74 20 |blic Domain but | 000045b0 6d 75 73 74 20 62 65 0a 64 69 73 74 72 69 62 75 |must be.distribu| 000045c0 74 65 64 20 69 6e 74 61 63 74 2c 20 77 69 74 68 |ted intact, with| 000045d0 20 61 6c 6c 20 74 68 65 20 66 69 6c 65 73 20 70 | all the files p| 000045e0 72 65 73 65 6e 74 20 61 6e 64 0a 69 6e 20 74 68 |resent and.in th| 000045f0 65 20 73 61 6d 65 20 66 6f 72 6d 20 61 73 20 72 |e same form as r| 00004600 65 63 65 69 76 65 64 20 62 79 20 74 68 65 20 65 |eceived by the e| 00004610 6e 64 20 75 73 65 72 2e 20 4e 6f 0a 70 72 6f 66 |nd user. No.prof| 00004620 69 74 20 6d 61 79 20 62 65 20 6d 61 64 65 20 74 |it may be made t| 00004630 68 72 6f 75 67 68 20 74 68 65 20 73 61 6c 65 20 |hrough the sale | 00004640 6f 66 20 21 53 77 69 66 74 4a 50 45 47 2e 0a |of !SwiftJPEG..| 0000464f