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.
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.
◆ classID()
static const CClassID & IDOMImageBleederFilter::classID |
( |
| ) |
|
|
inlinestatic |
◆ create()
static EDL_API IDOMImageBleederFilterPtr IDOMImageBleederFilter::create |
( |
IEDLClassFactory * | pFactory, |
|
|
uint16 | bleedPixels = 1 ) |
|
static |
Simplified creator for an image bleeder.
- Parameters
-
pFactory | The EDL Class Factory |
bleedPixels | The number of pixels to bleed the image. |
- Returns
- IDOMImageBleederFilterPtr The new filter.
The documentation for this class was generated from the following file: