loadImage:error: method of the RTRImagingCoreAPI protocol
This method loads the image object into the internal format.
- (id<RTRCoreAPIImage>)loadImage:(UIImage*)image;
error: (NSError**)error;
Parameters
- image
- The image to be loaded.
- error
- The error that has occurred.
Return values
The method returns an instance implementing the RTRCoreAPIImage protocol.
3/2/2022 12:59:15 PM