Imaging
Images and image codecs.
Provides image container (TBLImage), image codecs (TBLImageCodec), and pixel conversion (TBLPixelConverter).
Images
- TBLImage - image container that holds pixel data.
- TBLImageData - pixel data and additional attributes.
- TBLImageInfo - image information data.
- TBLImageInfoFlags - image information flags.
- TBLImageScaleFilter - image scaling filters.
Image Codecs
- TBLImageCodec - image codec.
- TBLImageCodecFeatures - image codec feature flags.
- TBLImageDecoder - image decoder.
- TBLImageEncoder - image encoder.
Pixel Format
- TBLFormat - pixel format.
- TBLFormatFlags - pixel format flags.
- TBLFormatInfo - pixel format information.
Pixel Conversion
- TBLPixelConverter - pixel converter.
- TBLPixelConverterCreateFlags - flags that can be used when creating a pixel converter.
- TBLPixelConverterOptions - pixel conversion options.