JpegScale Enumeration

Contains possible values for scaling JPEG image during reading.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum JpegScale

Members

Member name Description
x1

No scale.

x2

1/2 scale. The reader returns an image that is 1/2 the width/height of the original, and 1/4 the number of pixels.

x4

1/4 scale. The reader returns an image that is 1/4 the width/height of the original, and 1/16 the number of pixels.

x8

1/8 scale. The reader returns an image that is 1/8 the width/height of the original, and 1/64 the number of pixels.

See Also

Reference