EncoderValue (Windows Embedded CE 6.0)
1/6/2010
This enumeration provides values that are used along with elements from the EncoderParameterValueType enumeration to describe the properties of an image encoder in an EncoderParameter object.
Syntax
enum EncoderValue {
EncoderValueColorTypeCMYK,
EncoderValueColorTypeYCCK,
EncoderValueCompressionLZW,
EncoderValueCompressionCCITT3,
EncoderValueCompressionCCITT4,
EncoderValueCompressionRle,
EncoderValueCompressionNone,
EncoderValueScanMethodInterlaced,
EncoderValueScanMethodNonInterlaced,
EncoderValueVersionGif87,
EncoderValueVersionGif89,
EncoderValueRenderProgressive,
EncoderValueRenderNonProgressive,
EncoderValueTransformRotate90,
EncoderValueTransformRotate180,
EncoderValueTransformRotate270,
EncoderValueTransformFlipHorizontal,
EncoderValueTransformFlipVertical,
EncoderValueMultiFrame,
EncoderValueLastFrame,
EncoderValueFlush,
EncoderValueFrameDimensionTime,
EncoderValueFrameDimensionResolution,
EncoderValueFrameDimensionPage
};
Elements
- EncoderValueColorTypeCMYK
Indicates the CMYK color format.
- EncoderValueColorTypeYCCK
Indicates the YCCK color format.
- EncoderValueCompressionLZW
Indicates LZW compression.
- EncoderValueCompressionCCITT3
Indicates CCITT3 compression.
- EncoderValueCompressionCCITT4
Indicates CCITT4 compression.
- EncoderValueCompressionRle
Indicates RLE compression.
- EncoderValueCompressionNone
Indicates that no compression is used.
- EncoderValueScanMethodInterlaced
Indicates that image scan lines are interlaced.
- EncoderValueScanMethodNonInterlaced
Indicates that image scan lines are not interlaced.
- EncoderValueVersionGif87
Indicates the GIF87 file format.
- EncoderValueVersionGif89
Indicates the GIF89 file format.
- EncoderValueRenderProgressive
Indicates progressive rendering mode.
- EncoderValueRenderNonProgressive
Indicates nonprogressive rendering mode.
- EncoderValueTransformRotate90
Indicates an image rotation of 90 degrees.
- EncoderValueTransformRotate180
Indicates an image rotation of 180 degrees.
- EncoderValueTransformRotate270
Indicates an image rotation of 270 degrees.
- EncoderValueTransformFlipHorizontal
Indicates an image flip from top to bottom.
- EncoderValueTransformFlipVertical
Indicates an image flip from left to right.
- EncoderValueMultiFrame
Indicates a multiframe image.
- EncoderValueLastFrame
Indicates the last frame of a multiframe image.
- EncoderValueFlush
Indicates that the image data should be cleared.
- EncoderValueFrameDimensionTime
Indicates the frame dimension of time.
- EncoderValueFrameDimensionResolution
Indicates the frame dimension of resolution.
- EncoderValueFrameDimensionPage
Indicates the frame dimension of page.
Requirements
Header | imaging.h |
Windows Embedded CE | Windows CE 5.0 and later |