home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / portfoli / pgsh21.lzh / PGSHOW.DOC < prev    next >
Text File  |  1991-08-22  |  5KB  |  191 lines

  1.  
  2.   PGSHOW - The FULL-FEATURED
  3.   Atari Portfolio Graphic Viewer
  4.   by Don Messerli
  5.  
  6.   PGSHOW V2.1 (06/01/91 - 1788 bytes)
  7.   (c)Copyright 1991 Software Vineyard
  8.   All Rights Reserved
  9.  
  10.   (How about more 40 column manuals!!)
  11.   (With no tabs this time)
  12.  
  13.   New Features
  14.   ------------
  15.   I found ways to squeek another 20%
  16.   increase in speed from PGSHOW.
  17.   This was mainly because I'm getting
  18.   better at 8088 assembler.
  19.  
  20.   See Revision History at end of this
  21.   file to see what changed from 1.1
  22.   to 2.0.
  23.  
  24.   What is it?
  25.   -----------
  26.  
  27.   PGSHOW is a program that allows you 
  28.   to view Portfolio Graphic Files on
  29.   the Atari Portfolio.  These files
  30.   are now compressed and have a .PGC
  31.   extension.  If you have old PGF
  32.   files, please compress them with
  33.   PGCOMP.EXE.
  34.  
  35.   How do I use it?
  36.   ----------------
  37.  
  38.   SYNTAX:  PGSHOW <filename> [seconds]
  39.    
  40.   Seconds is a value from 0 to 255.
  41.   If you specify 0 secs, PGSHOW will
  42.   display the next file specified
  43.   without a delay.  This is good for
  44.   animation-like effects. 
  45.   If you leave off the seconds, PGSHOW
  46.   will wait for a keypress.
  47.  
  48.   Multiple filename-seconds pairs can
  49.   be specified on the command line.
  50.   PGSHOW will show one file after the
  51.   other.
  52.  
  53.   The default file extension is .PGC,
  54.   it can be omitted.
  55.  
  56.   Where do I get .PGC files?
  57.   --------------------------
  58.    
  59.   There are 6 .PGC files included in
  60.   the distribution:
  61.  
  62.   GORBY.PGC   Gorbachev
  63.   FUJI.PGC    Atari Computer Logo
  64.   PORTF.PGC   Portfolio Logo
  65.   BOMB.PGC    A bomb with lit fuse
  66.   USA.PGC     A map of the U.S.
  67.   SPIRAL.PGC  A rectangular spiral
  68.  
  69.   Also included in the distribution
  70.   is a batch file called ademo.bat.
  71.   It is to be used with Warren
  72.   Flarity's ADEMO pictures to show
  73.   off the new animation capabilities
  74.   of PGSHOW.
  75.     
  76.   You can also create your own .PGC
  77.   files with tools that will be
  78.   forthcoming from Software Vineyard:
  79.  
  80.   PGEDIT  A .PGC file editor that
  81.           runs on a desktop PC.
  82.           Has it's own GUI and some
  83.           nice features. Requires
  84.           VGA, 512K, and Microsoft(R)
  85.           compatible mouse.
  86.           (Available now)
  87.  
  88.   PGDUMP  A screen dump utility to
  89.           dump graphic screens from
  90.           within other programs.
  91.           (ETA September 1991)
  92.  
  93.   PGLIB   A library of machine
  94.           language routines to add
  95.           to your own C programs for
  96.           reading and writing .PGF
  97.           files.
  98.           (Available now)
  99.  
  100.   PGC Grabber for the Mac
  101.           A program that runs on the
  102.           Mac and allows you to grab
  103.           the upper left-hand corner
  104.           of a MacPaint image and
  105.           save it as a PGC file.
  106.           (Available now)
  107.  
  108.   PGC Grabber for the Atari ST
  109.           A program that runs on the
  110.           ST and allows you to grab
  111.           any part of a NEO, DEGAS,
  112.           or DEGAS ELITE picture and
  113.           save it as a PGC file.
  114.           (Available June 1991)
  115.  
  116.   All of the above programs are going
  117.   be Public Domain and free to all!
  118.  
  119.   PBASIC 3.1 and above have commands to
  120.   support reading, writing, and
  121.   showing PGC files.
  122.   (*PBASIC is (c)1991 BJ Gleason)
  123.   
  124.   The .PGC format
  125.   ---------------
  126.  
  127.   The PGC (compressed) format was
  128.   developed jointly by Don Messerli
  129.   of Software Vineyard and BJ Gleason
  130.   of Thin Air Labs.
  131.   The format is non-proprietary.  The
  132.   specification is in the file
  133.   PGCSPEC.ZIP.  We encourage all who
  134.   are developing graphics applications
  135.   for the Portfolio to support the PGC
  136.   format.  It is my hope that all PGF
  137.   files be converted to PGC format and
  138.   that people forgive me for jumping
  139.   the gun with the PGF format.  Some
  140.   programs will continue to create PGF
  141.   files.  They can be converted with
  142.   PGCOMP.ZIP
  143.   
  144.   What if I find bugs?
  145.   --------------------
  146.  
  147.   Please report any bugs and send
  148.   comments to Don Messerli
  149.  
  150.   Compuserve    72500,1671
  151.   GEnie         DMESS
  152.  
  153.   Revision History
  154.   ----------------
  155.   Version  2.1    06-01-91
  156.   - Speed increase of 20% through
  157.     better coding.
  158.  
  159.   Version  2.0    01-06-91
  160.   - Uses direct writes to LCD
  161.     controller memory to increase
  162.     speed and eliminate visible
  163.     screen refresh.
  164.   - Specifying 0 seconds causes
  165.     no delay.  Earlier versions
  166.     waited for a keypress.
  167.  
  168.   Version 1.10  12-29-90
  169.   -No longer support .PGF files.
  170.   -Added support for .PGC files
  171.    which are compressed graphic files.
  172.  
  173.   Version 1.01  12-23-90
  174.   -Fixed bug where multiple filenames
  175.    with no seconds specified caused
  176.    PGSHOW to skip next filename
  177.   -Made .PGF default file extension,
  178.    so it doesn't have to be typed on
  179.    command line.
  180.  
  181.   Version 1.00  12-16-90
  182.   Initial Release
  183.  
  184.   In Closing
  185.   ----------
  186.  
  187.   Have fun with it!  Upload
  188.   your graphic creations for
  189.   others to enjoy.......
  190.                         DM
  191.