what is your favourite multi-format image loading library?

@suricrasia libvips has always looked interesting, but I struggle with the thought of integrating a pile of C, for reading images no less, into anything I care about. There's reportedly a WebAssembly version that could probably be turned into a sandboxed version with a little effort, but also maybe you're not dealing with potentially-malicious input and C is fine.
Sep 15, 2022, 00:38
0
0
1

@suricrasia https://github.com/nothings/stb/blob/master/stb_image.h - stb_image and the other single-file stb libraries
Sep 14, 2022, 23:20
0
0
1