home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / gifview.1.2.lzh / Read.Me < prev   
Text File  |  1995-12-18  |  1KB  |  43 lines

  1.                             GifView ver. 1.2 for MM/1
  2.  
  3.  
  4.    I wrote this program because I needed a relatively fast GIF picture
  5. viewer that does not distort the proportions of the original picture and
  6. enables inspecting its details.  The graphical interface is similar to that
  7. in my "jpegshow" program.  Type "gifview" for the list of options.  I
  8. usually run this program by typing
  9.  
  10.     gifview *.gif -m
  11.  
  12.    Most of the options can then be selected from menus.  This program ignores
  13. fancy extension blocks in GIF pictures.  Most of the pictures do not have
  14. them.
  15.  
  16.    With -m option the arrow keys can be used to scroll the picture by one
  17. fourth in any direction.  Any other key displays the next picture.
  18.  
  19.    This program has been compiled just for 68000 - compilation for CPU32 does
  20. not make it significantly faster.
  21.  
  22.    My favorite application is to use it together with Ghostscript to view a
  23. PostScript document.  First, the document is split in separate page images
  24.  
  25.    gs -q -dNOPAUSE -sDEVICE=gifmono -sOutputFile=/dd/page%d document.ps
  26.  
  27. Then GifView is used to look at it
  28.  
  29.   gifview -m /dd/page%
  30.  
  31. Menu item "Select" allows to choose a required page, "Scale" can be used to
  32. magnify or diminish the picture, scroll bars enable moving within the page. 
  33. This gives the functionality similar to the Ghostview program.
  34.  
  35.    Enjoy
  36.  
  37.            Andrzej Kotanski
  38.                                                 Cracow, December 1995
  39.  
  40.  
  41. e-mail: kotanski@thps.if.uj.edu.pl or kotanski@zeus02.desy.de 
  42.  
  43.