GraphicsFormats Xojo plugin

Jpeg2000Importer.LastError Property

Code for last error that occurred

LastError as Integer {Read}

Remarks

Possible values:
0 - No error.
-20 Could not create file.
-21 Could not open file.
-22 Could not write file.
-27 Stream parameter is nil.
-28 Image parameter is nil.
-29 File parameter is nil.
-30 No data was supplied.
-32 Image was to large.
-50 Unknown error.
-62 Could not get image raw data.
-101 Could not create buffer.
-102 Could not encode image.
-103 Could not decode image.
-200 Image format variation not supported.

See Also

Jpeg2000Importer Class