Mako 7.3.0 API
IDOMImageBleederFilter Class Reference

An image filter that presents an image with the edge pixels repeated. Useful for cases where consumers may interpolate pixels at the edge, creating unwanted artifacts. More...

#include <idomimageresource.h>

Inherits IDOMImageFilter.

Classes

class  Data
 Initialization data. More...
 

Static Public Member Functions

static EDL_API IDOMImageBleederFilterPtr create (IEDLClassFactory *pFactory, uint16 bleedPixels=1)
 Simplified creator for an image bleeder. More...
 
static const CClassIDclassID ()
 Retrieves class id of IDOMImageBleederFilter. More...
 

Detailed Description

An image filter that presents an image with the edge pixels repeated. Useful for cases where consumers may interpolate pixels at the edge, creating unwanted artifacts.

Member Function Documentation

◆ classID()

static const CClassID& IDOMImageBleederFilter::classID ( )
inlinestatic

Retrieves class id of IDOMImageBleederFilter.

Returns
CClassID Class id of the element

◆ create()

static EDL_API IDOMImageBleederFilterPtr IDOMImageBleederFilter::create ( IEDLClassFactory pFactory,
uint16  bleedPixels = 1 
)
static

Simplified creator for an image bleeder.

Parameters
pFactoryThe EDL Class Factory
bleedPixelsThe number of pixels to bleed the image.
Returns
IDOMImageBleederFilterPtr The new filter.

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