Namespace Gorgon.Graphics.Imaging.Codecs
Classes
GorgonCodecBmp
A codec to handle read/writing of BMP files.
GorgonCodecDds
A codec to handle reading/writing DDDS files.
GorgonCodecGif
A codec to handle reading/writing GIF files.
GorgonCodecJpeg
A codec to handle read/writing of JPEG files.
GorgonCodecPng
A codec to handle read/writing of PNG files.
GorgonCodecTga
A codec to handle reading/writing Truevision TGA files.
GorgonCodecWic<TWicEncOpt, TWicDecOpt>
Base class for the WIC based file formats (PNG, JPG, and BMP).
GorgonDdsDecodingOptions
Options used when decoding an image from a stream as a DDS file.
GorgonGifDecodingOptions
Options used when decoding an image from a stream as a GIF file.
GorgonGifEncodingOptions
Options used when decoding an image from a stream as a GIF file.
GorgonImageCodecPlugIn
A plug in to allow for loading of custom image codecs.
GorgonImageCodec<TEncOpt, TDecOpt>
A codec to reading and/or writing image data.
GorgonJpegEncodingOptions
Options used when encoding an image to a stream as a JPEG file.
GorgonPngEncodingOptions
Options used when encoding an image to a stream as a PNG file..
GorgonTgaDecodingOptions
Options used when decoding an image from a stream as a TGA file.
Structs
GorgonImageCodecDescription
A name and description for an image codec within a GorgonImageCodecPlugIn.
Interfaces
IGorgonImageCodec
A codec to reading and/or writing image data.
IGorgonImageCodecDecodingOptions
Provides options used when decoding a IGorgonImage.
IGorgonImageCodecEncodingOptions
Provides options used when encoding a IGorgonImage for persistence.
IGorgonWicDecodingOptions
Provides options used when decoding a IGorgonImage.
IGorgonWicEncodingOptions
Provides options used when encoding a IGorgonImage for persistence.
Enums
DdsLegacyFlags
Flags used to decode an existing DDS image encoded with a legacy version of the format specification.
PngFilter
Filter to apply for compression optimization.
WICFlags
Special case flags for decoding images.