ImageProcess object

Manages the Filter chain. An ImageProcess object can be created using "WIA.ImageProcess" as the ProgID in a call to CreateObject.

Members

The ImageProcess object has these types of members:

Methods

The ImageProcess object has these methods.

Method Description
Apply Applies filters to an ImageFile object.

Properties

The ImageProcess object has these properties.

Property Access type Description
FilterInfos (ImageProcess)
Read-only
Retrieves a collection of all available filters.
Filters (ImageProcess)
Read-only
Retrieves a collection of the filters to be applied in this process.

Remarks

Note that the ImageProcess object contains the FilterInfos (ImageProcess) collection of all available filters, the Filters (ImageProcess) collection of those filters to be applied to an ImageFile, and the Apply method to apply those Filters to an ImageFile.

For example code, see Convert Filter: Create a Compressed JPEG File from Another File.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl

See also

Apply