windows - GDI+ DrawImage() with transparent bitmap to a printer -


does have pointers on how draw bitmap has alpha channel using graphics::drawimage() when graphics context created based on printer hdc? printer drivers don't support alpha blending - there alternative rendering offscreen bitmap , sending printer. not feasible, high res printing large format printers.

what kind of printer that? regular printers don't print white. create in-memory image , 'flatten' (remove alpha channel) , print result.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -