[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46397] trunk/lib/windows/openimageio: Windows x86 MSVC Libraries:

Thomas Dinges blender at dingto.org
Mon May 7 20:54:59 CEST 2012


Revision: 46397
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46397
Author:   dingto
Date:     2012-05-07 18:54:59 +0000 (Mon, 07 May 2012)
Log Message:
-----------
Windows x86 MSVC Libraries:
* Update to OpenImageIO 1.0.4

Modified Paths:
--------------
    trunk/lib/windows/openimageio/CHANGES
    trunk/lib/windows/openimageio/bin/OpenImageIO.dll
    trunk/lib/windows/openimageio/include/OpenImageIO/version.h
    trunk/lib/windows/openimageio/lib/OpenImageIO.lib

Modified: trunk/lib/windows/openimageio/CHANGES
===================================================================
--- trunk/lib/windows/openimageio/CHANGES	2012-05-07 18:51:14 UTC (rev 46396)
+++ trunk/lib/windows/openimageio/CHANGES	2012-05-07 18:54:59 UTC (rev 46397)
@@ -1,5 +1,23 @@
 Changes:
 
+Release 1.0.4 (2 May 2012)
+--------------------------
+* DPX fixes for 12 bit DPX and packing methods.
+* Cineon fixes: remove buggy 32 and 64 bit output, which wasn't needed;
+  fix for 10 bit -> 16 bit promotion.
+* bmp fix: wasn't setting oiio:BitsPerSample correctly.
+* oiiotool fixes: improved argument help and add man page generation;
+  print data format info correctly for non-byte bit depths; better
+  inference of output tile size and data format from the inputs (when
+  not explicitly requested); --resize n% was broken; print data format
+  info correctly for non-byte bit depths.
+* iinfo fixes: make --stats print correctly; print data format info 
+  correctly for non-byte bit depths.
+* Fix roundoff error when converting from float buffers to int image files.
+* More precise filter normalization in ImageBufAlgo::resize (and therefore
+  oiiotool --resize).
+
+
 Release 1.0.3 (16 Apr 2012)
 ---------------------------
 * Fix reading bugs in DPX and Cineon.

Modified: trunk/lib/windows/openimageio/bin/OpenImageIO.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows/openimageio/include/OpenImageIO/version.h
===================================================================
--- trunk/lib/windows/openimageio/include/OpenImageIO/version.h	2012-05-07 18:51:14 UTC (rev 46396)
+++ trunk/lib/windows/openimageio/include/OpenImageIO/version.h	2012-05-07 18:54:59 UTC (rev 46397)
@@ -38,7 +38,7 @@
 #define OIIO_NAMESPACE OpenImageIO
 #define OIIO_VERSION_MAJOR 1
 #define OIIO_VERSION_MINOR 0
-#define OIIO_VERSION_PATCH 3
+#define OIIO_VERSION_PATCH 4
 #define OIIO_VERSION_NS v1_0
 
 #define OIIO_VERSION (10000 * OIIO_VERSION_MAJOR + \

Modified: trunk/lib/windows/openimageio/lib/OpenImageIO.lib
===================================================================
(Binary files differ)




More information about the Bf-blender-cvs mailing list