Mako 7.3.0 API
IDOMImageDecodeFilter Class Reference

An image filter that applies a PDF/PS style Decode array to the image contents. For details on decode arrays, please see "Decode Arrays" on page 344 of the PDF Reference, version 1.7. The bit depth of the result may be promoted to eight or 16 bits per component depending on the situation. More...

#include <idomimageresource.h>

Inherits IDOMImageFilter.

Classes

class  Data
 Initialization data. More...
 

Static Public Member Functions

static EDL_API IDOMImageDecodeFilterPtr create (IEDLClassFactory *pFactory, const CEDLVector< float > &decode)
 Simplified creator for a decode filter. More...
 
static const CClassIDclassID ()
 Retrieves class id of IDOMImageDecodeFilter. More...
 

Detailed Description

An image filter that applies a PDF/PS style Decode array to the image contents. For details on decode arrays, please see "Decode Arrays" on page 344 of the PDF Reference, version 1.7. The bit depth of the result may be promoted to eight or 16 bits per component depending on the situation.

Member Function Documentation

◆ classID()

static const CClassID& IDOMImageDecodeFilter::classID ( )
inlinestatic

Retrieves class id of IDOMImageDecodeFilter.

Returns
CClassID Class id of the element

◆ create()

static EDL_API IDOMImageDecodeFilterPtr IDOMImageDecodeFilter::create ( IEDLClassFactory pFactory,
const CEDLVector< float > &  decode 
)
static

Simplified creator for a decode filter.

Parameters
pFactoryThe EDL Class Factory
decodeThe decode vector.
Returns
IDOMImageDecodeFilterPtr The new filter.

The documentation for this class was generated from the following file: