GR32_Rasterizers

GR32_Rasterizers.pas provides classes used when rasterizing an image. Rasterization is the process of acquiring a number of samples for the pixels of a destination image.

Rasterizers determine the order in which pixels are updated in the destination bitmap when sampling from an input scene (which can be a reconstructed bitmap, a synthetic sample generator or an image acquisition device).

Contents

Types
TCombineInfo

Classes
TContourRasterizer TProgressiveRasterizer TRasterizer TRegularRasterizer TSwizzlingRasterizer TTesseralRasterizer