home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1097 / pic_view.doc < prev    next >
Text File  |  1994-03-09  |  3KB  |  104 lines

  1. Documentation for PIC_VIEW.BAS
  2.  
  3. A DEGAS PI1, PI2 and PI3 picture viewer
  4. for IBM compatible computers with VGA
  5.  
  6.  
  7. Copyright(c)1994, Merrick J. Stemen.
  8. CServe 70670,2522
  9. All rights reserved.
  10.  
  11.  
  12. This product is shareware.  
  13. Please pay the author for his efforts to 
  14. bring ATARI graphics to the IBM community!
  15.  
  16.  
  17.  
  18. PURPOSE:
  19.  
  20. PIC_VIEW is a program written using Microsoft QBASIC, and designed to
  21. display multiple DEGAS .PI1, .PI2 and .PI3 files created on ATARI 
  22. computers.
  23.  
  24.  
  25. SYSTEM REQUIREMENTS:
  26.  
  27. PIC_VIEW makes use of IBM EGA and VGA modes to display these DEGAS
  28. files; therefore, the minimum graphics requirements for your system
  29. must be a VGA graphics card.  Since the program runs in the QBASIC
  30. environment, you must also have Microsoft QBASIC (commonly shipped
  31. with DOS on your computer.)
  32.  
  33.  
  34. RUNNING PIC_VIEW:
  35.  
  36. To activate PIC_VIEW.BAS, simply type:
  37.  
  38.    QBASIC PIC_VIEW
  39.  
  40. at your DOS prompt.  if PIC_VIEW is in another sub-directory, or on
  41. another disk, you may need to type something like:
  42.  
  43.    QBASIC A:PIC_VIEW
  44.  
  45. or
  46.  
  47.    QBASIC \ATARI\PIC_VIEW
  48.  
  49. Once the program has loaded, you will be put into the QBASIC editor.
  50. Simply press SHIFT-F5 to activate PIC_VIEW.
  51.  
  52.  
  53. USING PIC_VIEW:
  54.  
  55. Once PIC_VIEW is started, it prompts you to enter a "pathname" to
  56. search.  You should enter the full pathname EVEN IF THE PICTURES YOU
  57. WANT TO VIEW ARE IN THE SAME DIRECTORY!
  58. For example, if your picture files are in the \ATARI sub-directory,
  59. type:
  60.  
  61.    Please enter the search path?  \ATARI\*.PI?
  62.  
  63. This is the most common way to view multiple picture files.  The '*'
  64. is known as a "wildcard" character.  It tells PIC_VIEW to get every
  65. file that ends in '.PI?'.  The '?' is also a wildcard character.  It
  66. tells PIC_VIEW that it should display any PI1, PI2 or PI3 files.
  67.  
  68. Once PIC_VIEW begins displaying files, it will pause after each one
  69. until you press a key (usually the space bar).  After all pictures
  70. have been viewed, PIC_VIEW will return to the QBASIC editor.
  71.  
  72.  
  73. IMPORTANT!  Since PIC_VIEW is in the QBASIC environment, any changes
  74. you accidentally or purposely make to the program will take effect
  75. immediately.  Make a backup of your original PIC_VIEW.BAS file if
  76. you intend to experiment with PIC_VIEW's code.
  77.  
  78.  
  79. QUITTING PIC_VIEW:
  80.  
  81. When you are finished viewing pictures, Press ALT-F, and then simply
  82. type X.  This will EXIT the QBASIC environment, and return you to the
  83. DOS prompt.
  84.  
  85.  
  86. OTHER ATARI-FORMAT PICTURE VIEWERS ARE AVAILABLE.
  87. LOOK FOR:
  88.    PCV_VIEW.............a DEGAS PC1 file viewer.
  89.    TNY_VIEW.............a TN1, TN2 and TNY format viewer.
  90.    NEO_VIEW.............a NEO format file viewer.
  91.    DE_SPC...............a SPECTRUM 512 SPC file decoder.
  92.    SPC_VIEW.............the SPECTRUM 512 decoded SPC/SPS file viewer.
  93.    DE_SPS...............a SPECTRUM 512 SPS file decoder.
  94.    SPS_VIEW.............the SPECTRUM 512 decoded SPS file viewer.
  95.  
  96.  
  97. ACKNOWLEDGEMENTS:
  98.  
  99. This product would not have been possible without the information
  100. found in David Baggett's format information (both 10/19/1989 and
  101. 9/29/1992).  The name Shamus McBride also deserves mention for
  102. his efforts in Baggett's document as well!
  103.  
  104.