Version 15 of the Color Conversion C++ Class Library changed from version 14.5 as follows:
LEADTOOLS now supports both ANSI and UNICODE development in the same libraries.
LEADTOOLS now supports development for x64 platforms.
LEADTOOLS now supports specifying the version of toolkit that you are using. You should define LTVXX_CONFIG in your project, where "*" is the version you are using, for example: LTV15_CONFIG.
LEADTOOLS has added signed image support to 50 functions. Over half of all LEADTOOLS image functions now support both signed and unsigned images.
LEADTOOLS now supports the Microsoft HD Photo file format (HDP).
LEADTOOLS has added support for reading TIFF images with ZIP compression.
Changed or removed structures and functions:
The following functions have been removed:
LFile::FreeICCProfile
LFile::FreeICCProfileExt
LFile::InitICCProfile
LFile::InitICCProfileExt
LFile::LoadICCProfile
LFile::LoadICCProfileExt
LFile::SaveICCProfile
New Structures:
ICCTAG_RESPONSE_CURVE_SET16_TYPE
ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE
ICCTAG_LUT_A_TO_B_TYPE, ICCTAG_LUT_B_TO_A_TYPE
New Functions:
LColor
LICCProfile
LICCProfile::SetConnectionSpace
LICCProfile::SetPrimaryPlatform
LICCProfile::SetDevManufacturer
LICCProfile::SetDeviceAttributes
LICCProfile::SetRenderingIntent
LICCProfile::ConvertDoubleTo2bFixed2bNumber
LICCProfile::Convert2bFixed2bNumberToDouble
For more information, refer to: