google / brunsli

Practical JPEG Repacker
MIT License
730 stars 51 forks source link

What is the public API that should be exported? #93

Closed hmaarrfk closed 4 years ago

hmaarrfk commented 4 years ago

On windows, dll require the API to be explicitly exported.

Could you please specify which headers should be public and exported?

Thanks!

eustas commented 4 years ago

Hello. Just recently we've added what we perceive as final decoder API. Soon the will take care of exported symbols and publish doxygen-generated API reference. For dynamic library we plan to have only C API, and preview of it is available in c/include/brunsli/{de|en}code.h