RLE Bitmaps Print Without Colors |
Q120785
An inserted bitmap that has been saved in RLE (Run Length Encoded) format may not print with color, or shades of gray, from Word 6.0 for Windows. The graphic will display all colors in the document.
We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Save the graphic in a Windows bitmap (BMP) format.
The RLE format reduces the file size of a bitmap image by storing pixel color by run length, or the number of similar-colored pixels that are side- by-side. BMP files, on the other hand, store the color values for each pixel in the bitmap. A line in a BMP file may appear as
blue,blue,blue,red,red,white,white,white,whitewhereas the above line would appear in an RLE file as:
3 blue,2 red,4 whiteRLE files can have .BMP extensions that Word sees as a bitmap format.
The format of this file is not supported.
Additional query words: 6.0 winword graphics image paintbrush word6 pbrush grey greyed
Keywords :
Issue type :
Technology :
|
Last Reviewed: December 15, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |