Replies: 1 comment 1 reply
-
I think the first two are the same from a user perspective (i.e. I need I would support splitting off the regions and other specialist functionality as it is added. I'm not sure whether existing API should be split off until 2.x. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
heif.h
header file is growing to a large size. Recently, support for regions was added, which introduced a lot of new functions. This begs the question whether we should put all API declarations into a singleheif.h
file or whether we should split it into several files, likeheif-regions.h
.2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions