GraphicsFormats Xojo Plugin for Console targets

JpegImporterConsole Class (console only)

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

Object
   JpegImporterConsole

class JpegImporterConsole implements

IGraphicsImporter

Properties

ColorSpaceCMYK (console only) Returns true if the last image read had CMYK color space that the plugin does not support.
Grayscale (console only) Use this property after importing a Jpeg image to get information if the decoded picture was Grayscale or color picture.
ProgressHandler (console only) To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property.

Methods

OpenFromFile (console only) Opens a Jpeg Image from a file.
OpenFromStream (console only) Opens a Jpeg Image from a IBinaryStreamWriter.
OpenFromString (console only) Opens a Jpeg Image from a String.

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM