Leadtools.Converters Getting Started (original) (raw)
iOS and macOS
Redistributables Paths
Path | Target Platform |
---|---|
\Bin\Xcode\XCFrameworks\iOS | iOS |
\Bin\Xcode\Frameworks\macOS | macOS |
Dependencies
Library | Description | Dependencies |
---|---|---|
Leadtools.Converters.framework | Provides interoperation between LEADTOOLS and iOS / macOS images.The RasterImageMediaConverter class lets you convert between a Leadtools.RasterImage object and UIImage, NSImage and CGImage objects. | - |
Sample Programs
Demo Name | Source Code Path | Description |
---|---|---|
Simple Load Save | \Examples\FileFormats\Xcode\macOS\<Objective-C/Swift>\SimpleLoadSaveDemo | Demonstrates loading and saving of images. |
Java/Android
Redistributables Paths
Path | Target Platform |
---|---|
\Bin\Android\x86_64 (Android) | x86_64 Android |
\Bin\Android\x86 (Android) | x86 Android |
\Bin\Android\arm64-v8a (Android) | arm64-v8a Android |
\Bin\Android\armeabi-v7a (Android) | armeabi-v7a Android |
\Bin\CDLL\Win32 (Windows) | x86 Windows |
\Bin\CDLL\x64 (Windows) | x64 Windows |
\Bin\Lib\x86 (Linux) | x86 Linux |
\Bin\Lib\x64 (Linux) | x64 Linux |
Dependencies
Library | Description | Jars | Native Libraries |
---|---|---|---|
leadtools.converters.android.jar | Provides interoperation between LEADTOOLS and Android bitmaps. The RasterImageConverter class lets you convert between a Leadtools.RasterImage object and an android.graphics.Bitmap class. | leadtools.jar | Android libleadtools.so iOS/macOS Leadtools.framework Linux libltkrn.so Windows Ltkrnu.dll Ltkrnx.dll |
Sample Programs
Demo Name | Source Code Path | Description |
---|---|---|
Load Save (Java) | \Examples\FileFormats\Java\LoadSaveDemo | Demonstrates LEADTOOLS image file format support. Load an image and save it to any of the supported file formats. Specify the target format, bits per pixel, etc. Can support multi-page input files. |