GraphicsFormats Xojo plugin

Jpeg2000Importer.OpenFromString Method

Opens a Jpeg2000 Image from a String.

OpenFromString(
   data as String) as Picture

Parameters

data
The string data containing a Jpeg image to import from.

Returns

Picture
Returns the imported Picture.

Remarks

See Also

Jpeg2000Importer Class