lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.08k stars 425 forks source link

Shared lib #182

Open akallabeth opened 1 year ago

akallabeth commented 1 year ago

rationale: debian packages the library and builds it as shared library. Currently it is not possible to link from C applications as the symbols are exported as C++ symbols.