Android, iOS / OS X, and .NET WinForms support - LEADTOOLS V18 adds Android support to its toolkits through the new LEADTOOLS Android SDK. In addition, iOS / OS X support for its toolkits has been added through the new LEADTOOLS iOS / OS X SDK; and .NET WinForms support has been added through the new LEADTOOLS .NET WinForms SDK. These toolkits provide everything a developer needs to create imaging-enabled Android, iOS / OS X, or .NET WinForms applications.
The following Libraries have been added to LEADTOOLS v18:
Packages, Frameworks or DLLs / Shared Object Libraries | Comments |
---|---|
Leadtools.ImageProcessing.Color.JAR / LibLeadtools.ImageProcessing.Color.SO | Android support for performing image transforms such as brightness, contrast, hue, saturation, intensity, etc. |
Leadtools.ImageProcessing.Color.framework | iOS / OS X support for performing image transforms such as brightness, contrast, hue, saturation, intensity, etc. |
Leadtools.ImageProcessing.Color.DLL | .NET WinForms support for performing image transforms such as brightness, contrast, hue, saturation, intensity, etc. |
For more information, refer to http://www.leadtools.com/corporate/new-in-v18.htm.
LEADTOOLS V17.5 adds WinRT support for color image processing functions with the new LEADTOOLS WinRT SDK. The LEADTOOLS WinRT SDK contains everything a developer needs to create imaging-enabled Windows Store applications. It is available as an add-on to any of the Document or Medical products.
The following Library has been added to LEADTOOLS v17.5:
Assemblies | Metadata | Comments |
---|---|---|
Leadtools.ImageProcessing.Color.DLL | Leadtools.ImageProcessing.Color.winmd | Contains classes, methods, properties, and events for performing image transforms such as brightness, contrast, hue, saturation, intensity, etc. |
The following members have changed in v17.5:
Member | Description |
---|---|
Leadtools.ImageProcessing.Color.HistogramCommand.Histogram | The property value changed from an array of System.Int32 value types to an array of System.Int64 value types. |
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, Windows Presentation Foundation (WPF) and Silverlight as equal citizens, certain types in this LEADTOOLS assembly has been changed to reflect that. For example, properties with System.Drawing.Point type have been changed to use the new Leadtools.LeadPoint type, 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 |
No other changes were made.
Version 16.5 has not changed from Version 16. For more information, refer to http://www.leadtools.com/home2/general/new-in-v16_5.htm