Galladite27 / ONScripter-EN

Continuation of ONScripter-EN with updated dependencies and more features and bugfixes. Also see onscripter-insani (https://github.com/insani-org/onscripter-insani), our sister project.
http://galladite.net/~galladite/ons-en/
GNU General Public License v2.0
57 stars 12 forks source link

Split jpeg conversion functions into their own file #78

Open playmer opened 1 month ago

playmer commented 1 month ago

This is a more complete fix to the libjpeg stuff we tried to tackle in #53 and #52. As I was experimenting with different versions of libjpeg it became clear that there was no correct way to include some of these headers together in the same TU. Thus splitting these functions off into their own TUs.

If desired I can also split off the libpng functions into their own TU as well, I just hadn't gotten around to doing it yet.