home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / jpegshow_2.0.lzh / JPEGSHOW / Read.Me < prev   
Text File  |  1995-03-22  |  2KB  |  68 lines

  1. Remarks for version 2.0
  2. -----------------------
  3.  
  4.    This is an improvement of version 1.0 (see below). New options include:
  5.  
  6.    -g  display picture in grayscale (black and white). Useful for quick high
  7.        resolution previews
  8.  
  9.    -m  decompress the entire picture in memory. Afterwards one can move around
  10.        the picture by clicking (or double-clicking) on the scroll bars. This
  11.        scrolling is possible only if the picture is bigger than the screen.
  12.  
  13.    In case of "insufficient memory" error, one or more of the following steps
  14. can be taken:
  15.     1. scale down the picture using -s2 or even -s4
  16.     2. display the picture in grayscale, -g
  17.     3. refrain from using -m option.
  18.  
  19.    Two errors in version 1.0 have been found and corrected: pictures which are
  20. originally grayscale are now displayed correctly and the offsets are calculated
  21. correctly when displaying many pictures.
  22.  
  23.    For quick previewing, I recommend either
  24.  
  25.    jpegshow *.jpg -m -g -s2   (or even -s4 if the pictures are very big)
  26.  
  27. or 
  28.    jpegshow *.jpg -m -1 -s2
  29.  
  30.  
  31.   Andrzej Kotanski                                        Cracow, March 22, 1995
  32.  
  33.  
  34. Remarks for version 1.0
  35. -----------------------
  36.  
  37.    This is a JPEG viewer for MM/1 and MM/1a based on the IJG JPEG library
  38. version 5a. It has been compiled with GNU gcc ver. 2.5.8, separately for MM/1
  39. (file jpegshow.070, compiled with option -m68000) and for MM/1a (file
  40. jpegshow, compiled with option -mcpu32).
  41.  
  42.    For the list of options and their current settings type "jpegshow -?". They
  43. include:
  44.  
  45.    -1  for single pass, quick but low quality picture
  46.  
  47.    -p  for setting the delay length after each picture. -1 means wait for user
  48.        typing CR, 0 means no delay
  49.  
  50.    -sn where n = 1, 2, 4 or 8, to scale down the size of the picture by this
  51.        factor
  52.  
  53.    -xn, -yn where n = 0 to 99, to start displaying the picture at this offset
  54.        (in percent of the total size)
  55.  
  56.    I am thinking of a better user interface to this program, using the mouse
  57. and the scroll bars to move the picture. This will be for the next version ...
  58.  
  59.    The source is included and it is surprisingly simple, most of the function-
  60. ality given by the Independent JPEG Group's library.
  61.  
  62.    Enjoy,
  63.  
  64.   Andrzej Kotanski
  65.   
  66.   (kotanski@desy.de)                                Cracow, March 12, 1995
  67.  
  68.