summaryrefslogtreecommitdiff
path: root/wia
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-06 05:20:38 -0700
committerGitHub <[email protected]>2019-09-06 05:20:38 -0700
commitbbe176e4e13cb9f963897173a935e639267a1a20 (patch)
tree34072ee3c72436e12433fd6b2166415aca3bd410 /wia
parent22af24719daf72029a70119cc6653d2a3b940549 (diff)
Diffstat (limited to 'wia')
-rw-r--r--wia/README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/wia/README.md b/wia/README.md
index 53a2e6a5..2a2a8a59 100644
--- a/wia/README.md
+++ b/wia/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: Windows Image Acquisition (WIA) Driver Samples
- platform: WDM
- language: cpp
- category: Image Scan
- description: Contains samples and test tools for Windows Image Acquisition (WIA), a driver architecture and user interface for acquiring images from still image devices such as scanners.
- samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=856747
---->
-
# Windows Image Acquisition (WIA) Driver Samples
The Windows Image Acquisition driver sample set contains samples and test tools for Windows Image Acquisition (WIA), a driver architecture and user interface for acquiring images from still image devices such as scanners.
@@ -30,7 +20,7 @@ The ProdScan directory contains a sample WIA 2.0 mini-driver. This sample shows
The Wiadriverex directory contains a sample WIA 2.0 mini-driver. This sample shows how to write a WIA 2.0 mini-driver that uses the stream-based WIA 2.0 transfer model. It also shows an implementation of a very simple segmentation filter, image processing filter, and error handling extension for the WIA 2.0 mini-driver.
-For more information, see [Introduction to WIA](http://msdn.microsoft.com/en-us/library/windows/hardware/ff542835).
+For more information, see [Introduction to WIA](https://docs.microsoft.com/windows-hardware/drivers/image/introduction-to-wia).
## Build the sample
@@ -58,4 +48,4 @@ Previous versions of the WDK used the Windows Build utility (Build.exe) and prov
## Run the sample
-Run the "copywia.cmd” batch file to gather all of the binaries into a subdirectory named “wiabins”. The WIA driver sample can be installed by using the Add Device icon in the Scanners and Cameras control panel. Use the Have Disk button to point to the wiabins\\drivers or wiabins\\drivers folder. Wiatest.exe (from the WDK Tools\\Wia directory), MS Paint, the Scanner and Camera Wizard, or any TWAIN application (through the WIA TWAIN compatibility layer) can be used to test the samples. \ No newline at end of file
+Run the "copywia.cmd” batch file to gather all of the binaries into a subdirectory named “wiabins”. The WIA driver sample can be installed by using the Add Device icon in the Scanners and Cameras control panel. Use the Have Disk button to point to the wiabins\\drivers or wiabins\\drivers folder. Wiatest.exe (from the WDK Tools\\Wia directory), MS Paint, the Scanner and Camera Wizard, or any TWAIN application (through the WIA TWAIN compatibility layer) can be used to test the samples.