|
ACF $AcfVersion:0$
|
#include <iimg/iimg.h>Go to the source code of this file.
Classes | |
| class | iimg::TPixelConversion< SourcePixel, DestPixel, CalcPixel > |
| A generic pixel conversion. More... | |
Namespaces | |
| namespace | iimg |
| Contains the system indenendent definitions of image and related themes. | |
Typedefs | |
| typedef TPixelConversion< quint8, quint8 > | iimg::CGrayGrayPixelConversion |
| typedef TPixelConversion< float, quint8, float > | iimg::CFloatGrayPixelConversion |
| typedef TPixelConversion< quint8, float, float > | iimg::CGrayFloatPixelConversion |
| typedef TPixelConversion< float, float > | iimg::CFloatFloatPixelConversion |