home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / BPASCAL.700 / D1 / RWDOC.ZIP / README.RW < prev   
Encoding:
Text File  |  1992-10-01  |  1.4 KB  |  40 lines

  1.                             README.RW
  2.                             =========
  3.  
  4. This file describes possible solutions to two problems you might
  5. encounter using certain display drivers with Resource Workshop.
  6.  
  7.  
  8. 256-Color bitmaps and RLE4 compression
  9. --------------------------------------
  10.  
  11. Due to problems with many 256-color display drivers for Windows
  12. 3.x, saving a bitmap with the RLE4 compression feature of
  13. Resource Workshop enabled can fail to produce valid output files.
  14.  
  15. Under Windows, the display driver is responsible for providing
  16. RLE compression when it is requested. However, because many
  17. display drivers do not implement this feature correctly, we
  18. recommend that you take the following steps when attempting to
  19. use RLE4 compression:
  20.  
  21. 1. Save the bitmap with the compression option set to "None".
  22. This ensures that you will have a usable copy of your bitmap if
  23. the remaining steps are not successful.
  24.  
  25. 2. Set the compression option to "RLE4".
  26.  
  27. 3. Select Resource|Save Resource As and save the bitmap under a
  28. different file name.
  29.  
  30. 4. Select File|Open Project and load the compressed version of
  31. the bitmap.
  32.  
  33. If you cannot load the compressed bitmap, you must use the
  34. uncompressed bitmap file you saved in step 1.
  35.  
  36. If your 256-color driver fails to compress the bitmap correctly,
  37. contact the display driver vendor.
  38.  
  39.               ========= END OF README.RW =========
  40.