GraphicsFormats REALbasic Plugin

JpegImporter Class

A class to Import Pictures from a Jpeg format. The picture can be imported from a File, string or IBinaryStreamReader.

Object
   JpegImporter

class JpegImporter implements

IGraphicsImporter

Properties

ColorSpaceCMYKReturns true if the last image read had CMYK color space that the plugin does not support.
GrayscaleUse this property after importing a Jpeg image to get information if the decoded picture was Grayscale or color picture.
ProgressHandlerTo get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property.

Methods

OpenFromFileOpens a Jpeg Image from a file.
OpenFromStreamOpens a Jpeg Image from a IBinaryStreamWriter.
OpenFromStringOpens a Jpeg Image from a String.

Supported Platforms:

  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • MacOS X Cocoa Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    Unsupported Platforms: