
Image Acquisition Component Suite
Delphi and C++Builder components for scanner image acquisition.
- Utilizes the standard Windows Image Acquisition (WIA) API
- Supports both interactive and automated (non-interactive) scanning workflows
- Includes image processing features: flip, rotate, crop, scale, and stamp
- Compatible with popular image formats: BMP, PNG, GIF, JPEG, and TIFF
- Available for Delphi/C++Builder versions 7 through 12, as well as Lazarus 4
- Registered version includes full source code
- Distribution is royalty-free
Order Image Acquisition Component Suite $180 USD (license for one developer)
Order Image Acquisition Component Suite multi-license $540 USD (license for all developers in company)
Order Image Acquisition Component Suite year upgrades $90 USD (registered users only)
Order Image Acquisition Component Suite year upgrades multi-license $270 USD (registered multi-license users only)
FAQ
Scanning multiple pages with feeder mode
WiaDevice.Selections := [seFeeder]; while stFeederReady in WiaDevice.Status do WiaDevice.Scan; // scan next page