iOS:
+ (nullable UIImage *)getLinkedImage:(LTRasterImage *)image error:(NSError **)error
macOS:
+ (nullable NSImage *)getLinkedImage:(LTRasterImage *)image error:(NSError **)error
image
The LTRasterImage specified for the image.
The UIImage/NSImage that the specified RasterImage is linked to. Returns null when there is no linked image.
Avoid making a copy of the actual image data when converting to / from an UIImage/NSImage by using the ConvertToImageOptions.LinkImage flag.