Contains possible values for scaling JPEG image during reading.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum JpegScale
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. |