Leadtools.Converters Introduction (original) (raw)
Summary
The Leadtools.Converters assembly provides for interoperation between a LEADTOOLS image (Leadtools.RasterImage) and various other types of images from different environments.
Key Features
The RasterImageConverter class contains the functionality needed to convert a LEADTOOLS RasterImage. This class makes it possible to perform the following conversions:
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and Android (Android.Graphics.Bitmap) classes.
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and iOS / macOS (NSImage/UIImage and CGImage) objects.
To convert back and forth between LEADTOOLS (Leadtools.RasterImage) and WPF (System.Windows.Media.ImageSource) objects, use the Leadtools.Windows.Media.RasterImageConverter class.
LEADTOOLS toolkits ship with many demos that show how to use the toolkit in different environments.
See Also
Reference
Getting Started (Guide to Example Programs)
Summary of All Supported Image File Formats