| GraphicsFormats Xojo plugin | |
Jpeg2000Importer.OpenFromStream Method
Opens a Jpeg2000 Image from a IBinaryStreamWriter.
OpenFromStream(
stream as IBinaryStreamReader) as Picture
Parameters
- stream
- The stream containing the Jpeg data to import from.
Returns
- Picture
- Returns the imported Picture.
Remarks
See Also
Jpeg2000Importer Class