GraphicsFormats Xojo plugin

RawTgaExporter.SaveToStream Method

Exports a RawBitmap picture to a stream that implements the IBinaryStreamWriter interface.

SaveToStream(
   image as RawBitmap,
   stream as IBinaryStreamWriter)

Parameters

image
The RawBitmap to export.
stream
The stream to export to.

Remarks

See Also

RawTgaExporter Class