News tagged libbeebimage
All news
The main reason for this release is to fix compilation under GCC 13 but it also:
- Fixes warnings reported by cppcheck.
- Bumps the minimum cmake version from 3.2 to 3.5 to fix a deprecation warning.
For full details and to download this release, see the
libbeebimage page.
I’ve extracted the BBC image format loading code from the BBC Graphics
Viewer, made it a stand-alone cross-platform library with C
and C++ bindings and called it libbeebimage. This
is what I’m using to convert images included in the 8-Bit Software Online
Conversion via a ruby extension written in C.