Registry / utility / babl
library0.1.124vcpkgunverified

A pixel encoding and color space conversion engine.

vcpkg install babl
INSTALL
IMPORT
SIG · BABL
B
babl
utilitycppv0.1.124
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

babl/babl.h
#include <babl/babl.h>

Create color space conversion

#include <babl/babl.h> int main() { const Babl* srgb = babl_format("R'G'B' u8"); const Babl* lab = babl_format("CIE Lab float"); Babl* conversion = babl_fish(srgb, lab); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.124latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources

No resource links recorded.

babl — pip install babl · libregistry