[Lunar-commits] r15207 - in moonbase/trunk/libs: . OpenEXR

Joel Vennin jol at lunar-linux.org
Wed Jun 1 20:45:02 UTC 2005


Author: jol
Date: 2005-06-01 20:45:01 +0000 (Wed, 01 Jun 2005)
New Revision: 15207

Added:
   moonbase/trunk/libs/OpenEXR/
   moonbase/trunk/libs/OpenEXR/DETAILS
Log:
Initial import of OpenEXR, great thanks to Dennis Veatch.


Added: moonbase/trunk/libs/OpenEXR/DETAILS
===================================================================
--- moonbase/trunk/libs/OpenEXR/DETAILS	2005-06-01 20:27:37 UTC (rev 15206)
+++ moonbase/trunk/libs/OpenEXR/DETAILS	2005-06-01 20:45:01 UTC (rev 15207)
@@ -0,0 +1,18 @@
+          MODULE=OpenEXR
+         VERSION=1.2.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://savannah.nongnu.org/download/openexr
+      SOURCE_VFY=sha1:8ee37cd2a95b8561a4c850cc35781dec87b77bbf
+        WEB_SITE=http://www.openexr.com/index.html
+         ENTERED=20050601
+         UPDATED=20050601
+           SHORT="OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications."
+
+cat << EOF
+OpenEXR's features include: 
+Higher dynamic range and color precision than existing 8- and 10-bit image file formats. 
+Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIA's Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions. 
+Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. 
+Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
+Thanks to Dennis Veatch, creator of this module.
+EOF



More information about the Lunar-commits mailing list