INFO: UNIDRV/UNITOOL-Supported Color ModelsLast reviewed: July 16, 1997Article ID: Q169600 |
The information in this article applies to:
SUMMARYUNIDRV/UNITOOL supports a number of color models that can be used by printer minidriver developers.
MORE INFORMATIONUNIDRV/UNITOOL supports two different type of color models: planar and pixel. Until recently, most color printers used planar models to represent color images. The planar model support is provided by DMCOLOR.DLL which UNIDRV/UNITOOL communicates with to render planar printer output. DMCOLOR.DLL supports only RGB planar format (UNIDRV's color bitmap buffer is three planes; Red, Green, and Blue, each with one bit-per-pixel). In order to support the pixel model, you must provide an fnOEMDump callback function in your minidriver. UNIDRV can render images into a 4, 8, 16, 24, or 32 bits-per-pixel DIB format bitmap buffer and then pass the buffer to the callback function. The callback function sends the pixel color data to the printer. The Win95 DIB engine (DIBENG.DLL) is responsible for rendering the printer data into a pixel format. |
Keywords : kbprint kbinfo
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |