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

  Switch on low bandwidth view
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 May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker