http://en.wikipedia.org/wiki/Resampling_(bitmap)." /> Resample - Marblecore Imaging Library

Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Enumerations / Resample

Resample enumeration

Specifies the resample alogorithm which should be used when the image is resized. For more information take a look at: http://en.wikipedia.org/wiki/Resampling_(bitmap).

If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingResample which contains all the available values.

Values

NameValueDescription
Bicubic0Resample using bicubic resampling (http://en.wikipedia.org/wiki/Bicubic_interpolation)
BicubicSmoother1Resample using bicubic resampling with smoother output
BicubicSharper2Resample using bicubic resampling with sharper output
Bilinear3Resample using bilinear resampling (http://en.wikipedia.org/wiki/Bilinear_interpolation)
NearestNeighbor4Resample using nearest neighbor resampling (http://en.wikipedia.org/wiki/Nearest_neighbor_interpolation)

See also

InsertFromBase64 | InsertFromFile | InsertFromSerializedStream | InsertFromStream | InsertFromURL | Resize | Thumbnail