home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / jpegshow.lzh / JPEGSHOW / Read.Me < prev    next >
Text File  |  1995-03-12  |  1KB  |  32 lines

  1.    This is a JPEG viewer for MM/1 and MM/1a based on the IJG JPEG library
  2. version 5a. It has been compiled with GNU gcc ver. 2.5.8, separately for MM/1
  3. (file jpegshow.070, compiled with option -m68000) and for MM/1a (file
  4. jpegshow, compiled with option -mcpu32).
  5.  
  6.    For the list of options and their current settings type "jpegshow -?". They
  7. include:
  8.  
  9.    -1  for single pass, quick but low quality picture
  10.  
  11.    -p  for setting the delay length after each picture. -1 means wait for user
  12.        typing CR, 0 means no delay
  13.  
  14.    -sn where n = 1, 2, 4 or 8, to scale down the size of the picture by this
  15.        factor
  16.  
  17.    -xn, -yn where n = 0 to 99, to start displaying the picture at this offset
  18.        (in percent of the total size)
  19.  
  20.    I am thinking of a better user interface to this program, using the mouse
  21. and the scroll bars to move the picture. This will be for the next version ...
  22.  
  23.    The source is included and it is surprisingly simple, most of the function-
  24. ality given by the Independent JPEG Group's library.
  25.  
  26.    Enjoy,
  27.  
  28.   Andrzej Kotanski
  29.   
  30.   (kotanski@desy.de)                                Cracow, March 12, 1995
  31.  
  32.