grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Swap out png++ library for CImg #26

Open grunt-lucas opened 5 months ago

grunt-lucas commented 5 months ago

The CImg library provides similar functionality to png++, but it newer and better supported. Png++ is no longer updated and has some issues compiling on certain platforms. This overhaul will require significant testing.