RTRCoreAPIImage protocol
The protocol stores the captured image. All operations are applied to the image loaded to this format.
Properties
Name | Type | Description |
---|---|---|
error | NSError* | Stores an error, in case it occurs. |
Methods
Name | Description |
---|---|
- UIImage | Converts the receiver to a UIImage. The result is created according to corrected orientation, if applicable. |
- size | Returns the image size, represented by its width and height. |
02.03.2022 12:59:15