Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 747 Bytes

ScanProgram

A WIA based Scanning program that is also capable of editing images, and saving encoded messages.

This application is used to show off the usage of WIA in image applications. It also shows the usage of image I/O in a .NET environment, and encryption through the use of bitmaps.

The application will only work with bitmap images for saving/loading.

A doxygen build has also been added to provide more levels of documentation in the application.

To Build

The project should have all the pieces needed to build. If you do not have a copy of the WIA dll, a reference version has been included in the directory.

To build the doxygen file, you need to install doxygen, then run it using the doxyfile provided.