bin: new "babl" tool to convert pixel values in command line.
authorJehan <jehan@girinstud.io>
Wed, 20 Jul 2022 19:43:29 +0000 (21:43 +0200)
committerJehan <jehan@girinstud.io>
Thu, 28 Jul 2022 14:13:18 +0000 (14:13 +0000)
commit3bd58aeef65202fc12d22f14408f0156df1a69e6
tree5ce373bd21f74b81e10cb289b285ff3ff47677bb
parent8c993497f338548bdb8247f4796545e250b5e05c
bin: new "babl" tool to convert pixel values in command line.

This is a CLI tool to quickly make conversions of raw pixel values from
one known format to another.

This is a first basic version, which supports input and output in float,
u8, u16 and u32 (no "half" type yet in particular).

Also it doesn't support profiles yet, or rendering intents, but soon
will.

Finally it doesn't have a "help" output yet to help usage.
bin/babl.c [new file with mode: 0644]
bin/meson.build [new file with mode: 0644]
meson.build