Image Compression C++ Class Library

Class Header File \Examples\ClassLibrary Comments
LBaseFile LTCFILE.H \MSVC\COMPCB
\MSVC\MainDEMO
Derived from LBase, this class is the base class for LEADTOOLS C++ Class Library input/output operations, including the LFile and LMemoryFile classes. Use LBaseFile to override the default functions that LEADTOOLS uses for opening, closing, reading from, writing to, and seeking in files.
LFile LTCFILE.H \MSVC\COMPCB
\MSVC\MainDEMO
The LFile class is derived from LBaseFile and extends it to contain functions for loading, saving and converting images from and to files on disk.
LMemoryFile LTCFILE.H \MSVC\COMPCB
\MSVC\MainDEMO
The LMemoryFile class is derived from LBaseFile and extends it to contain functions for loading and saving bitmaps from and to files in memory buffers, as opposed to files on disk.

The LEADTOOLS C++ Class Library provides low-level support for Image Compression.

The LEADTOOLS C++ Class Library DLL module is LTWVC?.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Image compression support also requires one or more LEAD File Format Filter DLLs, (for example, LF?.DLL). Each file filter DLL supports one or more file formats for import and export. Refer to Files to be Included With Your Application for more information.

See Also

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Getting Started with LEADTOOLS