Gembox.Imaging
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    Supported Formats

    GemBox.Imaging supports multiple file and pixel formats.

    Supported File Formats

    • Portable Network Graphics (PNG).
    • Joint Photographic Experts Group (JPEG).
    • Graphics Interchange Format (GIF).
    • Tag Image File Format (TIFF).

    Supported Platforms

    GemBox.Imaging supports multiple frameworks:

    FrameworkPNGJPEGGIFTIFF
    .NET 6.0+ on Windows
    YYYY
    .NET Standard 2.0+
    (for Linux, macOS, Android, iOS, …)
    YYYY*
    .NET Framework 4.6.2+
    YYYY
    Warning

    * Images with transparency and frames with different sizes are currently not supported in .NET Standard 2.0.

    Supported Pixel Formats

    Supported pixel formats for GemBox.Imaging are as follows:

    Pixel FormatDescription
    Bgr101010sRGB, 32 BPP, 10 bits per channel (BGR)
    Bgr24sRGB, 24 BPP, 8 bits per channel (BGR)
    Bgr32sRGB, 32 BPP, 8 bits per channel (BGR)
    Bgr555sRGB, 16 BPP, 5 bits per channel (BGR)
    Bgr565sRGB, 16 BPP, 5-6-5 bits per channel (BGR)
    Bgra32sRGB, 32 BPP, 8 bits per channel (BGRA)
    BlackWhite1 BPP, monochrome
    Cmyk3232 BPP, CMYK
    Gray1616 BPP, grayscale, gamma 1.0
    Gray22 BPP, grayscale, 4 shades of gray
    Gray32Float32 BPP, grayscale, over 4 billion shades, gamma 1.0
    Gray44 BPP, grayscale, 16 shades of gray
    Gray88 BPP, grayscale, 256 shades of gray
    Indexed1Paletted, 2 colors
    Indexed2Paletted, 4 colors
    Indexed4Paletted, 16 colors
    Indexed8Paletted, 256 colors
    Pbgra32sRGB, 32 BPP, 8 bits per channel (BGRA), premultiplied
    Prgba128FloatScRGB, 128 BPP, 32 bits per channel (BGRA), premultiplied, gamma 1.0
    Prgba64sRGB, 64 BPP, 16 bits per channel (BGRA), premultiplied, gamma 1.0
    Rgb128FloatScRGB, 128 BPP, 32 BPP per channel (RGB), gamma 1.0
    Rgb24sRGB, 24 BPP, 8 bits per channel (RGB)
    Rgb48sRGB, 48 BPP, 16 bits per channel (RGB), gamma 1.0
    Rgba128FloatScRGB, 128 BPP, 32 BPP per channel (RGBA), gamma 1.0
    Rgba64sRGB, 64 BPP, 16 bits per channel (RGBA), gamma 1.0

    Pixel Format Limitations

    Although GemBox.Imaging supports reading most of the image pixel formats, image pixel format can change on image transformation operations or saving the image. But the output will still be as expected.

    For example, GemBox.Imaging can read Indexed8 pixel format, but after image transformation, the output will be Bgra32 pixel format.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.