+ (void)convertToCGImageAsync:(LTRasterImage *)image
options:(LTConvertToImageOptions)options
completion:(void (^)(CGImageRef __nullable image, NSError * __nullable error))completion
image
The LTRasterImage to be converted
options
Instance of LTConvertToImageOptions 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 ConvertToCGImageAsync method to convert a LEADTOOLS LTRasterImage into a CGImage asynchronously.
The conversion works by copying the image data over to the new destination. Currently, there is no support for sharing memory between an LTRasterImage and an CGImage. This method returns immediately and does the image conversion asynchronously in a queue