Skip to content

No compulsory Dependencies!

Pre-release
Pre-release
Compare
Choose a tag to compare
@saxbophone saxbophone released this 17 Nov 21:05
· 108 commits to master since this release
v0.22.0

This version sees the dependency on libpng made optional (by making PNG output optional)
By default, PNG support is enabled if libpng can be found or disabled if it cannot.
By using the CMake variable SAXBOSPIRAL_PNG_SUPPORT one can optionally force enable or disable this.
In C code, you can check the library constant bool SXBP_PNG_SUPPORT. If it is true then PNG output is
supported, otherwise it is not.

Also, this is the first tag to be signed with my PGP key, hurrah!