home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / jpegshow_3.0.lzh / JPEGSHOW / Read.Me < prev   
Text File  |  1995-09-26  |  3KB  |  75 lines

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