Files To Be Included With Your Application

The installation procedure creates a directory tree for the LEADTOOLS files, and adds the demonstration programs and online help to your desktop. You specify the root directory during installation. The following subdirectory for the Color Conversion API Features is created:

 

REDIST\

Redistributable Color Conversion files.

 

Note:

You may not copy or redistribute any of the following files without obtaining the proper license. In some cases, the license is included with your initial purchase of LEADTOOLS. In other cases, you must obtain a license from a third party or enter into a royalty agreement with LEAD to obtain the proper license. For these special licensing situations, see the notes below accompanying the specific file.

Note:

You may not distribute the header files with your application, and you may not provide software development capabilities in your application.

The following table summarizes the files you must include on your distribution diskettes to support the LEADTOOLS functions. Most files in the table are optional. 32-bit DLLs are listed. These files are referred to as "Redistributables" in the License Agreement.

Please note that LTKRN is required for ALL API applications. For more information on LTKRN and other files for the Main API, refer to Files To Be Included With Your Application.

 

Redistributable Name:

Explanation:

If you are using a standard release without Unicode, the files to use are:

If you are using a standard release with Unicode, the files to use are:

If you are using an evaluation release without Unicode, the files to use are:

If you are using an evaluation release with Unicode, the files to use are:

LTCLR

LEADTOOLS Color Conversion. The Header File is LTCLR.H. Also requires LTKRN.

DLL:
LTCLR14N.DLL

Library:
LTCLR_N.LIB.

DLL:
LTCLR14NU.DLL

Library:
LTCLR_NU.LIB.

DLL:
LTCLR14E.DLL

Library:
LTCLR_E.LIB.

DLL:
LTCLR14EU.DLL

Library:
LTCLR_EU.LIB.

 

The following files are provided for customizing emulation tables:

 

Source

Convert to

src_cmyk_image.tif

RGB image (i.e. dst_cmyk2rgb_image.tif)

src_rgb_image.tif

Lab image ( i.e. dst_rgb2lab_image.tif)

src_lab_image.tif

RGB image (i.e. dst_lab2rgb_image.tif)

 

If custom emulation tables are to be used, you can convert the above files using your own or any third party application to the needed color space. A set of images already converted and ready for use (dst_cmyk2rgb_image.tif, dst_rgb2lab_image.tif, and dst_lab2rgb_image.tif), is provided. However, using the provided set of converted images will produce the same results as the built-in emulation tables.