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

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

Indicates how uploaded images should be processed before written to disk. The original data always exists in the database but one or more version can be written to disc.

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

public enum ImageProcessingLevels
Members

  Member nameValueDescription
None0 No adjustment, the image processing is disabled.
Normalized1 A normalized version (for Web use 72 dpi) is written to disc.
Original_Normalized2 A normalized and the original version is written to disc in 2 separate files.
Original_Normalized_Thumnail3 A normalized version, a thumbnail and the original version is written to disc in 3 separate files.
Original_Thumbnail4 A thumbnail and the original version is written to disc in 2 separate files.
Normalized_Thumbnail5 A normalized and an original version is written to disc in 2 separate files.
See Also

Reference