Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting libheif and libde265 #2

Open
softworkz opened this issue May 30, 2022 · 0 comments
Open

Porting libheif and libde265 #2

softworkz opened this issue May 30, 2022 · 0 comments

Comments

@softworkz
Copy link

softworkz commented May 30, 2022

Hi,

nice project, it's a great idea to combine Clang and Roslyn for the (semi-)automatic porting.

I wonder whether it would be possible to port libheif and its dependency libde265?

A C# port of these would be quite a big thing because that's literally the only open implementation for reading and decoding HEIC images. All other image libs (even ImageMagick and libvips) are using this under the hood.

Yet, the problem is that these are C++, not C, and that involves some more kinds of declarations (Decl) to be handled and translated (e.g. CXXMethodDecl, FunctionTemplateDecl, AccessModifierDecl,.. yes I tried ;-) and of course class handling as well.

Maybe it's a too complex task for your framework, I'm not sure?

Thanks,
softworkz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant