Image Acquisition Component Suite for FireMonkey

Image Acquisition Component Suite for FireMonkey

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 XE2 - 12
  • source code included in registered version
  • royalty free distribution in applications

Download and order

FAQ

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

Related links