TLinearResampler

Graphics32

TLinearResampler

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TCustomSampler

   |

TCustomResampler

   |

TBitmap32Resampler

Description

TLinearResampler implements a linear resampling algorithm. This algorithm is used only if the bounds of the destination bitmap is larger than the bounds of the source bitmap. Otherwise resampling is performed using the same method as in TKernelResampler.

Reference

Properties Methods Events
In TLinearResampler:
Create
Destroy
GetSample
PrepareSampling
In TBitmap32Resampler:
Bitmap Changed
PixelAccessMode GetSampleBounds
TransformerClass HasBounds
In TCustomResampler:
Width Resample
In TCustomSampler:
FinalizeSampling
In TNotifiablePersistent:
UpdateCount BeginUpdate OnChange
EndUpdate

See Also

Kernel Example, Resampler Example, TKernelResampler