A3DPDFEImageFormat

enum A3DPDFEImageFormat

The following image formats are available in HOOPS.

EMF is only supported on Windows.

Starting from version 2020, some of these formats are not supported anymore. These are Cel, ILBM, PSD, PCX and TIFF.

A3DPDFImageCreateFromStream()

A3DPDFImageCreateFromFile()

A3DPDFDocumentExportAsImage()

A3DPDFDocumentExportAsImage()

4.1

Enumerators

enumerator kA3DPDFImageFormatUnknown
kA3DPDFImageFormatUnknown

Undefined format.

enumerator kA3DPDFImageFormatBmp
kA3DPDFImageFormatBmp

BMP format.

enumerator kA3DPDFImageFormatPng
kA3DPDFImageFormatPng

PNG format.

enumerator kA3DPDFImageFormatJpg
kA3DPDFImageFormatJpg

JPEG format.

enumerator kA3DPDFImageFormatBitmapRgbByte
kA3DPDFImageFormatBitmapRgbByte

Bitmap RGB format.

enumerator kA3DPDFImageFormatBitmapRgbaByte
kA3DPDFImageFormatBitmapRgbaByte

Bitmap RGBA format.

enumerator kA3DPDFImageFormatBitmapGreyByte
kA3DPDFImageFormatBitmapGreyByte

Bitmap grey format.

enumerator kA3DPDFImageFormatBitmapGreyaByte
kA3DPDFImageFormatBitmapGreyaByte

Bitmap greya format.

enumerator kA3DPDFImageFormatEmf
kA3DPDFImageFormatEmf

EMF format, Windows only

enumerator kA3DPDFImageFormatUrl
kA3DPDFImageFormatUrl

URL format.

enumerator kA3DPDFImageFormatGif
kA3DPDFImageFormatGif

GIF format.

enumerator kA3DPDFImageFormatTif
kA3DPDFImageFormatTif

TIFF format, unsupported

enumerator kA3DPDFImageFormatPcx
kA3DPDFImageFormatPcx

PCX format, unsupported

enumerator kA3DPDFImageFormatTga
kA3DPDFImageFormatTga

TGA format.

enumerator kA3DPDFImageFormatPpm
kA3DPDFImageFormatPpm

PPM format.

enumerator kA3DPDFImageFormatIlbm
kA3DPDFImageFormatIlbm

ILBM format, unsupported

enumerator kA3DPDFImageFormatCel
kA3DPDFImageFormatCel

Cel format, unsupported

enumerator kA3DPDFImageFormatRgb
kA3DPDFImageFormatRgb

RGB format.

enumerator kA3DPDFImageFormatPsd
kA3DPDFImageFormatPsd

PSD format, unsupported

enumerator kA3DPDFImageFormatSoftimagepic
kA3DPDFImageFormatSoftimagepic

Softimagepic format.