|
Packit Service |
6754ca |
Version 1.5.0:
|
|
Packit Service |
6754ca |
- Separated some of the code into other libraries - IlmBase and
|
|
Packit Service |
6754ca |
OpenEXR_Viewers - for easier integration with CTL.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.4.0a:
|
|
Packit Service |
6754ca |
- Fix for Visual Studio .NET 2003 ReleaseDLL builds.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.4.0:
|
|
Packit Service |
6754ca |
- Production release.
|
|
Packit Service |
6754ca |
- Bug fix for setFrameBuffer() on a tiled file.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.3.1:
|
|
Packit Service |
6754ca |
- Fixed the ReleaseDLL targets on Visual Studio 2005.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.3.0:
|
|
Packit Service |
6754ca |
- The 1.3.x series is a developer-only release for testing
|
|
Packit Service |
6754ca |
OpenEXR's new multithreaded I/O support.
|
|
Packit Service |
6754ca |
- Multithread support for reading and writing an OpenEXR
|
|
Packit Service |
6754ca |
file.
|
|
Packit Service |
6754ca |
- Support for Intel-based OS X systems.
|
|
Packit Service |
6754ca |
- Support for Visual Studio 2005.
|
|
Packit Service |
6754ca |
- When compiling against OpenEXR headers, there's no longer any
|
|
Packit Service |
6754ca |
need to define any PLATFORM_* or HAVE_* macros; OpenEXR now
|
|
Packit Service |
6754ca |
supplies an OpenEXRConfig.h header file which is included by
|
|
Packit Service |
6754ca |
the OpenEXR headers that need these special macros. However,
|
|
Packit Service |
6754ca |
on Windows platforms, when using OpenEXR DLLs, you must still
|
|
Packit Service |
6754ca |
define the OPENEXR_DLL preprocessor directive in your project.
|
|
Packit Service |
6754ca |
- New documentation for multithread support, plus some
|
|
Packit Service |
6754ca |
updates and additions.
|
|
Packit Service |
6754ca |
- Bug fixes releated to better handling of incomplete/damaged
|
|
Packit Service |
6754ca |
files.
|
|
Packit Service |
6754ca |
- Numerous bug fixes and cleanups to the autoconf-based
|
|
Packit Service |
6754ca |
build system.
|
|
Packit Service |
6754ca |
- Removed support for the following configurations that were
|
|
Packit Service |
6754ca |
previously supported. Some of these configurations may happen
|
|
Packit Service |
6754ca |
to continue to function, but we can't help you if they don't,
|
|
Packit Service |
6754ca |
largely because we don't have any way to test OpenEXR on these
|
|
Packit Service |
6754ca |
configurations.
|
|
Packit Service |
6754ca |
- IRIX
|
|
Packit Service |
6754ca |
- OSF1
|
|
Packit Service |
6754ca |
- SunOS
|
|
Packit Service |
6754ca |
- OS X versions prior to 10.3.
|
|
Packit Service |
6754ca |
- gcc on any platform prior to version 3.3
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.2.2:
|
|
Packit Service |
6754ca |
- New build system for Windows; support for DLLs.
|
|
Packit Service |
6754ca |
- Imath: Removed TMatrix<T> classes; these classes are still
|
|
Packit Service |
6754ca |
under development and are too difficult to keep in sync
|
|
Packit Service |
6754ca |
with OpenEXR CVS.
|
|
Packit Service |
6754ca |
- IlmImf: support for image layers in ChannelList.
|
|
Packit Service |
6754ca |
- IlmImf: added isComplete() method to file classes to check
|
|
Packit Service |
6754ca |
whether a file is complete.
|
|
Packit Service |
6754ca |
- IlmImf: exposed staticInitialize() in ImfHeader.h in
|
|
Packit Service |
6754ca |
order to allow thread-safe library initialization in
|
|
Packit Service |
6754ca |
multithreaded applications.
|
|
Packit Service |
6754ca |
- IlmImf: New "time code" standard attribute.
|
|
Packit Service |
6754ca |
- exrdisplay: support for displaying wrap-around texture map
|
|
Packit Service |
6754ca |
images.
|
|
Packit Service |
6754ca |
- exrmaketiled: can now specify wrap mode.
|
|
Packit Service |
6754ca |
- IlmImf: New "wrapmodes" standard attribute to indicate
|
|
Packit Service |
6754ca |
extrapolation mode for mipmaps and ripmaps.
|
|
Packit Service |
6754ca |
- IlmImf: New "key code" standard attribute to identify motion
|
|
Packit Service |
6754ca |
picture film frames.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.2.1:
|
|
Packit Service |
6754ca |
- reduced memory footprint of exrenvmap and exrmaketiled
|
|
Packit Service |
6754ca |
utilities.
|
|
Packit Service |
6754ca |
- IlmImf: new helper functions to determine whether a
|
|
Packit Service |
6754ca |
file is an OpenEXR file, and whether it's scanline- or
|
|
Packit Service |
6754ca |
tile-based.
|
|
Packit Service |
6754ca |
- IlmImf: bug fix for PXR24 compression with ySampling != 1.
|
|
Packit Service |
6754ca |
- Imath: a few new enhancements
|
|
Packit Service |
6754ca |
- Better support for gcc 3.4.
|
|
Packit Service |
6754ca |
- Warning cleanups in Visual C++.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.2:
|
|
Packit Service |
6754ca |
- Production-ready release.
|
|
Packit Service |
6754ca |
- Support for gcc 3.4.
|
|
Packit Service |
6754ca |
- Supports gcc 2.95 again.
|
|
Packit Service |
6754ca |
- IlmImf: bug fix for handling broken OpenEXR files without
|
|
Packit Service |
6754ca |
crashing.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.1.1:
|
|
Packit Service |
6754ca |
- Added Pixar's new "slightly lossy" image compression method
|
|
Packit Service |
6754ca |
for FLOAT channels, called PXR24. HALF and UINT channels
|
|
Packit Service |
6754ca |
are compressed without loss.
|
|
Packit Service |
6754ca |
- Changed top-level LICENSE file to allow for other copyright
|
|
Packit Service |
6754ca |
holders for individual files.
|
|
Packit Service |
6754ca |
- Reading tiled files with the scanline interface is faster.
|
|
Packit Service |
6754ca |
- OpenEXR now supports YCA (luminance/chroma/alpha) images with
|
|
Packit Service |
6754ca |
subsampled chroma channels.
|
|
Packit Service |
6754ca |
- IlmImf: various bug fixes.
|
|
Packit Service |
6754ca |
- The half class is now faster in some expressions.
|
|
Packit Service |
6754ca |
- New tiled file format. The new format is incompatible with
|
|
Packit Service |
6754ca |
the format used by 1.1.0.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.1.0:
|
|
Packit Service |
6754ca |
- IlmImfExamples: Updated to include examples of how to use
|
|
Packit Service |
6754ca |
the tiling and mip/ripmapping interfaces.
|
|
Packit Service |
6754ca |
- exrmakepreview: A new utility for embedding preview images
|
|
Packit Service |
6754ca |
in OpenEXR files.
|
|
Packit Service |
6754ca |
- exrenvmap: A new utility for creating OpenEXR environment maps.
|
|
Packit Service |
6754ca |
- exrstdattr: A new utility for manipulating standard attributes.
|
|
Packit Service |
6754ca |
- exrdisplay: Support for tiled, mip/ripmapped images, display
|
|
Packit Service |
6754ca |
windows, and preview images.
|
|
Packit Service |
6754ca |
- exrmaketiled: A new utility which generates tiled versions
|
|
Packit Service |
6754ca |
of OpenEXR images.
|
|
Packit Service |
6754ca |
- exrheader: Support for tiles, mipmaps, environment maps.
|
|
Packit Service |
6754ca |
- IlmImf: Support for environment maps.
|
|
Packit Service |
6754ca |
- IlmImf: Support for abstracted stream I/O. You can
|
|
Packit Service |
6754ca |
wrap the IStream and OStream classes around your API
|
|
Packit Service |
6754ca |
of choice (FILE *, fd, even an HTTP 1.1 stream) as long
|
|
Packit Service |
6754ca |
as it supports seeking.
|
|
Packit Service |
6754ca |
- IlmImf: Support for tiled and mip/ripmapped files. This
|
|
Packit Service |
6754ca |
requires a new file format. Scanline files generated by
|
|
Packit Service |
6754ca |
the 1.1.0 version of the library can be read by older
|
|
Packit Service |
6754ca |
versions, but tiled files can only be read by 1.1.0 or
|
|
Packit Service |
6754ca |
greater.
|
|
Packit Service |
6754ca |
- Imath: added TMatrix*, generic 2D matricies and algorithms.
|
|
Packit Service |
6754ca |
- Imath: various updates and bug fixes.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.7:
|
|
Packit Service |
6754ca |
- Support for "optional standard" attributes:
|
|
Packit Service |
6754ca |
Primary and white point chromaticities.
|
|
Packit Service |
6754ca |
Absolute luminance.
|
|
Packit Service |
6754ca |
Content owner
|
|
Packit Service |
6754ca |
Comments
|
|
Packit Service |
6754ca |
Image acquisition time and place
|
|
Packit Service |
6754ca |
Focus distance
|
|
Packit Service |
6754ca |
Lens aperture
|
|
Packit Service |
6754ca |
Film sensitivity
|
|
Packit Service |
6754ca |
If you want to use these new attributes in your application, see
|
|
Packit Service |
6754ca |
ImfStandardAttributes.h for documentation on what they are and how
|
|
Packit Service |
6754ca |
to use them.
|
|
Packit Service |
6754ca |
- Bug fix in OpaqueAttributes.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.6:
|
|
Packit Service |
6754ca |
- Support for embedded preview images (thumbnails).
|
|
Packit Service |
6754ca |
- Automatic frame buffer type conversion.
|
|
Packit Service |
6754ca |
- Support for Visual Studio .NET 2003 w/ Microsoft's C++ compiler.
|
|
Packit Service |
6754ca |
- Minor bug fixes.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.5:
|
|
Packit Service |
6754ca |
- PIZ decoding should be 20-60% faster on Athlon and Pentium 4
|
|
Packit Service |
6754ca |
systems.
|
|
Packit Service |
6754ca |
- exrdisplay supports hardware rendering with vp30 profile fragment
|
|
Packit Service |
6754ca |
shaders.
|
|
Packit Service |
6754ca |
- Support for Win32 with Visual Studio 6.0 and Intel C++ compiler
|
|
Packit Service |
6754ca |
version 7.0.
|
|
Packit Service |
6754ca |
- Support for gcc 2.95.
|
|
Packit Service |
6754ca |
- New exrheader utility.
|
|
Packit Service |
6754ca |
- exrdisplay works on Win32 and OS X now.
|
|
Packit Service |
6754ca |
- Minor bug fixes.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.4:
|
|
Packit Service |
6754ca |
- Released under the new modified BSD license.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.3:
|
|
Packit Service |
6754ca |
- Even more OS X fixes.
|
|
Packit Service |
6754ca |
- Support for Metrowerks Codewarrior compiler. Enables OpenEXR code
|
|
Packit Service |
6754ca |
to be used in a MacOS Photoshop plugin, if someone wants to write
|
|
Packit Service |
6754ca |
one. ;)
|
|
Packit Service |
6754ca |
- Fixed a bug in Imath, added some new confidence tests to ImathTest.
|
|
Packit Service |
6754ca |
- Other minor fixes.
|
|
Packit Service |
6754ca |
- Install include files.
|
|
Packit Service |
6754ca |
- exrdisplay requires fltk 1.1+ now.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.2:
|
|
Packit Service |
6754ca |
- More OS X fixes.
|
|
Packit Service |
6754ca |
- Fixed a rotation bug in Imath.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0.1:
|
|
Packit Service |
6754ca |
- OS X fixes.
|
|
Packit Service |
6754ca |
- Removed the example images; these are now distributed separately.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 1.0:
|
|
Packit Service |
6754ca |
- official release.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 0.9:
|
|
Packit Service |
6754ca |
- another limited release.
|
|
Packit Service |
6754ca |
- included exrdisplay viewer and sample EXR images.
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
Version 0.8:
|
|
Packit Service |
6754ca |
- initial limited release.
|