Imaging Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can support still-image codecs for various types of graphics source files, including *.jpg, *.bmp, and *.png.

For more information, see Imaging Reference.

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

  • Requires a display screen.

Catalog Items and Sysgen Variables

The following table shows the catalog items that you can use to add support for graphics files to your OS.

Catalog item

SYSGEN variable

Description

Dependencies

Still Image Codec Support (Encode and Decode)

SYSGEN_IMAGING

Provides the Imaging API for rendering graphic images.

None.

BMP Decoder

SYSGEN_IMAGING_BMP_DECODE

Decoder for BMP images.

Requires SYSGEN_IMAGING.

GIF Decoder

SYSGEN_IMAGING_GIF_DECODE

Decoder for GIF images.

Requires SYSGEN_IMAGING.

ICO Decoder

SYSGEN_IMAGING_ICO_DECODE

Decoder for ICO images.

Requires SYSGEN_IMAGING.

JPG Decoder

SYSGEN_IMAGING_JPG_DECODE

Decoder for JPEG images.

Requires SYSGEN_IMAGING.

PNG Decoder

SYSGEN_IMAGING_PNG_DECODE

Decoder for PNG images.

Requires SYSGEN_IMAGING.

TIFF Decoder

SYSGEN_IMAGING_TIFF_DECODE

Decoder for TIFF images.

Requires SYSGEN_IMAGING.

BMP Encoder

SYSGEN_IMAGING_BMP_ENCCODE

Encoder for BMP images.

Requires SYSGEN_IMAGING.

GIF Encoder

SYSGEN_IMAGING_GIF_ENCCODE

Encoder for GIF images.

Requires SYSGEN_IMAGING.

JPG ENcoder

SYSGEN_IMAGING_JPG_ENCCODE

Encoder for JPEG images.

Requires SYSGEN_IMAGING.

PNG Encoder

SYSGEN_IMAGING_PNG_ENCCODE

Encoder for PNG images.

Requires SYSGEN_IMAGING.

TIFF Encoder

SYSGEN_IMAGING_TIFF_ENCODE

Encoder for TIFF images.

Requires SYSGEN_IMAGING.

See Also

Other Resources

Imaging