# New Bitmap Formats

#### New Bitmap Formats

SceneComposer can now import .EXR and .HDR files as RgbFloatingPointR11G11B10PixelFormat and RgbFloatingPoint9E5FPixelFormat respectively (Mantis 5504). New formats are also supported by .KTX extension. The following formats are now supported:

<div class="contents" id="bkmrk-etc2compressedrgbpix"><div class="contents"><div class="textblock">- Etc2CompressedRgbPixelFormat
- Etc2CompressedSrgbPixelFormat
- Etc2Alpha1CompressedRgbaPixelFormat
- Etc2Alpha1CompressedSrgbaPixelFormat
- Etc2EacCompressedRgbaPixelFormat
- Etc2EacCompressedSrgbaPixelFormat
- EacCompressedUnsignedRPixelFormat
- EacCompressedSignedRPixelFormat
- EacCompressedUnsignedRGPixelFormat
- EacCompressedSignedRGPixelFormat
- SrgbUnsignedBytePixelFormat
- SrgbaUnsignedBytePixelFormat
- RgbFloatingPointR11G11B10PixelFormat
- RgbFloatingPoint9E5FPixelFormat
- RgbaUnsignedIntRev10A2PixelFormat

</div></div></div>The following conversions are possible between the new formats:

<div class="contents" id="bkmrk-etc2compressedrgbpix-0"><div class="contents"><div class="textblock">- Etc2CompressedRgbPixelFormat -&gt; Etc2CompressedSrgbPixelFormat
- Etc2CompressedSrgbPixelFormat -&gt; Etc2CompressedRgbPixelFormat
- Etc2Alpha1CompressedRgbaPixelFormat -&gt; Etc2Alpha1CompressedSrgbaPixelFormat
- Etc2Alpha1CompressedSrgbaPixelFormat -&gt; Etc2Alpha1CompressedRgbaPixelFormat
- Etc2EacCompressedRgbaPixelFormat -&gt; Etc2EacCompressedSrgbaPixelFormat
- Etc2EacCompressedSrgbaPixelFormat -&gt; Etc2EacCompressedRgbaPixelFormat

</div></div></div>The following conversions are now possible for the classic formats:

<div class="contents" id="bkmrk-rgbunsignedbytepixel"><div class="contents"><div class="textblock">- RgbUnsignedBytePixelFormat -&gt; SrgbUnsignedBytePixelFormat
- RgbUnsignedBytePixelFormat -&gt; SrgbaUnsignedBytePixelFormat
- RgbaUnsignedBytePixelFormat -&gt; SrgbUnsignedBytePixelFormat
- RgbaUnsignedBytePixelFormat -&gt; SrgbaUnsignedBytePixelFormat
- SrgbUnsignedBytePixelFormat -&gt; RgbUnsignedBytePixelFormat
- SrgbUnsignedBytePixelFormat -&gt; RgbaUnsignedBytePixelFormat
- SrgbaUnsignedBytePixelFormat -&gt; RgbUnsignedBytePixelFormat
- SrgbaUnsignedBytePixelFormat -&gt; RgbaUnsignedBytePixelFormat

</div></div></div>**See also:**

<div class="contents" id="bkmrk-color-depth-configur"><div class="textblock">- <span style="color: rgb(230, 126, 35);">[Color Depth Configuration](https://doc316en.candera.eu/link/88#bkmrk-page-title)</span> and
- <span style="color: rgb(230, 126, 35);">[Bitmap Converter](https://doc316en.candera.eu/link/170#bkmrk-page-title)</span> in SceneComposer User Manual
- <span style="color: rgb(230, 126, 35);">[Bitmap Profile](https://doc316en.candera.eu/link/56#bkmrk-page-title)</span> in SceneComposer User Manual

</div></div>---