home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / ega / gmovie.arc / GMOVIE.DOC < prev    next >
Text File  |  1989-04-09  |  1KB  |  24 lines

  1.                                     GMOVIE
  2.  
  3.         Written by David Bryant.
  4.  
  5.         EGA Required!
  6.  
  7.         GMOVIE is written in TURBOC 2.0.  The original data was in the
  8.         form of 30 frames each consisting of one bit per pixel.  Each frame
  9.         being 256 X 256 pixels.  Since pixels aren't square on IBM
  10.         displays, I drew 5 pixels for every 4 in the data file to create
  11.         the illusion of a round Earth.  Each frame was drawn a pixel at
  12.         a time and taken from the screen using the GETIMAGE function, then
  13.         written the the file GMOVIE.DAT.  GMOVIE.EXE simply reads one image
  14.         from GMOVIE.DAT and displays it using the PUTIMAGE function. To
  15.         achieve smooth rotation of the Earth I draw the image to an EGA
  16.         display other than the current visual display and when complete
  17.         make that display the visual display.
  18.  
  19.         Files in GMOVIE.ARC
  20.           GMOVIE.EXE          Displays and rotates the Earth
  21.           GMOVIE.DAT          The Earth data file
  22.           GMOVIE.DOC          This document
  23.  
  24.