home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / weather.zip / PHOTO_WX.ZIP / PHOTO.DOC next >
Text File  |  1987-10-20  |  4KB  |  93 lines

  1.  
  2. Documentation for PHOTO.COM & VIEW.COM ....
  3.  
  4. *****************************************************************************
  5. This software may be of special use to CAD program users in that a drawing
  6. may be extracted as a screen file from the CAD environment,transfered and
  7. displayed without the need to have the CAD package installed on the receivers
  8. system.
  9. *****************************************************************************
  10.  
  11. PHOTO.COM is a memory resident (TSR) program for copying
  12.  screen images to a file.
  13.  
  14. Compatable screen modes are:
  15. 80x25   TEXT (mode 3) pages 0 thru 3
  16. 320x200 CGA  (modes 4 and 5)
  17. 640x350 EGA (mode 16) pages 0 and 1
  18.  
  19. To install:  PHOTO [d:][path][filename]
  20.  A numeric extension starting at .001
  21.  will be appended to the filename.
  22.  
  23.  To save a screen to filename.nnn tap the left-shift key twice.
  24.  Note: Capture of an EGA screen will took approx. 15 seconds on a 10Mhz
  25.  286 machine with a 65msec hard disk while capture of a text screen takes
  26.  only a second or two ! Also.. PHOTO creates and deletes
  27.  filename.000 on the drive and path indicated when it is installed. Be
  28.  certain that you don't have an overlay file (Turbo Pascal) by the same
  29.  name that might be over-written.
  30.  
  31.  
  32. VIEW.COM is the compliment of PHOTO.COM as it will display a file created
  33.  by PHOTO.COM
  34.  
  35. Usage: VIEW [d:][path][filename[.ext]]
  36.  
  37.  Where "filename" is a file created by PHOTO.COM
  38.  
  39.  ***** PRESS THE ESCAPE KEY TO EXIT FROM VIEW.COM *****
  40.  
  41. -------------------------------------------------------------------------
  42. Recorded file structure :
  43.  byte 1 = video mode as reported by bios (used by VIEW)
  44.  byte 2 = active display page as reported by bios (not used by VIEW)
  45.  bytes 3 thru 20 = 'SCREEN IMAGE FILE ' ( string with a trailing space)
  46.   VIEW checks the 'SC' to determine if the file was produced by PHOTO (this
  47.   means you could rename TESTPIX.005 to MYSCRN.TST and have it properly
  48.   displayed).
  49.  
  50.  text files are 4k+20 bytes  (direct video memory image)
  51.  cga   ""   "" approx 16K       ""     ""     ""    ""
  52.  ega   ""   "" approx 112k
  53.  
  54. The EGA file organized as 320 bytes per line, low nibble=even pixel dots,
  55. high nibble= odd pixel dots. 350 lines total.
  56.  
  57. Please keep in mind that the screen files may be compressed to a fraction of
  58. their size by using an ARCHIVE program.
  59.  
  60. Also note that PHOTO does not pass on to a screen file any palette register
  61. settings !
  62.  
  63. -----------------------------------------------------------------------------
  64.  
  65. PHOTO.COM uses,in part, code contained in TSRDEMO2.ASM (available on
  66.  electronic bulletin boards under the archive file name: TSRDEMO2.ARC).
  67.  TSRDEMO2 was written by :
  68.  
  69.  Thomas Brandenborg
  70.  Lundbyesgade 11
  71.  DK-8000 Aarhus C
  72.  Denmark
  73.  
  74. Author Brandenborg permits his code to be used if acknowledgement is given.
  75.  The credit to his work is well deserved !
  76.  
  77. I urge the user of PHOTO and VIEW to find the following public domain
  78. software - available on many IBM-PC bulletin boards :
  79.  
  80. EGAPRTSC.ARC - contains .asm and .com files for doing a EGA/CGA graphics
  81.            print-screen function.
  82.  
  83. STACKEY2.ARC - having STACKEY2,PHOTO,VIEW and the contents of EGAPRTSC will
  84.           allow you to do batch printing of screen files to a dot matrix
  85.           printer (and much more).
  86.  
  87. It is my intention that both PHOTO.COM and VIEW.COM be freely distributed
  88. for private and commercial applications without charge.
  89.  
  90.  Roger Marin
  91.  6611 N.E. Alberta St.
  92.  Portland, Oregon, 97218
  93.