home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 1999 January / STC_CD_01_1999.iso / utility / winlupe / doku / english.txt next >
Text File  |  2000-01-08  |  6KB  |  152 lines

  1. W i n L u p e 6.70 - faster than light
  2. ======================================
  3.  
  4. Winlupe is a magnifying glass onto your monitor screen! Winlupe can run as
  5. an accessory or Application under all TOS versions. Includes the Source
  6. code in Pure C and assembler.
  7.  
  8.  
  9. What can Winlupe do for you?
  10. ----------------------------
  11.  
  12. * Winlupe enables precise mouse positioning whatever the Application.
  13. * Proofing of raster graphic images.
  14. * Can be used in Applications which either provide no Zoom function or
  15.   the Zoom function is so badly implemented as to be unusable!
  16.  
  17.  
  18. Programmed by  : Christian Grunenburg, Traminerweg 5, D-71717 Beilstein
  19. Telephone      : 07062-5287 (Germany)
  20. Email Maus Net : Christian Grunenberg@S2
  21. Email Global   : Christian_Grunenburg@S2.maus.de
  22.  
  23. You can obtain the latest version of Winlupe by sending me a disk containing
  24. some decent PD Software together with an SAE, stating whether you want the
  25. English or German version.
  26. Alternatively the latest German version is available for download from the
  27. following German Mailbox: MAUS S2
  28.  
  29. The latest English version can be downloaded from the following BBSs:
  30.  
  31. CIX: 081 390 1244 On the Internet: cix.compulink.co.uk
  32. The Tavern: 081 445 6514, FNET 2:255/408, NEST 90:1004/1042
  33.  
  34. Winlupe is distributed using the Freeware principle which means that
  35. everyone may use, copy and give copies to other users. PD libraries are an
  36. exception and may only distribute Winlupe after obtaining my permission.
  37.  
  38. Whilst I have taken every precaution to ensure Winlupe works perfectly I
  39. offer no guarantee and you use Winlupe at your own risk, see below!
  40.  
  41.  
  42. Important advice
  43. ================
  44.  
  45. The Info file 'WIN_LUPE.INF' generated by Winlupe when the defaults are
  46. saved are only compatible with the version of Winlupe which created it.
  47. When you first use a different version of Winlupe ensure you delete the
  48. old .INF file and create a new one, using the Save option. Ignore this
  49. advice at your peril, if you are lucky you'll get an Error Message but a
  50. crash is also possible!
  51.  
  52. Winlupe is programmed to be compatible with all (Multi)-TOS versions and
  53. should run on all ST/STE/TT and Falcon models. Large screen monitors,
  54. graphics cards and True Colour boards are also fully supported.
  55.  
  56.  
  57. Setting up Winlupe
  58. ==================
  59.  
  60. Winlupe can run as an Application (.APP) or accessory (.ACC) by renaming
  61. the file with the appropriate file extender shown above. Intergrated
  62. On-line help is provided which explains each function in detail.
  63.  
  64. The memory requirement of Winlupe has been kept as low as possible without
  65. comprimising speed. Around 8Kb is needed for internal tables and
  66. altogether around 68Kb is used (including program code and files). Winlupe
  67. also uses two screen buffers for the open zoom window. The maximum size
  68. of the screen buffer on the ST is 96Kb and on the TT 456Kb. The Falcon
  69. 030 at maximum resolution needs somewhere around 2Mb but I guess nobody
  70. will use Winlupe with Overscanned and Interlaced True Color Modes
  71. (768*576*65536 Colours). In 640*480*256 Colours only 912Kb is needed.
  72.  
  73. If you are looking for maximum speed; select the 'Optimise window size &
  74. position' and 'Enlarged cursor' options. Deselect the 'Real time scroll
  75. bars' option. Set the Frequency to 100Hz and use one of the pre-defined
  76. zoom factors (2/4/8/16). If you have a graphic card installed it is well
  77. worth trying the Standard, Pixel packed and Interleave Modes. Performance
  78. increases between 150% - 3000% are possible, compared to the pure VDI
  79. routines.
  80.  
  81. Standard Mode should work in all mono-resolutions, including ST & TT high,
  82. as the screen output is compatible with the VDI Standard Format.
  83. The Pixel packed Modes work with Graphics cards where the individual
  84. pixels are not organised in planes but directly behind one another in
  85. memory. This is the case for many graphic cards in 8/15/16/24/32 Bit modes
  86. with corresponding 256/32768/65536/16.7 million colour options.
  87. The Interleaved Mode is needed when the Pixel planes alternate behind one
  88. another in memory. This works in all ST/TT resolutions including most of
  89. the Falcon graphic modes, except True Color Modes, for which the pixel
  90. packed option should be used.
  91.  
  92. The 'AES compatibility mode' activates the vital wind_update() call which
  93. avoids redraw problems caused when screen elements overlap the zoom
  94. window.
  95.  
  96. Winlupe was programmed using Pure C from Applications Systems Heidelburg
  97. using my own extended GEM Dialog Library (EnhancedGEM).
  98.  
  99.  
  100. How fast is Winlupe? (all times in milliseconds (ms))
  101. -----------------------------------------------------
  102.  
  103. The times below were all taken in ST high resolution with the Zoom window
  104. at full screen with the 'Optimise window size & position' deselected. This
  105. is the slowest possible case. Using the blitter results in around a three
  106. times speed increase.
  107.  
  108. Zoom mode: VDI Transform
  109. ------------------------
  110.  
  111.  Zoom factor |      ATARI ST     |   MEGA/STE&NVDI   |
  112. -------------+-------------------+-------------------+
  113.              |  Zoom   |   All   |  Zoom   |   All   |
  114. -------------+---------+---------+---------+---------+
  115.       2      |    50   |   325   |   30    |   110   |
  116.       3      |    40   |   275   |   25    |    95   |
  117.       4      |    30   |   265   |   20    |    85   |
  118.       6      |    25   |   250   |   20    |    80   |
  119.       8      |    20   |   240   |   15    |    75   |
  120.      16      |    20   |   260   |   15    |    85   |
  121.  
  122.  
  123. Zoom mode: Standard
  124. -------------------
  125.  
  126.  Zoom factor |      ATARI ST     |   MEGA/STE&NVDI   |
  127. -------------+-------------------+-------------------+
  128.              |  Zoom   |   All   |  Zoom   |   All   |
  129. -------------+---------+---------+---------+---------+
  130.       2      |    50   |   280   |   30    |    60   |
  131.       3      |    40   |   230   |   25    |    55   |
  132.       4      |    30   |   210   |   20    |    45   |
  133.       6      |    25   |   205   |   20    |    45   |
  134.       8      |    20   |   185   |   15    |    40   |
  135.      16      |    20   |   190   |   15    |    40   |
  136.  
  137. Zoom -> actual Zoom factor routine
  138. All  -> Complete screen display
  139.  
  140.  
  141. A few examples:
  142.  
  143. ST High/TT High (with Overscan)       : Standard
  144. monochrome Graphic card               : Standard
  145. ST/TT Low/Medium (with Overscan)      : Interleaved
  146. Falcon True Color Modes               : Pixel packed
  147. Graphic cards with at least 4 colours : Pixel packed
  148.  
  149. Ciao,
  150. Criss ...
  151.  
  152.