| GraphicsFormats Xojo Plugin for Console targets |
|
Jpeg2000ExporterConsole.SaveToStream Method (console only)
Exports a picture formatted as Jpeg2000 to a IBinaryStreamWriter.
SaveToStream(
image as Picture,
stream as IBinaryStreamReader)
Parameters
- image
- The image to export.
- stream
- The stream to encode the Picture file to as Jpeg.
Remarks
See Also
Jpeg2000ExporterConsole Class