-
Notifications
You must be signed in to change notification settings - Fork 27
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
Is it possible that a C# wrapper will be provided in the future? #11
Comments
Hi @Charltsing , a C# wrapper is possible. You can wrap a dll and then use something like Since this project is a c++ header only library, wrapping dlls need to be done by yourself, I believe this can be done within 10 lines of code. Or completely rewriting imageinfo using C# would also be a good idea, just like the rust version imageinfo-rs. : ) |
I'm looking forward to an official version |
Unfortunately, there is currently no official port for C#. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ImageInfo-sharp包括imageinfo-native,ImageInfo-sharp,imageinfo-demo三个项目 ImageInfo-sharp采用内存加载的方式调用原生dll。使用的MemoryModule来自https://github.com/wwh1004/MemoryModule 其它具体项目说明看readme.txt 使用MemoryModule的目的是避免多出两个原生dll文件。可以单文件部署或者调用。 如果你觉得可用的话,以你的名义放在存储库里面吧。方便我以后升级查找。因为entrypoint.cpp还需要你来维护。 |
@Charltsing 感谢贡献。 |
Is it possible that a C# wrapper will be provided in the future?
Thank you for your excellent work
The text was updated successfully, but these errors were encountered: