diff options
author | Manfred Mueller <mmueller{at}live-modules{dot}org> | 2010-05-11 22:53:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:57 +0200 |
commit | a5bc5119445c73641ca2997cfd0306f6ee4aa09b (patch) | |
tree | 40dbe307d7be76b5594a823c756b3325f9fb955a /libraries/babl/README | |
parent | 044576c78537e49823f889614042c48ef4e142df (diff) |
libraries/babl: Added to 12.1 repository
Diffstat (limited to 'libraries/babl/README')
-rw-r--r-- | libraries/babl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/babl/README b/libraries/babl/README new file mode 100644 index 0000000000000..0f332d959ff94 --- /dev/null +++ b/libraries/babl/README @@ -0,0 +1,7 @@ +Babl is a dynamic, any to any, pixel format translation library. +It allows converting between different methods of storing pixels known +as pixel formats that have with different bitdepths and other data +representations, color models and component permutations. +A vocabulary to formulate new pixel formats from existing primitives +is provided as well as the framework to add new color models and data +types. |