home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fbmp.zip / FBMP.DOC < prev    next >
Text File  |  1992-12-15  |  2KB  |  42 lines

  1. fBMP version 0.97
  2.  
  3. This is a simple program that displays 256-color Win3 bitmaps in a PM window.
  4. It uses the palette manager and probably won't work too well on systems that
  5. don't have the palette manager (i.e., anything below OS/2 2.0 with CSD 6055).
  6. It has been tested on ET4000 and XGA systems and works well with them.
  7.  
  8. This program is *not* really intended for end-users (though it should be
  9. okay for them). Rather, I tried to write something that PM programmers could
  10. build upon to make better viewers.
  11.  
  12. (Why does it view Win3 bitmaps and not OS/2 bitmaps? It was easier for
  13. me to get the docs for the Win3 format and sample Win3 bitmaps. If someone
  14. modifies the program to read OS/2 bitmaps, I'd like to hear from them.)
  15.  
  16. The "syntax" for invoking fBMP is
  17.  
  18.    FBMP filename
  19.  
  20. The filename is required and must specify a Win3 bitmap file. You need not
  21. include the .BMP extension.
  22.  
  23. If something goes wrong, the program will beep and return you to the OS/2
  24. prompt. Specifically:
  25.  
  26. 1 beep: File cannot be opened (or you didn't specify a file).
  27. 2 beeps: File is not a Win3 bitmap.
  28. 3 beeps: Cannot allocate enough memory space to read bitmap file. (I haven't
  29.    seen this happen yet -- ain't virtual memory great?)
  30.  
  31. Again, this is *not* intended to be an efficient or fast BMP viewer;
  32. only one that can be easily understood and improved. I'd appreciate
  33. hearing from anyone who makes improvements. You can contact me at
  34. sthiagar@bronze.ucs.indiana.edu on the internet, or 72175,12 on
  35. compuserve. Note that I read my internet mail almost every day, but
  36. only check into compuserve about once a week. Thanks to Peter Nielsen
  37. (pnielsen@aton.abo.fi) for some clever ideas and significant
  38. improvements he made to this program.
  39.  
  40. Raja Thiagarajan
  41. (sthiagar@bronze.ucs.indiana.edu)
  42.