GraphicsFormats Xojo plugin |
|
RawJpegImporter.OpenFromString Method
Opens a Jpeg Image from a String.

OpenFromString(
data
as String)
as RawBitmap
Parameters
- data
- The string data containing a Jpeg image to import from.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap or nil if import failed.
Remarks
See Also
RawJpegImporter Class