microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About CreateWICTextureFromFileEx decoding heif image taken by iphone

ByteYIFFF opened this issue · comments

commented

There is a color difference between the texture extracted in CreateWICTextureFromFileEx and the image data decoded by libheif. For heif format images taken by iphone, does CreateWICTextureFromFileEx process the icc profile internally?

Generally speaking, WIC assumes sRGB for all formats with bits-per-pixel of 8 or less, so I would guess yes.