GraphicsFormats Xojo plugin |
|
RawJpegImporter Class (console safe)
A class to Import Pictures from a Jpeg format. The picture can be imported from a File, string or IBinaryStreamReader.
This class uses RawBitmap that is defined in TypeLib instead of Xojo Pictures. RawBitmap can be used in console applications.
This class will import ICC Color Profile if the image has ICC Color Profile.
Object
RawJpegImporter
class RawJpegImporter implements
IRawBitmapReader
Properties
Grayscale | Use this property after importing a Jpeg image to get information if the decoded picture was Grayscale or color picture. |
LastError | Returns code of last error that occurred or zero if no error. |
ProgressHandler | To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property. |
Methods
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
OpenFromFile | Opens a Jpeg Image from a file. |
OpenFromString | Opens a Jpeg Image from a String. |
Constants
Version = 7.5 | |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM