Skip to main content

Module span_image_filter

Module span_image_filter 

Source
Expand description

Base image filter span generators.

Port of agg_span_image_filter.h — base structs shared by all image transformation span generators (nearest, bilinear, general convolution, and resampling variants).

Structs§

SpanImageFilterBase
Base state for image filter span generators.
SpanImageResample
Image resampling state for generic (non-affine) interpolators.
SpanImageResampleAffine
Image resampling state for affine transformations.