home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PIECES1.ZIP / PGIF.DOC < prev    next >
Encoding:
Text File  |  1993-08-30  |  5.6 KB  |  117 lines

  1.                                 ABOUT PGIF.EXE
  2.  
  3.          PGIF.EXE  is  a  program  from  the  kit, PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          PGIF.EXE is used to display any  standard  .GIF  file.  Files
  11.          ending  with  .GIF  hold  pictures,  and are a common picture
  12.          format used with IBM-compatible computers.
  13.  
  14.                                  How To Use It
  15.  
  16.          PGIF.EXE reqires one parameter, the name of the  file  to  be
  17.          displayed.   For  instance, if you have a picture file called
  18.          KITTYCAT.GIF, you would type
  19.  
  20.          PGIF.EXE KITTYCAT.GIF
  21.  
  22.          from the DOS prompt, from within a batch file,  or  within  a
  23.          Pieces script file.
  24.  
  25.                                    Placement
  26.  
  27.          Normally  PGIF  will  display  an  image starting at the very
  28.          upper left corner of  the  screen.   However,  you  can  also
  29.          display  images  in  other  locations  by  passing upper-left
  30.          coordinate numbers to PGIF after the filename.  This requires
  31.          two integers.  The first  determines  the  left  boundary  in
  32.          pixels   and   the   second   determines  the  top  boundary.
  33.          Therefore, if you type:
  34.  
  35.          PGIF.EXE KITTYCAT.GIF 100 40
  36.  
  37.          Your kitty cat picture will appear 100 pixels from  the  left
  38.          edge of the screen and 40 pixels from the top.  Do not exceed
  39.          the  area  available.   For instance, you cannot successfully
  40.          display a full-screen image at 10 10.
  41.  
  42.                             Additional Information
  43.  
  44.          PGIF.EXE can automatically figure out which  video  mode  the
  45.          image  was  recorded  in,  and  will set your computer to the
  46.          proper mode to display the image.  If your  computer  is  not
  47.          equipped  for  the  mode  required by the image, nothing will
  48.          happen.  For instance, if you have only an EGA system, but  a
  49.          VGA  picture,  the picture will not be displayed. PGIF.EXE is
  50.          not capable  of  displaying  CGA  or  Hercules  images.  (See
  51.          PPCX.EXE, which will work in CGA and Herc modes)
  52.  
  53.          PGIF.EXE  does  not support some rare GIF extensions, such as
  54.          more than one picture per file (only the first  one  will  be
  55.          displayed)  or  scrolling  (you'll  see  only  the upper left
  56.          corner of extraordinarily large images).
  57.  
  58.          PGIF.EXE  runs  very  well  from  within  RUN.EXE  and  other
  59.          programs  in  the  PIECES series, as well as programs you can
  60.          create with BASIC (shell()), C (spawn() or sys()) and  PASCAL
  61.          (exec) (if you happen to be a programmer).
  62.  
  63.          PGIF.EXE  shows  your  picture, then quits, while the picture
  64.          remains on the screen and the system remains engaged  in  the
  65.          proper  video  mode.   This  way, you can continue to operate
  66.          with the picture.  Should you need to revert to a text  video
  67.          mode, run CLEAR.EXE, which comes with PIECES.
  68.  
  69.                                  About Pieces
  70.  
  71.          PIECES is a shareware disk containing several small  programs
  72.          that  can  be  combined  to  do  a  variety  of  tasks   with
  73.          a super-professional look and feel. No programming experience
  74.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  75.          favorite programs as well, so it's possibilities  for  making
  76.          and enhancing pictures shows, text presentations, multimedia,
  77.          electronic catalogs, teaching materials, executable software,
  78.          games, shareware and more are limitless!
  79.              You  can  register  as many or as few PIECES as you wish.
  80.          Registered users are licensed  to  copy  and  distribute  the
  81.          PIECES  along  with  their  finished  products.  Unregistered
  82.          users may copy and distribute the complete unmodified  PIECES
  83.          package,  but  may not use only portions of it until purchase
  84.          of registration.  Use  of  PIECES  beyond  30  days  requires
  85.          registration.
  86.              Most  shareware PIECES  programs  have  an "unregistered"
  87.          notice which pops up randomly, approximately every 200 times.
  88.          This is removed from the registered versions, and also  saves
  89.          as much as 3,000 bytes disk space per program.
  90.  
  91.              This software is  copyrighted  by  Jeff Napier of Another
  92.          Company, and distributed by Gary Smith of OEC Systems.
  93.              
  94.              The  shareware  or  registered  versions of PIECES may be
  95.          purchased from Gary Smith at OEC Systems:
  96.  
  97.                                 Gary Smith
  98.                                 c/o OEC Systems
  99.                                 4646 North Shallowford Road
  100.                                 Atlanta, GA  30338-6304
  101.  
  102.                                 phone: 404-394-1000
  103.                                 orders only: 800-444-2424
  104.                                 fax: 404-394-1006
  105.                                 BBS: 404-804-7889
  106.                                 
  107.                                 MasterCard and VISA accepted
  108.  
  109.              Neither Another Company nor Gary Smith/OEC Systems assume 
  110.          any  responsibility  for  your  use  of  this  product or any 
  111.          Another Company product.
  112.          _____________________________________________________________
  113.                                                           end of file.
  114.  
  115.  
  116.  
  117.