home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / fortran / mslang / fort_bmp / bmp.txt next >
Text File  |  1993-07-14  |  2KB  |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.                   Windows Bitmap Graphics Files for FORTRAN
  6.  
  7.       (C) Copyright 1993 by Enlightened Solutions. All rights reserved.
  8.  
  9.                            Enlightened Solutions
  10.                            1503 Linda Rosa Avenue
  11.                            Los Angeles, CA  90041
  12.                            (213) 255-3932
  13.                            CIS ID: 70404,3067
  14.  
  15.       This software is distributed free of charge, but is NOT released to
  16.     the public domain. Please perform any modifications on a copy, and
  17.     include all the originals (BMPREAD.FOR, BMPWRITE.FOR, BMP.TXT, and
  18.     BMP30FMT.TXT) in any distribution, with the copyright notices intact.
  19. -----------------------------------------------------------------------------
  20.  
  21.       Source code for two FORTRAN subroutines are provided, BMPREAD and 
  22.   BMPWRITE, which read and write Windows device independent bitmap [DIB]
  23.   graphic files, respectively. With BMPWRITE, FORTRAN programmers can now 
  24.   easily turn their data arrays into bitmap graphics files which can be read 
  25.   by numerous graphic file viewers and editors. With BMPREAD, you can read 
  26.   existing bitmap files and use the power of FORTRAN for image processing.
  27.   Most graphic file viewers and editors can read and save files in any one 
  28.   of many graphics file formats, such as GIF, TIFF, JPEG, PCX, etc., making 
  29.   these subroutines the only bridge between raw data and graphic file 
  30.   standards you need. 
  31.         
  32.   Both files have been compiled sucessfully under MS FORTRAN v5.1 and 
  33.   MS Powerstation FORTRAN (32 bit), although the Powerstation compiler will
  34.   issue a warning stating that the [huge] attribute will be ignored, which
  35.   is ok. Another file, BMP30FMT.TXT, paraphrased from a MS Knowledge Base 
  36.   file, describes the Windows Bitmap v3.0 format itself. Instructions for 
  37.   using the subroutines are included as comments in the source code.
  38.   
  39.   If you have any questions or comments, or would like to see more routines 
  40.   like this, please contact us at the address/number above.
  41.   
  42.  
  43.  
  44.  
  45.