AForge.NET Framework
2.2.5 version is available!

Resize and Rotate filters

AForge.NET framework provides set of filters to perform image resize and
its rotation.

Below is the list of implemented resize and rotate filters and the result of
their application to the below source image.

Source image

Source image

Resize Nearest Neighbor

Image resizing filter using nearest neighbor algorithm, which does not assume any interpolation.

Resize Nearest Neighbor filter

Resize Bilinear

Image resizing filter using bilinear interpolation algorithm.

Resize Bilinear filter

Resize Bicubic

Image resizing filter using bicubic interpolation algorithm.

Resize Bicubic filter

Rotate Nearest Neighbor

Image rotation filter using nearest neighbor algorithm, which does not assume any interpolation.

Resize Nearest Neighbor filter

Rotate Bilinear

Image rotation filter using bilinear interpolation algorithm.

Rotate Bilinear filter

Rotate Bicubic

Image rotation filter using bicubic interpolation algorithm.

Rotate Bicubic Neighbor filter