+ (void)convertFromCGImageAsync:(CGImageRef)image
options:(LTConvertFromImageOptions)options
completion:(void (^)(LTRasterImage * __nullable image, NSError * __nullable error))completion
image
The CGImageRef 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.
Use the ConvertFromCGImageAsync method to convert a CGImage 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 CGImage. This method returns immediately and does the image conversion asynchronously in a queue