pkgsrc/graphics/openexr/PLIST
wiz 8187843103 Update to 1.6.1:
1.6.1

New versions of OpenEXR and CTL are now available. This release
fixes a buffer overrun in OpenEXR and a Windows build problem in
CTL, and it removes a few unnecessary files from the .tar.gz
packages.

1.6.0

* Reduced generational loss in B44- and B44A-compressed images.
* Added B44A compression. This is a variation of B44, but with
a better compression ratio for images with large uniform areas,
such as in an alpha channel.
* Bug fixes.

1.5.0

*  OpenEXR supports a new image compression method, called B44.
It has a fixed compression rate of 2.28:1, or 4.57:1 if used
in combination with luminance/chroma encoding. B44-compressed
images can be uncompressed fast enough to support real-time
playback of image sequences.
* The new playexr program plays back moving image sequences.
Playexr is multi-threaded and utilizes the threading capabilities
of the IlmImf library that were introduced in OpenEXR 1.3.0.
The program plays back B44-compressed images with fairly
high-resolution in real time on commodity hardware.
* The playexr program and a new version of the existing exrdisplay
image viewer both support color rendering via color transforms
written in the new Color Transformation Language or CTL. CTL
is not part of OpenEXR; it will be released separately. CTL
support in playexr and exrdisplay is optional; the programs
can be built and will run without CTL.
* In preparation for the release of CTL, OpenEXR has been split
into three separate packages:
  o IlmBase 0.9.0 includes the Half, Iex, Imath and IlmThread
  libraries
  o OpenEXR 1.5.0 includes the IlmImf library, programming
  examples and utility programs such as exrheader or
  exrenvmap
  o OpenEXRViewers 0.9.0 includes the playexr and exrdisplay
  programs
* The "Technical Introduction to OpenEXR" document now includes
a recommendation for storing CIE XYZ pixel data in OpenEXR
files.
* A new "OpenEXR Image Viewing Software" document describes
the playexr and exrdisplay programs. It briefly explains
real-time playback and color rendering, and includes recommendations
for testing if other image viewing software displays OpenEXR
images correctly.
* The OpenEXR sample image set now includes B44-compressed
files and files with CIE XYZ pixel data.
2007-11-30 21:52:17 +00:00

86 lines
3.3 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2007/11/30 21:52:17 wiz Exp $
bin/exrenvmap
bin/exrheader
bin/exrmakepreview
bin/exrmaketiled
bin/exrstdattr
include/OpenEXR/ImfArray.h
include/OpenEXR/ImfAttribute.h
include/OpenEXR/ImfB44Compressor.h
include/OpenEXR/ImfBoxAttribute.h
include/OpenEXR/ImfCRgbaFile.h
include/OpenEXR/ImfChannelList.h
include/OpenEXR/ImfChannelListAttribute.h
include/OpenEXR/ImfChromaticities.h
include/OpenEXR/ImfChromaticitiesAttribute.h
include/OpenEXR/ImfCompression.h
include/OpenEXR/ImfCompressionAttribute.h
include/OpenEXR/ImfConvert.h
include/OpenEXR/ImfDoubleAttribute.h
include/OpenEXR/ImfEnvmap.h
include/OpenEXR/ImfEnvmapAttribute.h
include/OpenEXR/ImfFloatAttribute.h
include/OpenEXR/ImfFrameBuffer.h
include/OpenEXR/ImfFramesPerSecond.h
include/OpenEXR/ImfHeader.h
include/OpenEXR/ImfHuf.h
include/OpenEXR/ImfIO.h
include/OpenEXR/ImfInputFile.h
include/OpenEXR/ImfInt64.h
include/OpenEXR/ImfIntAttribute.h
include/OpenEXR/ImfKeyCode.h
include/OpenEXR/ImfKeyCodeAttribute.h
include/OpenEXR/ImfLineOrder.h
include/OpenEXR/ImfLineOrderAttribute.h
include/OpenEXR/ImfLut.h
include/OpenEXR/ImfMatrixAttribute.h
include/OpenEXR/ImfName.h
include/OpenEXR/ImfOpaqueAttribute.h
include/OpenEXR/ImfOutputFile.h
include/OpenEXR/ImfPixelType.h
include/OpenEXR/ImfPreviewImage.h
include/OpenEXR/ImfPreviewImageAttribute.h
include/OpenEXR/ImfRational.h
include/OpenEXR/ImfRationalAttribute.h
include/OpenEXR/ImfRgba.h
include/OpenEXR/ImfRgbaFile.h
include/OpenEXR/ImfRgbaYca.h
include/OpenEXR/ImfStandardAttributes.h
include/OpenEXR/ImfStringAttribute.h
include/OpenEXR/ImfTestFile.h
include/OpenEXR/ImfThreading.h
include/OpenEXR/ImfTileDescription.h
include/OpenEXR/ImfTileDescriptionAttribute.h
include/OpenEXR/ImfTiledInputFile.h
include/OpenEXR/ImfTiledOutputFile.h
include/OpenEXR/ImfTiledRgbaFile.h
include/OpenEXR/ImfTimeCode.h
include/OpenEXR/ImfTimeCodeAttribute.h
include/OpenEXR/ImfVecAttribute.h
include/OpenEXR/ImfVersion.h
include/OpenEXR/ImfWav.h
include/OpenEXR/ImfXdr.h
include/OpenEXR/OpenEXRConfig.h
lib/libIlmImf.la
lib/pkgconfig/OpenEXR.pc
share/aclocal/openexr.m4
share/doc/OpenEXR-${PKGVERSION}/OpenEXRFileLayout.pdf
share/doc/OpenEXR-${PKGVERSION}/ReadingAndWritingImageFiles.pdf
share/doc/OpenEXR-${PKGVERSION}/TechnicalIntroduction.pdf
share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.h
share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceExamples.h
share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceTiledExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceTiledExamples.h
share/doc/OpenEXR-${PKGVERSION}/examples/lowLevelIoExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/lowLevelIoExamples.h
share/doc/OpenEXR-${PKGVERSION}/examples/main.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/previewImageExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/previewImageExamples.h
share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceExamples.h
share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceTiledExamples.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceTiledExamples.h
@dirrm share/doc/OpenEXR-${PKGVERSION}/examples
@dirrm share/doc/OpenEXR-${PKGVERSION}