home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / OLS / DOS / Qpv17c / Qpv17c.TXT < prev   
Text File  |  1996-01-04  |  15KB  |  338 lines

  1. -----------------------------------------------------------------------------
  2.  
  3.                           The "Quick Picture Viewer"
  4.                         ______________________________
  5.                         ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
  6.  
  7.                                 Q P V / 3 8 6
  8.                               _________________
  9.                               ~^~^~^~^~^~^~^~^~
  10.  
  11.       A fast JPEG viewer for MS-DOS.  VGA graphics and 80386+ required.
  12.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13.    Currently supports JPG, TGA, GIF, PCX, BMP, IFF/ILBM, PNM/PBM, PCD, PNG.
  14.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15.  
  16. Copyright (c) 1993-95 by Oliver Fromme -- All Rights Reserved
  17.           Oliver Fromme, Leibnizstr. 18-61, 38678 Clausthal, Germany
  18.  
  19.           Internet email:  fromme@rz.tu-clausthal.de
  20.           WWW:  http://www.tu-clausthal.de/~inof/Welcome.html
  21.  
  22. This program is Shareware.  You may copy the unregistered version, use it,
  23. give it to your friends, upload it to a BBS or something similar, under the
  24. following conditions:
  25.  
  26.  * Don't charge any money for it.  If you upload it to a BBS, make sure that
  27.    it can be downloaded free (without paying for downloading it, except
  28.    for usage fees that have to be paid anyway).  Small copying fees (up to
  29.    5 DM or 3 $US) may be charged.
  30.  * Only distribute the whole original package, with all the files included.
  31.  * Don't change the files in any way, except:
  32.    You may change the INI, CFG, ASM, and DRV files for private purposes.
  33.    Don't distribute modified versions of these files to others without
  34.    prior permission of the author of QPV/386.
  35.  * If you want to include QPV/386 on a CD-ROM and/or book, please send me
  36.    a free copy of the CD/book (this is not a must, but I would appreciate
  37.    it very much).
  38.  
  39. Distribution of the unregistered shareware version is explicitely desired,
  40. provided that the above conditions are accepted.
  41.  
  42. Graphics cards manufacturers:  How about bundling QPV/386 with your product?
  43. I'm sure many of your customers would appreciate that free extra bonus.
  44.  
  45. This software consists of the following files:
  46.  - QPV.EXE        the main executable file
  47.  - QPV.INI        initialization file (ASCII text)
  48.  - QPV.CFG        standard configuration file (ASCII text)
  49. Subdirectories ENGLISH (*=C) and DEUTSCH (*=K):
  50.  - QPV.DO*        the documentation
  51.  - CHANGES.DO*     list of changes from previous versions
  52.  - CONFIG.DO*      how to configure QPV/386
  53.  - FAQ.DO*         frequently asked questions
  54.  - REGISTER.DO*    how to register
  55.  - REGISTER.FRM    registration form (English)
  56.  - REGISTER.FOR    registration form (German)
  57.  - UPDATES.DO*     how to get updated versions of QPV/386
  58. Other subdirectories:
  59.  - CFG\*.CFG       various configuration files
  60.  - CFG\CFG.DOC     description of the configuration file format
  61.  - DRV\*.DRV       various video driver files
  62.  - DRVSRC\*.ASM    source codes for the video drivers
  63.  - DRVSRC\DRV.DOC  description of the video driver file format
  64.  
  65. Text files with a DOK extension are German, those with a DOC extension
  66. are English.
  67. There may also be some example JPEG files.  They are not part of the QPV/386
  68. software package.
  69.  
  70. A few warnings, disclaimer etc:
  71.  
  72. IMPORTANT:  Using modes that your hardware (graphics card and/or monitor)
  73. can't handle can damage your hardware!  Be sure to use only supported
  74. modes.  If you come across a mode which looks flickering or unstable
  75. (i.e. the monitor can't hold the picture), abort QPV/386 immediately and
  76. delete that mode from the configuration file.
  77.  
  78. YOU ARE USING QPV/386 AT YOUR OWN RISK!  THE AUTHOR (OLIVER FROMME) IS NOT
  79. LIABLE FOR ANY DAMAGE CAUSED BY THE USE OF QPV/386 OR BY THE INABILITY
  80. TO USE QPV/386.  IF YOU ARE NOT SURE ABOUT THIS, OR IF YOU DON'T ACCEPT
  81. THIS, THEN DO NOT USE QPV/386!
  82.  
  83. QPV/386 is inexpensive shareware.  If you continue using it after a trial
  84. period of 30 days, you are encouraged to pay a small registration fee.
  85. (I try to avoid saying that you MUST register, but actually you MUST.)
  86. The registration is valid for all future updates (you'll get a
  87. registration key which makes the delay disappear).  The source code of
  88. the JPEG decoding routines (Pascal and Asm) used by QPV/386 is also
  89. available.
  90. To become a registered user, please print the file REGISTER.FRM and send
  91. it to me with appropriate payment.  Read the file REGISTER.DOC for further
  92. information.
  93.  
  94. All product names mentioned in this software and documentation are trademarks
  95. or registered trademarks of their respective owners.  They're used in this
  96. software and documentation for identification purposes only.
  97.  
  98. "The Graphics Interchange Format(c) is the Copyright property of
  99. CompuServe Incorporated. GIF(sm) is a Service Mark property of
  100. CompuServe Incorporated."
  101.  
  102. -----------------------------------------------------------------------------
  103.  
  104. What is QPV/386?
  105. ~~~~~~~~~~~~~~~~
  106.  
  107. The "Quick Picture Viewer /386" (hereafter referred to as QPV/386) is a
  108. viewer for JPEG image files.  It is about twice as fast as other common JPEG
  109. viewers.  Compare it yourself, you'll be surprised.
  110.  
  111. JPEG (Joint Photographic Experts Group, pronounce "Jay-Peg") is an image file
  112. format which uses a "lossy" compression.  JPEG images (they have usually a
  113. "JPG" file extension) are normally very small and offer better compression
  114. than any other image format.
  115.  
  116. Decoding of JPEG images is a rather complicated process, thus it needs a lot
  117. of computing power and performance.  QPV/386 takes advantage of the advanced
  118. features of 80386, 80486 and Pentium (586) CPUs, and it uses large look-up
  119. tables instead of formulas.  Well, I don't want to get into details.  It's
  120. fast, that's all you could want to know.
  121.  
  122.  
  123. Features
  124. ~~~~~~~~
  125.  
  126.  - It's fast (have I mentioned that before?).
  127.  - Uses advanced features of 80386/486 processors (note, the Cyrix 486DLC
  128.    is only an improved 386 rather than a 486).
  129.  - Contains Pentium optimized code.  QPV/386 is immune against the
  130.    FDIV bug of Pentium processors.
  131.  - Nice preview ability which is even faster (lets you quickly browse through
  132.    lots of images, very useful if you're searching for a certain image).
  133.  - Works even with a standard VGA card (320x200x16, 640x480x16, 320x200x256).
  134.  - Supports many SVGA cards (virtually all with VESA capability).
  135.  - Uses truecolor (16M color), hicolor (32K color), 256 color (either
  136.    greyscale or dithered color), and 16 color (dithered greyscale) modes.
  137.  - You can pan across an image which is bigger than the current screen
  138.    resolution (scrolling).  Some XMS and/or EMS memory is needed for this.
  139.    You can even pan using your mouse, which is much fun (at least on fast
  140.    local bus machines).
  141.  - You can change the resolution without loading/decoding the image again
  142.    (this is restricted to the same color resolution, for example you can't
  143.    switch from hicolor to truecolor without reloading the image).
  144.  - Supports the following image file formats (more to come):
  145.     * JPEG/JFIF (see below)
  146.     * GIF:
  147.        + interlaced and non-interlaced
  148.        + GIF87a and GIF89a (87a subset only)
  149.        + displays the first image of a multi-image GIF
  150.     * Targa (TGA):
  151.        + truecolor (15, 16, 24 and 32 bit), greyscaled, or with palette
  152.        + uncompressed or rle compressed (run length encoded)
  153.        + supports all video modes (16, 256, 32K, 64K, 16M)
  154.     * PCX:
  155.        + 1 and 4 bit with standard palette
  156.        + 8 bit with extended palette
  157.        + 24 bit truecolor
  158.     * BMP (Windows)
  159.        + 1 bit monochrome with palette, uncompressed
  160.        + 4 and 8 bit with palette, uncompressed or RLE4/8 compressed
  161.        + 24 bit truecolor, uncompressed
  162.     * BMP (OS/2)
  163.        + 1, 4 and 8 bit with palette, uncompressed
  164.        + 24 bit truecolor, uncompressed
  165.        + also supports the new multi image format (BA-BMP)
  166.     * IFF/ILBM (LBM)
  167.        + 1 to 8 bit with palette, and 24 bit truecolor, also DP2 enhanced
  168.        + uncompressed or compressed (ByteRun-1)
  169.        + no HAM yet (due to lack of test images)
  170.     * PNM
  171.        + PBM (black/white), PGM (grey), PPM (truecolor)
  172.        + ASCII and raw/binary versions
  173.     * Photo-CD
  174.     * PNG ("ping")
  175.        + complies with the recommendations of the PNG specification
  176.          (draft #10 and version 0.92)
  177.        + supports gamma, interlacing, alpha and transparency.
  178.  
  179.  
  180. Requirements
  181. ~~~~~~~~~~~~
  182.  
  183.  - 80386 or better CPU (33 MHz or faster recommended), 386SX is sufficient
  184.  - VGA graphics card (SuperVGA recommended, though QPV/386 will run on any
  185.    standard VGA card)
  186.  - some XMS and/or EMS memory (depending on the size of the images), though
  187.    QPV/386 will also run without any XMS/EMS, but then you will be unable to
  188.    do any panning/scrolling
  189.  - about 500 to 550 Kb of free conventional memory
  190.  - MS-DOS 5.0 or compatible operating system
  191.  
  192. A mouse is not required, but it's much more fun than keyboard control!
  193.  
  194. A numeric coprocessor is not required.  If present, it will not be used,
  195. because it would not speed up decoding/displaying.
  196.  
  197.  
  198. Using QPV/386
  199. ~~~~~~~~~~~~~
  200.  
  201. At first you have to configure QPV/386 for your video hardware by running
  202. the SETUP utility once.  Please read the CONFIG.DOC file for more
  203. information.
  204.  
  205. Then just type 'QPV' to run it.  There are some command line options
  206. (type 'QPV /?' to get a help message), but they're usually not needed.
  207.  
  208. The graphical user interface of QPV/386 is rather intuitive, so there is no
  209. need for much documentation.  Press the 'F1' key to get a list of all
  210. keyboard functions.  Hit '?' to get a list of keys that can be used while
  211. viewing an image.  You can quit QPV/386 at any time by pressing Alt-X.
  212.  
  213. QPV/386 can also be used as command line viewer (without graphical user
  214. interface).  Type 'QPV/386' followed by one or more filenames.  Wildcards
  215. ('*' and '?') are allowed, too.  Type 'QPV /?' for more information.
  216.  
  217. Experienced users should have a look at the initialization file QPV.INI.
  218. It offers many possibilities to change QPV/386's behaviour, you can even
  219. enable some advanced features which are disabled by default (e.g. automatic
  220. video mode selection).  It's a standard ASCII text file, containing
  221. detailed comments for each topic.
  222. Some of these setting can also be changed while QPV/386 is running:
  223. press Alt-O (while the directory listing is displayed) to enter an options
  224. window.
  225.  
  226.  
  227. Restrictions and Bugs
  228. ~~~~~~~~~~~~~~~~~~~~~
  229.  
  230. QPV/386 can't handle all kinds of JPEG images.  Specifically, it can only
  231. decode files which comply with the JFIF standard.
  232. See 'Technical Information' below for more details.
  233.  
  234. The maximum image width is 4000 pixel.  QPV/386 will refuse to decode larger
  235. images.  The image height is not limited, but if it's too large it may not
  236. fit into memory (XMS/EMS), thus you can't see the bottom part when scrolling
  237. down.  If this happens, try to use a video mode with less colors, because it
  238. needs less memory (see FAQ.DOC).  Or buy more memory :-)
  239.  
  240.  
  241. How to get an updated version of QPV/386
  242. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  243.  
  244. Please refer to the UPDATES.DOC file.
  245.  
  246.  
  247. Revision history and changes from prior versions
  248. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  249.  
  250. Please refer to the CHANGES.DOC file.
  251.  
  252.  
  253. Technical Information
  254. ~~~~~~~~~~~~~~~~~~~~~
  255.  
  256. QPV/386 can decode greyscaled images (containing a single component using
  257. h1v1 upsampling) and YCbCr true color images (containing three interleaved
  258. components in a single scan, using either Yh2v2, Yh2v1 or Yh1v1 upsampling
  259. for Y and Ch1v1 for Cb/Cr), covering virtually all JFIF files in use today.
  260.  
  261. QPV/386 can handle files that contain restart markers, but it will not use
  262. them for error recovery.  QPV/386 can also display JPEG files which were
  263. created with the 'Adobe Photoshop' (at least version 2.5).
  264.  
  265. The basic JPEG decoding routines are written in pure 386 assembly language,
  266. everything else is written using Borland Pascal 7.0.  I am not using
  267. protected mode, because it would slow down the decoding rather than speeding
  268. it up.  I have linked the JPEG routines into a single easy to use Pascal
  269. unit, which can also be used within other applications.  If you want to
  270. purchase the unit, please read the file REGISTER.DOC for more information.
  271.  
  272. The JPEG unit provides procedures to open and close a JPEG file, read the
  273. file header, and read the image row by row.  It contains routines which
  274. return the lines as 24 bit true color RGB/BGR, 15/16 bit hicolor, 256 color
  275. dithered, 256 color greyscaled, 16 color grayscaled/dithered, and 16 color
  276. greyscaled/dithered for preview (scaled to one eigth or one fourth).
  277.  
  278. A DLL library which can be used for Windows and protected mode applications
  279. available now, see REGISTER.DOC.  It can decode and create JPEG files.
  280.  
  281.  
  282. Equipment used for Development of QPV/386
  283. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284.  
  285. Many people are curious about this, so here it is.
  286.  
  287. Hardware:
  288.  - Pentium 100 MHz, 512 Kb cache, 64 Mb RAM, PCI, Neptune chipset, Award BIOS
  289.  - 3.2 Gigabytes of harddisk space (WD, Quantum, Maxtor), both IDE and SCSI
  290.  - magneto optical disk drive (Fuji) 230 Mb, 6.5 Gigabytes of MO disks
  291.  - CD-ROM drive (NEC, 6speed, SCSI-2)
  292.  - DAT streamer HP-1533A (16 Gb, SCSI-2), 112 Gigabytes of DAT tapes
  293.  - MGA Matrox Millenium graphics card, 4 Mb WRAM
  294.  - 17" SVGA color monitor Eizo F563-T
  295.  - Advanced Gravis UltraSound (GUS, 1 Mb), Soundblaster AWE32 (2 Mb), 200 W amp
  296.  - 32 bit network card, Ethernet NE2000 compatible, twisted pair (10Base-T)
  297.  - 1200 dpi truecolor flatbed scanner, SCSI
  298.  - TI microLaser PowerPro, 6 Mb RAM, 600 dpi, 12 ppm, Adobe PostScript
  299.  - Genius mouse, three buttons
  300.  - Ethernet (10Base-T) 8 port hub
  301.  - Lots of 3.5" HD floppy disks (mainly Fuji)
  302.  - Printer spooler:
  303.     + intel 80486-DX2/66, 256 Kb cache, 16 Mb RAM, VLB, SIS chips, AMI BIOS
  304.     + 460 Mb harddisks (Fujitsu & Conner), IDE
  305.     + Cardex Cobra graphics card, Tseng ET4000/W32i chips, 2 Mb, truecolor
  306.     + 16 bit network card, Ethernet NE2000 compatible, twisted pair (10Base-T)
  307.     + Soundblaster (mono)
  308.  - Mailbox/BBS (+49-5323-5143):
  309.     + intel 80386-DX33, 64 Kb cache, 20 Mb RAM, ISA, SIS chipset, AMI BIOS
  310.     + magneto optical disk drive (Fuji), 128 Mb
  311.     + 16 bit network card, Ethernet NE2000 compatible, twisted pair (10Base-T)
  312.     + Highspeed faxmodem 14.4
  313.  
  314. Software:
  315.  - Novell DOS 7 by Novell Inc.
  316.  - OS/2 Warp 3 by IBM Corp.
  317.  - Windows95 by Microsoft Int.
  318.  - Borland Pascal 7.01 by Borland Int.
  319.  - Delphi 1.02 by Borland Int.
  320.  - Turbo Assembler 3.2 and 4.0 by Borland Int.
  321.  - XKEY, KEEP8, BOO by Oliver Fromme
  322.  - TURBODSK 1.1 by Ciriaco Garc。a de Celis
  323.  - EmTeX by Donald E. Knuth und Eberhard Mattes
  324.  - TeXShell by J〉gen Schlegelmilch
  325.  - ... and many invaluable tools and utilities
  326.  
  327. Special thanks to:
  328.    Thomas M馬kemeier, Lutz Kotoll, Thilo W. Fischer, Rainer Klaffehn,
  329.    Walter Schmies, Stefan Engel, Ben Jos Walbeehm, Uwe Schlenther,
  330.    Bryan Woodworth, Rafal Wiezbicki, Piotr Warezak,
  331.    and all of my beta testers!
  332.  
  333. All product names mentioned in this software and documentation are trademarks
  334. or registered trademarks of their respective owners.  They're used in this
  335. software and documentation for identification purposes only.
  336.  
  337. -----------------------------------------------------------------------------
  338.