13 #ifndef LTI_MULTIRESFILTER_H
14 #define LTI_MULTIRESFILTER_H
41 <LTIOverrideMagnification
42 <LTIOverrideStripHeight
43 <LTIImageFilter> > > >
161 double m_magSnapThreshold;
174 StripCache *m_stripCache0;
175 StripCache *m_stripCache1;
177 LTIResampler *m_resampler;
178 bool m_usePixelCenter;
184 #endif // LTI_MULTIRESFILTER_H
representation of a scene
bool getReaderScene(const LTIScene &decodeScene, LTIScene &readerScene) const
static double magForIcon(const LTIImage &image, lt_uint32 iconSize)
bool getChildScene(const LTIScene &scene, Mode &mode, double &xScale, double &yScale, LTIScene &childScene) const
LT_STATUS decodeStrip(LTISceneBuffer &stripBuffer, const LTIScene &stripScene)
add resolutions to the image
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
void setDeltaMagXY(double deltaMagX, double deltaMagY)
signed char lt_int8
signed 8-bit integer
signed int lt_int32
signed 32-bit integer
lt_uint32 LT_STATUS
An integral status code.
abstract class for implementing an image transform
LT_STATUS decodeEnd(void)
LT_STATUS setResamplePixelCenter(bool usePixelCenter)
void setMagSnapThreshold(double threshold)
basic properties of a pixel
static LT_STATUS push(LTIImageStage *&pipeline, const LTIScene &dstScene, LTIResampleMethod method=LTI_RESAMPLE_NEAREST)
lt_int64 getEncodingCost(const LTIScene &scene) const
virtual lt_uint32 getModifications(const LTIScene &scene) const
class to hold data passed between image stages
LT_STATUS setResampleMethod(LTIResampleMethod resampleMethod)
Set resampling method.
LTIResampleMethod
constants representing resampling methods
abstract class representing an image
abstract class for decoding from an image
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
#define LTI_REFERENCE_COUNTED_BOILERPLATE(classname)
unsigned int lt_uint32
unsigned 32-bit integer
LT_STATUS getDimsAtMag(double mag, lt_uint32 &width, lt_uint32 &height) const
bool getPipelineInfo(LTIPipelineInfo info) const
LT_STATUS initialize(LTIImageStage *srcImage)
initializer
LT_STATUS decodeBegin(const LTIPixel &pixelProps, const LTIScene &fullScene)