|
-
April 12th, 1999, 01:30 AM
#1
Urgent ||| Printing bitmaps with gray scaling
How to print bitmaps with gray scaling
-
October 20th, 1999, 08:34 PM
#2
Re: Urgent ||| Printing bitmaps with gray scaling
Use SetStretchBltMode(STRETCH_HALFTONE), when bitmap is sent to a black/white DC, it's halftoned. If the DC is a color DC, for example, color printer, draw into a black/white memory DC first, then to the color DC. Or convert RGB to grayscale yourself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|