libheif
libheif copied to clipboard
Feature request: Add functions to get item's `type` and `content_type`
Could you expose HeifFile::get_item_type()
and HeifFile::get_content_type()
as functions in public C-API?
I need to know compression format of image but without these functions I can't calculate it.