An image filter that presents an image as an image with a different bits per sample.
More...
#include <idomimageresource.h>
Inherits IDOMImageFilter.
|
static EDL_API IDOMImageBitScalerFilterPtr | create (IEDLClassFactory *pFactory, uint8 bps) |
| Simplified creator for a bit scaling filter.
|
|
static const CClassID & | classID () |
| Retrieves class id of IDOMImageBitScalerFilterClassID.
|
|
An image filter that presents an image as an image with a different bits per sample.
◆ classID()
static const CClassID & IDOMImageBitScalerFilter::classID |
( |
| ) |
|
|
inlinestatic |
Retrieves class id of IDOMImageBitScalerFilterClassID.
- Returns
- CClassID Class id of the element
◆ create()
static EDL_API IDOMImageBitScalerFilterPtr IDOMImageBitScalerFilter::create |
( |
IEDLClassFactory * | pFactory, |
|
|
uint8 | bps ) |
|
static |
Simplified creator for a bit scaling filter.
- Parameters
-
pFactory | The EDL Class Factory |
bps | The desired bits per sample (1, 3, 4, 8, 12 or 16 bit) |
- Returns
- IDOMBitScalerFilterPtr The new filter.
The documentation for this class was generated from the following file: