|
|
DATABASE IMAGING
LEADTOOLS has specific features designed for the imaging database developer. .NET data binding allows you to use the .NET database engines to store and retrieve images to/from any database supported by .NET. Load/Save memory/stream and Load/Save file offset functions provide low-level methods for working with databases.
You can use the database features to store images in any of the file formats supported by LEADTOOLS. LEADTOOLS' database support includes a wide variety of callback routines and features multipage support. These features, when combined with the excellent compression options available in LEADTOOLS, provide a solid base for building robust database applications.
You can maintain images in a database, using any valid file format to store an image in a long binary field. You can do so as follows:
- Use Open Database Connectivity (ODBC).
- Use OLE DB.
- Use data binding.
- Use functions to read files from memory and write files to memory.
