![]() |
XII Release 0.1.0
|
A structure describing the pairs of source/target format that may be converted using the conversion routine. More...
#include <ImageConversion.h>
Public Member Functions | |
xiiImageConversionEntry (xiiImageFormat::Enum source, xiiImageFormat::Enum target, xiiImageConversionFlags::Enum flags, float fAdditionalPenalty=0) | |
Public Attributes | |
const xiiImageFormat::Enum | m_sourceFormat |
const xiiImageFormat::Enum | m_targetFormat |
const xiiBitflags< xiiImageConversionFlags > | m_flags |
float | m_fAdditionalPenalty = 0.0f |
A structure describing the pairs of source/target format that may be converted using the conversion routine.
float xiiImageConversionEntry::m_fAdditionalPenalty = 0.0f |
This member adds an additional amount to the cost estimate for this conversion step. It can be used to bias the choice between steps when there are comparable conversion steps available.