[Lunar-commits] <moonbase> babl: new library for pixel format transformations
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Oct 17 01:27:38 CEST 2008
commit 6dfc224e4f7fe12f734af439fc3a1ba69ae9600b
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Oct 17 01:27:38 2008 +0200
babl: new library for pixel format transformations
---
graphics/babl/DETAILS | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/graphics/babl/DETAILS b/graphics/babl/DETAILS
new file mode 100644
index 0000000..5d97fd1
--- /dev/null
+++ b/graphics/babl/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=babl
+ VERSION=0.0.22
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.0/
+ SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.0/
+ SOURCE_VFY=sha1:9de50fb5833f41691f50f6e735d6422aad52ea94
+ WEB_SITE=http://gegl.org/babl/
+ ENTERED=20081017
+ UPDATED=20081016
+ SHORT="dynamic, any to any, pixel format translation library"
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list