home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / graphics / display / multi / !Multi / !Help < prev    next >
Encoding:
Text File  |  1991-11-07  |  3.2 KB  |  107 lines

  1.  
  2. !Multi - Multisync sprite display.  © 1991 Alun Jones.
  3.  
  4. This application will display sprites from any mode
  5. from 0-28 except 23, and of any size from little icons
  6. to great big 800x592 or 960x512 pictures, on a
  7. standard non multisync monitor. Sprites bigger than
  8. this will simply have their right and bottom edges cut
  9. off. As Multi only needs 16K of memory it can be kept
  10. loaded even on a 1Mb machine.
  11.  
  12. To use simply drag a sprite file to its icon. The
  13. sprite(s) will then be loaded and displayed, using
  14. interlace to emulate the high resolution of multisync
  15. and (super) VGA sprites if needed. Left button or
  16. Shift steps through the sprites in a file, while
  17. middle button or Space return you to the desktop.
  18.  
  19. When using interlace press the right mouse button or
  20. RETURN once or twice for best display results. This is
  21. needed as I don't know how to check the current
  22. interlace position, which means I can't automatically
  23. align the picture to it.
  24.  
  25. Control summary
  26. ---------------
  27.  
  28. Left click on the Multi icon reloads the last picture,
  29. so your favourite piccy is only a mouse click away.
  30.  
  31. While the picture is displayed:
  32.  
  33.   Mouse button     Keyboard         Action
  34.  
  35.      Left           Shift        Step through sprites
  36.      Middle         Space        Return to desktop
  37.      Right          Return       Re-align interlace
  38.  
  39. HiRes
  40. -----
  41.  
  42. The 'HiRes' option on the iconbar menu gives access to
  43. a 960x256 mode with 256 colours, which is interlaced
  44. to 960x512. I find this most useful for displaying GIF
  45. pictures that have been scaled up using Translator by
  46. 3:2 in the X direction. This gives more pixels for
  47. dithering, often resulting in a better colour match.
  48. Note that when HiRes is ticked ALL sprites will be
  49. displayed in this mode, regardless of their original
  50. mode, so be prepared for odd colours and aspect ratios
  51. if used inappropriately.
  52.  
  53. Modules
  54. -------
  55.  
  56. Multi uses two new modes, 80 and 81, created with
  57. ModeDef by Nick Jarman (interlace in brackets) :
  58.  
  59.   Mode      Resolution      Colours      Memory
  60.    80      800x296 (592)      256      232K (464)
  61.    81      960x256 (512)      256      240K (480)
  62.  
  63. If these mode numbers clash with some you already use
  64. then open up Multi's directory and run !Change. This
  65. will prompt you for new numbers for modes 80 and 81.
  66. It will then change and rename the mode modules and
  67. save the new numbers. If you get the modes in a mess
  68. then delete the ModeNums file and run !Change giving
  69. it the numbers of the mode modules FILE names. Then
  70. re-run !Change and give it the numbers you really
  71. want. This should get things going again (I hope!).
  72.  
  73. Multi also uses the DoubleMode module. This provides
  74. one command to claim double the screen memory normally
  75. used by a mode.
  76.  
  77. Copyright
  78. ---------
  79.  
  80. This software is in the Public domain. You may copy it
  81. and distribute it, so long as the entire application
  82. directory is kept complete and no charge is made for
  83. it. Please let me have a copy of any improvements made
  84. and let me know about any bugs.
  85.  
  86. Contacts
  87. --------
  88.  
  89. My address is : auj@uk.ac.aber 
  90.  
  91. Snail Mail    :
  92.  
  93.         Alun Jones
  94.         Sunny Bank,
  95.           Tregynon,   
  96.            Newtown,
  97.     Powys SY16 3EH.
  98.  
  99. Official(?) additions by:
  100.  
  101.        Bryan Hogan,
  102.    26, Anson House,
  103.  Churchill Gardens,
  104.   London, SW1V 3AQ.
  105.  
  106. Friends email address : jt@doc.ic.ac.uk
  107.