You are here: Start » AVL.NET » ResizeMethod Enumeration

ResizeMethod Enumeration

Interpolation method used when image resizing is considered.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
AreaThe most precise, but computationally expensive.
BilinearPrecise and fast.
NearestNeighbourThe simplest and the fastest method.

Remarks

See also