home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / resources / drawfiles / _imagebank / _help < prev    next >
Encoding:
Text File  |  1994-03-04  |  11.8 KB  |  348 lines

  1.  
  2. ImageBank 
  3. =========
  4.  
  5. ImageBank is a simple RISC OS compliant application to package up a number
  6. of JPEG images with browser + cataloguer + compressor + decompressor.
  7.  
  8. An image can be:-
  9.  
  10.  - added to the archive by dropping on the browser window.
  11.  - exported by dragging from the browser window.
  12.  - decompressed in to a window by double-clicking on it.
  13.  - deleted from the archive.
  14.  - renamed.
  15.  
  16. Non-bitmap images can also be added to the archive in the usual manner.
  17. They will be compressed using the Squash module (typically giving a 2:1
  18. compression ratio) rater than JPEG and so will suffer no degradation in
  19. quality.
  20.  
  21. Currently only Draw files are the only non-bitmap format supported.
  22.  
  23. In addition a fuller description of the image can be saved and displayed
  24. along with the browse image.
  25.  
  26. Online help is provided via the Acorn !Help application.
  27.  
  28. This application will only run on RISCOS 3.10 or later.
  29.  
  30. This software is based in part on the work of the Independent JPEG Group.
  31. Version 4 release 10-Dec-92.
  32.  
  33. The fast JPEG decompression code was implemented by W.Stoye of
  34. Acorn Computers Ltd.
  35.  
  36.  
  37. ICON BAR
  38. ========
  39.  
  40. Clicking on the ImageBank icon will open the root browser window.
  41.  
  42. Dragging a JPEG file to the icon will decompress it and display it in a
  43. window (but won't add it to the catalogue).
  44.  
  45. MENU
  46.  
  47.  - Info
  48. Opens a standard application information box.
  49.  
  50.  - Choices.Use fonts
  51. If this is selected then the Homerton.Medium font will be used in the
  52. browser windows, otherwise the system font will be used.
  53.  
  54.  - Choices.Browse size
  55. This allows you to set the maximum size of the browse images created when a
  56. new image is imported.
  57.  
  58.  - Choices.Quality
  59. This allows you to choose the quality level at which to compress. 100 is the
  60. highest value, 25 the practical lowest. A value of 75 usually gives good
  61. compression without any degradation being noticeable.
  62.  
  63.  - Choices.Optimise entropy
  64. If this is selected then extra time will be taken in compression. It will
  65. give an identical picture when decompressed but the compressed file size
  66. will be slightly smaller.
  67.  
  68.  - Choices.Input Smoothing
  69. If you are importing dithered 256 colour sprites then this option can be
  70. used to smooth out the effect of the dithering before compression, improving
  71. the compression factor. Sensible values are from 10-50. It shouldn't be used
  72. when importing Clear files or true-colour sprites. To use you should set a
  73. value in the dialogue box and ensure that the menu entry is ticked.
  74.  
  75.  - Choices.Fast decompress
  76. When enabled the fast decompression code is used. When in this mode optimised
  77. sprite output is not available. If you require optimised sprites or ImageBank
  78. does not appear to recognise a JPEG file then try disabling this option.
  79.  
  80.  - Choices.Block smoothing
  81. This smooths the output when a file is decompressed. It can improve picture
  82. quality when an image was compressed with a low quality level (ie below 50).
  83. It shouldn't be used with higher quality images as may make the image worse.
  84.  
  85.  - Save choices
  86. This saves the above choices plus some defaults for the browser windows
  87. (such as save type and sprite type).
  88.  
  89. BROWSER
  90. =======
  91.  
  92. Operation of the browser windows is closely modelled on that of the filer.
  93. So
  94.  
  95.  - Click SELECT
  96.       to select a single item.
  97.  - Click ADJUST
  98.       to toggle an item in and out of the selection.
  99.  
  100.  - Double click SELECT
  101.       on an image to decompress it and display it in a window.
  102.       on a directory to open a browser onto it.
  103.  - Double click ADJUST
  104.       as SELECT but closes the browser window afterwards.
  105.  
  106.  - SHIFT Double click SELECT
  107.       on a directory to close the directory browser.
  108.  - CTRL Double click SELECT
  109.       to open the info window for an object.
  110.  
  111.  - Click ADJUST on the close icon to close the browser and open its parent.
  112.  - SHIFT click ADJUST on the close icon to open the parent only.
  113.  
  114.  - Drag SELECT
  115.       between browser windows moves the selection from one browser to the
  116. other. Note that directories cannot be moved, however you can create a new
  117. directory (with the same as necessary) in the destination browser and copy
  118. all the images.
  119.       to a directory display or to another application will attempt to save
  120. the image to disc or to the application. The filetype used will be the one
  121. shown ticked in the Save submenu, and in the case of sprites the sprite type
  122. used will be that shown ticked in the Sprite submenu.
  123.  
  124.  - Drag ADJUST does the same as above but closes the browser wdinow
  125. afterwards.
  126.  
  127. Files can be dragged to the browser window also. Acceptable types are JPEG,
  128. Sprite (8 bit and above), Clear and Draw file.
  129.  
  130. If a JPEG file is dropped onto a browser window it ic copied into the
  131. catalogue store and decompressed to create a browse sprite which is then
  132. displayed in the browser.
  133.  
  134. If a Sprite or Clear file is dropped on a browser window then they will be
  135. compressed (using the options set in the iconbar Choices submenu) and a
  136. browse sprite created.
  137.  
  138. If a Draw file is dropped on then it is compressed using the Squash module
  139. and a browse sprite created.
  140.  
  141. After decompression or compression the Info window will be opened so that
  142. you can enter a longer description of the image.
  143.  
  144. Note that if multiple files are dropped onto the browser window only the
  145. first one will be added to the archive. If you hold down the control key
  146. whilst the images are compressing then the Info window will not be popped
  147. up and multiple image can be compressed in one go.
  148.  
  149. MENU
  150.  
  151.  - Display.Icons
  152.  - Display.Full info
  153. Choose between two display methods as for a standard directory display.
  154.  
  155.  - Display.Sort by name
  156.  - Display.Sort by size
  157.  - Display.Sort by date
  158. Choose the sort method for this browser.
  159.  
  160.  - Image.Save JPEG
  161. This will save out the compressed image.
  162.  
  163.  - Image.Save sprite
  164. This leads to a further submenu giving the five different sprite types that
  165. can be saved. They are described in more detail below. Clicking on one of
  166. the menu items will select that as the default sprite save type.
  167.  
  168.  - Image.Save clear
  169. This will decompress the image to a Clear file.
  170.  
  171. Clicking on any of the save menu items will select that type as the default
  172. filetype to be used when saving images by dragging directly out of the
  173. browser window.
  174.  
  175.  - Image.Save draw
  176. If the image dropped in was a draw file then use this entry to save out as
  177. a draw file.
  178.  
  179.  - Image.Save read only
  180. This will save a copy of the ImageBank application containing the selected
  181. images. This saved version will be read only and may be freely given away
  182. as long as it is not further modified in any way.
  183.  
  184.  - Image.Rename
  185. Change the 10 character name displayed in Icon view and used as a default
  186. when saving.
  187.  
  188.  - Image.Info
  189. This leads to a dialogue box giving full information about the image or
  190. directory and allowing the long description to be altered.
  191.  
  192.  - Edit.Copy
  193. Copy a selected image to the clipboard. From here it may be imported by any
  194. application that supports the clipboard protocol. The image can be exported
  195. as a JPEG, Sprite or Clear file depending on what the receiving application
  196. supports. If a sprite file is exported then the exact type of sprite file is
  197. determined by what is ticked in the sprite save submenu.
  198.  
  199.  - Edit.Paste
  200. Import an image from the clipboard.
  201.  
  202.  - Edit.Delete
  203. This will delete a selection of images and directories. Note directories can
  204. only be deleted when empty.
  205.  
  206.  - Edit.Select all
  207. Select all objects in the browser.
  208.  
  209.  - Edit.Clear selection
  210. Clear the selection.
  211.  
  212.  - New directory
  213. This will create a new directory in the browser with the given short name.
  214.  
  215.  - Open parent
  216. This will open the parent of this browser.
  217.  
  218.  
  219. DISPLAY
  220. =======
  221.  
  222.  - Save image
  223. Saves the image as displayed as a sprite file.
  224.  
  225.  - Zoom
  226. Allows you to zoom in and out of the image.
  227.  
  228. Click ADJUST on close icon to open parent browser (or filer window if
  229. displaying a JPEG file dropped on the iconbar) as with browser windows.
  230.  
  231. Note that the sprite displayed in this window is not affected by the default
  232. sprite type set in the menus. It will either be a standard palette 256
  233. colour, 32 thousand colour or 16 million colour sprite depending on the
  234. current screen mode.
  235.  
  236. CATALOGUE INFORMATION
  237. =====================
  238.  
  239. Information on each image stored in the catalogue is as follows
  240.  
  241.  - Original filename of image imported (or task that exported it if it was
  242. saved directly from another application).
  243.  - Time and date image was imported.
  244.  - Dimensions of image.
  245.  - Resolution of image (pixels per inch). Note that JFIF files don't store
  246. any resolution or aspect ratio information. This means that a file created
  247. from a sprite with non-square pixels (eg MODE 15) will appear squashed
  248. vertically if decompressed by another application that didn't know this.
  249. ImageBank stores this information so that it can recreate the appropriate
  250. sprite type.
  251.  - Short name for Icon displays and saving.
  252.  - Long description for Full info displays.
  253.  - Quality factor used in compression. Again this value is not stored in a
  254. JFIF file so it is only known from images compressed by ImageBank. 
  255.  
  256. MEMORY
  257. ------
  258.  
  259. When compressing decompressing images, memory is temporarily allocated from
  260. the Wimp Free pool. If there is not enough then temporary files are created
  261. in a location given by the value of the system variable <Wimp$ScrapDir>. If
  262. you get messages about not being able to create temporary files then check
  263. that you have a !Scrap directory. In all cases it will need approx 200K
  264. above its wimpslot to run.
  265.  
  266. DECOMPRESSED IMAGES
  267. -------------------
  268.  
  269. Images can be decompressed to 6 different types of file from the Browser
  270. menu.
  271.  
  272. For a 24 bit RGB JPEG file the possible choices are :-
  273.  
  274. Standard:    This is a MODE 15 or 28 sprite with the standard 256 colour
  275. palette and can be viewed correctly in any 256 colour screen mode.
  276.  
  277. Grey:        This is a MODE 15 or 28 sprite with a palette consisting of 256
  278. levels of grey. Although all the detail cannot be viewed on a standard
  279. Archimedes it can be printed on a monochrome printer with more detail than a
  280. standard palette sprite.
  281.  
  282. Optimised:   This is a MODE 15 or 28 sprite with a palette optimised to use
  283. the most common colours in the image to give the best possible 8 bit image.
  284. Unfortunately the only current way to view it correctly is with a 3rd party
  285. enhanced graphics card. It may however give better printed results on a
  286. colour printer than the standard palette sprite.
  287.  
  288. 32 thousand colours: This is a new format sprite and is a useful trade off
  289. between quality and file size.
  290.  
  291. 16 million colours:  This is a new format sprite and gives the best possible
  292. image that can be created.
  293.  
  294. Clear:       This is a 24 bit Clear file and cannot be viewed in this form.
  295. Clear files are a common interchange format for 24 bit graphics files on the
  296. Archimedes and most applications that can deal with 24 bit colour will be
  297. able to load a Clear file.
  298.  
  299. For an 8 bit grey scale JPEG file the possible choices are :-
  300.  
  301. Standard:    As above
  302. Grey:        As above
  303.  
  304. Optimised:
  305. 32 thousand colours:
  306. 16 million colours:
  307.  
  308. Selecting any of these three formats will produce the same as selecting the
  309. 256 grey option as that will give the best quality that is available.
  310.  
  311. Clear:       This is an 8 bit clear file with a 256 greyscale palette attached.
  312.  
  313. VERSIONS
  314. --------
  315.  
  316. This application comes in two forms.
  317.  
  318. Full version    - features as described above.
  319. Limited Edition - cannot save new format sprites or create directories.
  320. Read Only       - cannot save Clear or new format sprite files and cannot
  321.                   import images.
  322.  
  323. The Read Only version is freely distributable as long as the following
  324. conditions are abided by.
  325.  
  326. 1) NONE of the files within the application are removed or altered in any
  327.    way. This includes all images, code and data files.
  328.  
  329. 2) No charge is made.
  330.  
  331. The Full version is only available from:-
  332.  
  333. Irlam Instruments Ltd.
  334. Brunel Institute for Bioengineering
  335. Brunel University
  336. Uxbridge
  337. Middlesex
  338. UB8 3PH
  339. 0895 811401
  340.  
  341. All software © Irlam Instruments Ltd. 1994 except those portions provided by
  342. the Independent JPEG Group.
  343.  
  344. Written by Simon Middleton for Irlam Instruments Ltd. Apr 1993 - Feb 1994.
  345. Comments welcome to imagebank@uniqway.demon.co.uk
  346.  
  347. eof ImageBank:!Help
  348.