Time Nick Message 10:06 [MatrxMT] Is there a reason why `libpng` is used in favor of `stb_image`? `stb_image` can be bundled (it's a single-header library). 10:08 [MatrxMT] I'm sorry if asking this is already a cardinal sin, I'm really inexperienced in such stuff... 11:22 rubenwardy Did we ever make that decision or was that an irrlicht thing? 11:22 rubenwardy I think we inherited that from irrlicht 11:50 MTDiscord is there a problem with libpng? 12:08 [MatrxMT] It only supports PNG (but all of PNG's features, at least). 12:08 [MatrxMT] It only supports PNG (but all of PNG's features, at least that). 12:10 [MatrxMT] STB Image supports PNG, BMP, JPEG, GIF, PSD, TGA, ... ... 13:36 sfan5 security wise I'm more comfortable with libpng than stb_image 13:44 MTDiscord libfreetype lib depends on libpng. So we can throw dependency on libpng away without some big changes.