libheif icon indicating copy to clipboard operation
libheif copied to clipboard

Feature request: Add functions to get item's `type` and `content_type`

Open Cykooz opened this issue 1 year ago • 2 comments

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.

Cykooz avatar Sep 06 '23 20:09 Cykooz