boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
176 stars 164 forks source link

Add support for building IO against stb_image.h from nothings/stb collection of single-file libraries #484

Open mloskot opened 4 years ago

mloskot commented 4 years ago

There is collection of single-file libraries https://github.com/nothings/stb which includes stb_image.h offering image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC.

An interesting dependency-less alternative that is simpler to build the GIL IO against.

fsmoke commented 3 years ago

I impatiently waiting implementation of this feature!!! Very, very need it!