←Select platform

ConvertFromImageAsync Method

Summary
Converts an UIImage/NSImage to an LTRasterImage.
Syntax
Objective-C
iOS: 
+ (void)convertFromImageAsync:(UIImage *)image  
                      options:(LTConvertFromImageOptions)options  
                   completion:(void (^)(LTRasterImage * __nullable image, NSError * __nullable error))completion 
macOS: 
+ (void)convertFromImageAsync:(NSImage *)image  
                      options:(LTConvertFromImageOptions)options  
                   completion:(void (^)(LTRasterImage * __nullable image, NSError * __nullable error))completion 

Parameters

image
The UIImage/NSImage to be converted

options
Instance of LTConvertFromImageOptions to control the conversion operation.

completion
Handler that fires after conversion with the converted image if successful, or an error object if the conversion failed.

Remarks

iOS / macOS

Use the ConvertFromImageAsync method to convert either a UIImage or an NSImage into a LEADTOOLS LTRasterImage asynchronously. The conversion works by copying the image data over to the new destination. Currently, there is no support for sharing memory between a LTRasterImage and a UIImage/NSImage. This method returns immediately and does the image conversion asynchronously in a queue

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.