| GraphicsFormats REALbasic Plugin |
|
RawJpegImporter Class
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 REALbasic Pictures. RawBitmap can be used in console applications.
Object
RawJpegImporter
class RawJpegImporter
Properties
Grayscale | Use this property after importing a Jpeg image to get information if the decoded picture was Grayscale or color picture. |
ProgressHandler | To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property. |
Methods
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86