createExportToPngOperation: method of the RTRImagingCoreAPI protocol
Creates an operation for exporting image to PNG format.
- (id<RTRCoreAPIExportToPngOperation>)createExportToPngOperation:(id<RTROutputStream>)outputStream;
Parameters
- outputStream
- The output stream for export.
Return values
The method returns an instance implementing the RTRCoreAPIExportToPngOperation protocol. Use the addPageWithImage: method of the RTRCoreAPIExportOperation protocol to export the image.
02.03.2022 12:59:15