The interface file for ImageProcessor class.
More...
#include <IImageProcessor.h>
|
virtual | ~IImageProcessor (void) |
|
virtual void | SetColorProcessing (ColorProcessingAlgorithm colorAlgorithm)=0 |
|
virtual ColorProcessingAlgorithm | GetColorProcessing ()=0 |
|
virtual void | SetNumDecompressionThreads (unsigned int numThreads)=0 |
|
virtual unsigned int | GetNumDecompressionThreads ()=0 |
|
virtual ImagePtr | Convert (const ImagePtr &srcImage, PixelFormatEnums destFormat) const =0 |
|
virtual void | Convert (const ImagePtr &srcImage, ImagePtr &destImage, PixelFormatEnums destFormat) const =0 |
|
virtual ImagePtr | Convert (const ImageList &srcImageList, PixelFormatEnums destFormat) const =0 |
|
virtual void | Convert (const ImageList &srcImageList, ImagePtr &destImage, PixelFormatEnums destFormat) const =0 |
|
virtual ImagePtr | ApplyGamma (const ImagePtr &srcImage, float gamma, bool isGammaInverse=false) const =0 |
|
virtual void | ApplyGamma (const ImagePtr &srcImage, ImagePtr &destImage, float gamma, bool isGammaInverse=false) const =0 |
|
The interface file for ImageProcessor class.
◆ ~IImageProcessor()
◆ IImageProcessor() [1/2]
◆ IImageProcessor() [2/2]
◆ ApplyGamma() [1/2]
virtual ImagePtr ApplyGamma |
( |
const ImagePtr & |
srcImage, |
|
|
float |
gamma, |
|
|
bool |
isGammaInverse = false |
|
) |
| const |
|
pure virtual |
◆ ApplyGamma() [2/2]
virtual void ApplyGamma |
( |
const ImagePtr & |
srcImage, |
|
|
ImagePtr & |
destImage, |
|
|
float |
gamma, |
|
|
bool |
isGammaInverse = false |
|
) |
| const |
|
pure virtual |
◆ Convert() [1/4]
◆ Convert() [2/4]
◆ Convert() [3/4]
◆ Convert() [4/4]
◆ GetColorProcessing()
◆ GetNumDecompressionThreads()
virtual unsigned int GetNumDecompressionThreads |
( |
| ) |
|
|
pure virtual |
◆ operator=()
◆ SetColorProcessing()
◆ SetNumDecompressionThreads()
virtual void SetNumDecompressionThreads |
( |
unsigned int |
numThreads | ) |
|
|
pure virtual |
◆ m_pImageProcessorData
ImageProcessorData* m_pImageProcessorData |
|
protected |
The documentation for this class was generated from the following file: