dave_gnukem icon indicating copy to clipboard operation
dave_gnukem copied to clipboard

Future - libpng support

Open davidjoffe opened this issue 6 years ago • 1 comments

for things like save screenshot, and smaller than tga files .. but would add a dependency, i don't want to add dependency for v1

davidjoffe avatar Mar 31 '18 01:03 davidjoffe

You might consider using stb_image. (single header image loader): https://github.com/nothings/stb/blob/master/stb_image.h

learn-more avatar Sep 17 '20 11:09 learn-more