CategoryManagerImageProcessingAlgoritm Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the image processing algorithm to use.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum ImageProcessingAlgoritm
Members

  Member nameValueDescription
Default-1 Default algorithm, the system decides.
None0 No algorithm is used
Triangle1 The Triangle algorithm is used
Hermite2 The Hermite algorithm is used
Bell3 The Bell algorithm is used
BSpline4 The BSpline algorithm is used
Lanczos5 The Lanczos algorithm is used
Mitchell6 The Mitchell algorithm is used
Nearest7 The Nearest algorithm is used
Linear8 The Linear algorithm is used
Fastlinear9 The Fastlinear algorithm is used
Bilinear10 The Bilinear algorithm is used
Bicubic11 The Bicubic algorithm is used
See Also

Reference