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