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