home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / spview15.zip / README.TXT next >
Text File  |  1993-12-24  |  5KB  |  116 lines

  1. SuperPreview - Copyright (c) 1993 BitBank Software Inc.
  2. written by Larry Bank
  3.  
  4. About SuperPreview 1.5
  5. ----------------------
  6. I wrote SuperPreview as an outlet for my fax/document imaging experience
  7. starting in March of 1992. I have since created a 16-bit OS/2 1.x & Win 3.x
  8. version as well as a 32-bit OS/2 2.x & Win32S version.  The 32-bit versions
  9. support full color, the 16-bit versions support only bi-level images.  The
  10. reason I started with bi-level image support is because of some very fast
  11. routines I created for uncompressing/compressing and displaying bi-level
  12. images.  The images are stored in memory in a compact run-length format and
  13. this allows gigantic images to be viewed without using much system memory and
  14. allows dynamic scaling without loss of performance; you will notice how fast
  15. images load and display.  I am currently pursuing marketing of this product
  16. through various channels with additional features such as TWAIN scanner support
  17. and full color.  I currently license a function library of imaging routines
  18. as well as modified versions of the viewer.  If you have an interest in using
  19. SuperPreview or its functions in your own program, please contact me by email
  20. on CompuServe.  I wanted to use a freeware version as a way to get feedback
  21. from users on various features, as well as let the OS/2 community have a fast,
  22. free image viewing tool.  Please send me email through Compuserve (71552,1407)
  23. as to what features you would like to see added/removed as well as your overall
  24. impression of the application.   This program is freeware, not shareware. There
  25. is no registration; you are free to use it for your own personal use without
  26. charge, but you may not sell it or include it with a commercial product
  27. without permission from me.
  28.  
  29. Performance & Compatibility
  30. ---------------------------
  31. This 16-bit OS/2 app has been tested on OS/2 1.3 on a PS/2 Mod 60 80286 machine
  32. as well as 386 & 486 machines running OS/2 2.1. As far as 32-bit versus 16-bit
  33. performance,  most of the app is written in highly optimized assembly language
  34. and there is no noticeable difference between 16 and 32-bit code.  Using 386
  35. specific features in the 16-bit code only simplifies the code a litte, it
  36. does not speed it up significantly.
  37.  
  38. Notes on using SuperPreview
  39. ---------------------------
  40. Context sensitive help is available for all menu items by pressing F1.
  41. The only point that needs clarification is the use of the mouse. When opening a
  42. document, the first page is opened and displayed so that the
  43. entire document fits in the viewing window, or the width of the image is fitted
  44. to the width of the window. To zoom into an area of interest:
  45.  
  46. 1a) Press and hold the left mouse button and drag a box around the area of
  47.     interest.
  48. 1b) Release the left mouse button.  The selection rectangle will remain on
  49.     the screen.  You may copy the selected area to the OS/2 clipboard, or
  50.     zoom in to the selected area by pressing the right mouse button.
  51.  
  52. 2)  A single click of the right mouse button will zoom in to 100% view
  53.     (one document pixel = one screen pixel) at the spot clicked over if at
  54.     other than 100%, or will zoom back out to full page view if already
  55.     at 100% view.
  56.  
  57. 3)  Double-click and release the left mouse button, this will turn the mouse
  58.     pointer into a hand to allow real-time dragging of the current view.  This
  59.     feature is only enabled when the image is scaled larger than the window in
  60.     both dimensions.
  61.  
  62. Supported File Formats
  63. ----------------------
  64. TIFF +- All bi-level compression types (single and multi-strip, Intel format)
  65. OS/2 1.2 BMP
  66. Win 3.X BMP
  67. PCX
  68. DCX +
  69. WinFax
  70. QuickLinks II +
  71. BitFax +
  72. FAXIT
  73. IBM PSEG3820*
  74. IBM IOCA G4*
  75.  
  76. Fixes and Improvements to version 1.4
  77. -------------------------------------
  78. 1) OS/2 BMP load fixed.
  79. 2) WinFax load fixed.
  80. 3) Batch Convert & Print dialog exiting traps fixed.
  81. 4) TIFF images with >512 strips now supported.
  82. 5) TIFF images with missing strip row count now supported.
  83.  
  84. a) Added Preferences dialog box
  85. b) Added zoom in & out options
  86. c) Added copy and paste icons
  87. d) Added contrast control on scaled view
  88. e) Added default view (fit-win or fit-width)
  89. f) Improved useability of icon bar and menu items
  90. g) Added crop function.
  91.  
  92. Fixes and Improvements to version 1.5
  93. -------------------------------------
  94. 1) INI file no longer gets written to more than one place.
  95. 2) Help file will get loaded even if SPVIEW is run from a different path.
  96. 3) TIFF resolution unit of centimeters now supported properly.
  97. 4) View indicator buttons fixed.
  98. 5) All dialog boxes centered and tested on VGA & XGA.
  99. 6) Zooming in and out now keeps the image centered.
  100.  
  101. a) Added Limited (partially working) IOCA G4 support for reading.
  102. b) Added mouse drag option to move the image in both directions without using
  103.    the scroll bars.
  104. c) Capture the top window or the entire screen into a bitmap.
  105.  
  106. Known Problems
  107. --------------
  108. 1) Print functionality is currently under development.
  109. 2) Screen captures and clipboard bitmaps are flattened to bi-level, future
  110.    versions will have dithering support.
  111. 3) Deskew function is currently under development.
  112. 4) IOCA file load is only partially working, only supports G4 compression
  113.  
  114. * IBM & OS/2 are trademarks of International Business Machines Corp.
  115. + Indicates a format which supports multiple pages
  116.