CFx SDK Documentation  2020SP3
Enumerations
OdPdfPublish::Image Namespace Reference

Enumerations

enum  Format {
  kUnknown = -1, kBMP, kICO, kJPEG,
  kJNG, kKOALA, kLBM, kIFF,
  kMNG, kPBM, kPBMRAW, kPCD,
  kPCX, kPGM, kPGMRAW, kPNG,
  kPPM, kPPMRAW, kRAS, kTARGA,
  kTIFF, kWBMP, kPSD, kCUT,
  kXBM, kXPM, kDDS, kGIF,
  kHDR, kFAXG3, kSGI, kEXR,
  kJ2K, kJP2, kPFM, kPICT,
  kRAW
}
 

Detailed Description

Contains declarations for image options in Teigha Publish.

Enumeration Type Documentation

◆ Format

Image formats supported by Teigha Publish.

Enumerator
kUnknown 
kBMP 

The format is unknown.

kICO 

A bitmap image.

kJPEG 

An icon image.

kJNG 

A .jpeg image.

kKOALA 

A .jng image.

kLBM 

A .koala image.

kIFF 

A .lbm image.

kMNG 

An .iff image.

kPBM 

A .mgn image.

kPBMRAW 

A .pbm image.

kPCD 

A raw .pbm image.

kPCX 

A .pcd image.

kPGM 

A .pcx image.

kPGMRAW 

A .pgm image.

kPNG 

A raw .pgm image.

kPPM 

A .png image.

kPPMRAW 

A .ppm image.

kRAS 

A raw .ppm image.

kTARGA 

A .ras image.

kTIFF 

A .targa image.

kWBMP 

A .tiff image.

kPSD 

A .wbmp image.

kCUT 

A .psd (Adobe Photoshop) image.

kXBM 

A .cut image.

kXPM 

A .xbm image.

kDDS 

A .xpm image.

kGIF 

A .dds image.

kHDR 

A .gif image.

kFAXG3 

A .hdr image.

kSGI 

A .faxg3 image.

kEXR 

A .sgi image.

kJ2K 

A .exr image.

kJP2 

A .j2k image.

kPFM 

A .jp2 image.

kPICT 

A .pfm image.

kRAW 

A .pict image.

A raw image.

Definition at line 398 of file PdfPublishCommon.h.