Heif解码

2020-07-29  本文已影响0人  tom__zhu

You can use your platform HEVC/H.265 codecs to decode/encode images. HEIF library itself doesn't contain codecs.

In decoding case you typically create decoder instance, configure it with information from Reader::getDecoderParameterSets() and then give it actual image bitstream you get from Reader::getItemData() to decode the image.

https://github.com/nokiatech/heif/issues/45

上一篇 下一篇

猜你喜欢

热点阅读