AutoResizeMode Enumeration

Resize modes used with JpegTools::AutoResizeAsync.

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

public enum AutoResizeMode

Member nameValueDescription
Automatic0Auto resize will simultaneously lower the encoding quality and shrink the width and height of the image.
PreserveSourceEncodingQuality1Auto resize will try to preserve the source encoding quality while shrinking the width and height of the image.
PrioritizeLargeImageSize2Auto resize will try to preserve the maxImageSize while lowering the encoding quality.
PrioritizeHighEncodingQuality3Auto 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.

Lumia Imaging SDK

Supported in: 3.0, 2.0
Show: