Image Acquisition Component Suite

Image Acquisition Component Suite

Delphi and C++ Builder components to acquire images from scanner devices.
  • uses standard Windows Image Acquisition API
  • supports interactive and non-interactive image scanning
  • supports flip, rotate, crop, scale, stamp filters
  • supports BMP, PNG, GIF, JPEG and TIFF image formats
  • available for Delphi/C++ Builder 7 - 12 and Lazarus 2.2.6
  • source code included in registered version
  • royalty free distribution in applications

Download and order

FAQ

How can I scan multiple pages?
WiaDevice.Selections := [seFeeder];
while stFeederReady in WiaDevice.Status do
  WiaDevice.Scan; // scan next page
							

Related links