Version Changes: 21 to 22
The following members have been added:
Name | Description |
---|---|
Leadtools.ColorConversion.RasterColorConverterEngine.ConvertImage(RasterImage) |
Converts image data from a RasterImage based on its ICC profile. The output will be in the same RasterImage . |
Leadtools.ColorConversion.RasterColorConverterEngine.ConvertImage(RasterImage,RasterImage) |
Converts image data in a RasterImage based on its ICC profile and sets the output as a RasterImage . |
The following members have been removed:
Name |
---|
None |
Version Changes: 20 to 21
The following members have been added:
Name |
---|
None |
The following members have been removed:
Name |
---|
None |
Version Changes: 19 to 20
The following members have been added:
Name | Description |
---|---|
Leadtools.ColorConversion.ConversionParameters.DisableWhitePointAdjustment |
Enables or disables automatic white point adjustment. |
The following members have been removed:
Name |
---|
None |
Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|---|
Leadtools.ColorConversion.IccColorLookupTableBase.#ctor | Initializes a new instance of the IccColorLookupTableBase class. |
The following members have been removed:
Name | Description |
---|
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.ColorConversion.IccProfileExtended.ImageHasIccProfile(String,Int32) | Determines whether a file has an embedded ICC profile. |
Leadtools.ColorConversion.IccProfileExtended.ImageHasIccProfile(IO.Stream,Int32) | Determines whether a stream has an embedded ICC profile. |
Android and iOS / macOS support - LEADTOOLS V18 adds Android support through the new LEADTOOLS Android SDK, and iOS / macOS support for its toolkits has been added through the new LEADTOOLS iOS / macOS SDK. These toolkits provide everything a developer needs to create imaging-enabled Android or iOS / macOS, applications.
LEADTOOLS now supports loading embedded ICC profiles from PSD files.
For more information, refer to New in 18.
WinRT support - LEADTOOLS V17.5 adds WinRT support through the new LEADTOOLS WinRT SDK. The LEADTOOLS WinRT SDK contains everything a developer needs to create imaging-enabled Windows Store applications.
For more information, refer What's New in Version 17.5.
In LEADTOOLS for .NET v16.5, some assemblies had a dependency on System.Drawing. System.Drawing is the .NET 2.0 assembly used with the Windows Forms and GDI+ platforms. Since LEADTOOLS v17 treats Windows Forms and Windows Presentation Foundation (WPF) as equal citizens, certain types in this LEADTOOLS assembly have been changed to reflect that. For example, properties with System.Drawing.Point type have been changed to use the new Leadtools.LeadPoint type, and methods with a parameter of System.Drawing.Rectangle type have been changed to use the new Leadtools.LeadRect type. The following table shows the old 16.5 and corresponding new v17 types:
Old v16.5 Type |
New v17 Type |
---|---|
System.Drawing.Point |
Leadtools.LeadPoint |
System.Drawing.Size |
Leadtools.LeadSize |
System.Drawing.Rectangle |
Leadtools.LeadRect |
System.Drawing.Color |
Leadtools.RasterColor |
System.Drawing.Drawing2.FillMode |
Leadtools.LeadFillMode |
These changes are not listed in the topics below.
The following types have been renamed in LEADTOOLS For .NET v17:
New Type | Old Type |
---|---|
Leadtools.ColorConversion.RasterColorConverterEngine |
Leadtools.ColorConversion.RasterColorConverter |
The following members have been changed in existing types in LEADTOOLS for .NET v16.5:
Member | Description |
---|---|
Leadtools.ColorConversion.RasterColorConverter.ConvertDirect has been renamed toRasterColorConverterEngine.ConvertDirect |
Parameter srcBufferOffset and destBufferOffser types changed from Int32 to Int64. |
Leadtools.ColorConversion.RasterColorConverter.ConvertDirectToImage has been renamed toLeadtools.ColorConversion.RasterColorConverterEngine.ConvertDirectToImage |
Parameter srcBufferOffset type changed from Int32 to Int64. |
Leadtools.ColorConversion.RasterColorConverter.Convert has been renamed toLeadtools.ColorConversion.RasterColorConverterEngine.Convert |
Parameter srcBufferOffset and destBufferOffser types changed from Int32 to Int64. |
Leadtools.ColorConversion.RasterColorConverter.ConvertToImage has been renamed toLeadtools.ColorConversion.RasterColorConverterEngine.ConvertToImage |
Parameter srcBufferOffset type changed from Int32 to Int64. |
Version 16 has not changed from Version 15