AutoResizeMode Enumeration

Resize modes used with JpegTools::AutoResizeAsync.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public enum AutoResizeMode
'Declaration
Public Enumeration AutoResizeMode
public enum class AutoResizeMode
Lumia.Imaging.AutoResizeMode = function();
Lumia.Imaging.AutoResizeMode.createEnum('Lumia.Imaging.AutoResizeMode', false);

Members

Member name Value Description
Automatic 0 Auto resize will simultaneously lower the encoding quality and shrink the width and height of the image.
PreserveSourceEncodingQuality 1 Auto resize will try to preserve the source encoding quality while shrinking the width and height of the image.
PrioritizeLargeImageSize 2 Auto resize will try to preserve the maxImageSize while lowering the encoding quality.
PrioritizeHighEncodingQuality 3 Auto resize will try to preserve the highest possible encoding quality while shrinking the width and height of the image. This might be useful if you substantially reduce the size of the image.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging Namespace