ImageProcess Object

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

Members Table

The following table lists the members exposed by the ImageProcess object.

Method Description
Apply Applies filters to an ImageFile object.
Property Description
FilterInfos (ImageProcess) Retrieves a collection of all available filters.
Filters (ImageProcess) 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.

Object Information

CLSID Not available
Minimum operating systems Windows XP SP1

See Also

Apply