←Select platform

ConvertFromCGImage Method (RasterImageConverter)

Summary
Converts a CGImageRef to a LTRasterImage.
Syntax
Objective-C
+ (nullable LTRasterImage *)convertFromCGImage:(CGImageRef)image  
                                       options:(LTConvertFromImageOptions)options  
                                         error:(NSError **)error 

Parameters

image
The CGImageRef to be converted

options
Instance of LTConvertFromImageOptions to control the conversion operation.

error
Pointer to an NSError

Return Value

A LTRasterImage object representing the converted image.

Remarks

iOS / macOS

Use the ConvertFromCGImage method to convert a CGImage into a LEADTOOLS LTRasterImage. The conversion works by copying the image data over to the new destination. Currently, there is no support for sharing memory between a RasterImage and a CGImage.

Requirements

Target Platforms

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

Leadtools.Converters Assembly

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