Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Design Guide
 Image Processing
Windows Driver Kit: Imaging Devices
Image Processing

Some minidrivers, in particular scanner minidrivers, require an image processing layer. This layer is mandatory only if the data acquired from the still image device requires some manipulation before being passed on to the application.

If the raw data acquired from the device needs no further processing, then the image processing layer can be omitted.

Microsoft recommends the use of GDI+ in the WIA minidriver if any image manipulation is required.

Using GDI+ in a WIA Driver

GDI+ is a library that provides two-dimensional image manipulation routines. The library provides mechanisms for modifying image attributes, as well as for rotation and resizing.

To use GDI+ in the WIA minidriver, make sure that GDI+ is properly initialized. GDI+ can be initialized when the WIA minidriver is created and loaded. Also, make sure that the WIA driver includes Gdiplus.h and links to the Gdiplus.lib library.

For more information about GDI+, see the Microsoft Windows SDK documentation.


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker