Table Of Contents
 

Image Formats

CFX_Image supports a whole range of image formats for both reading and saving.
If CFX_JImage cannot save or load a file with a particular file extension type it will throw an error.
When saving it will automatically choose the file format based on the file extension of the output filename.

Supported Read Formats


This is a list of the image file formats that JImage can read:

  • BMP
  • FlashPix
  • GIF
  • JPEG
  • PNG
  • PNM
  • TIFF
  • WBMP
  • PALM
  • PNM
  • PBM
  • PGM
  • PPM

Supported Write Formats


This is a list of the image file formats that JImage can write an output image as:
  • BMP
  • GIF
  • JPEG
  • PNG
  • PNM
  • TIFF
  • PALM
  • PNM
  • PBM
  • PGM
  • PPM