This package browser is in early development. Mind the rough edges.

openexr

High-dynamic-range file format library

OpenEXR provides the specification and reference implementation of the EXR file format. The purpose of EXR format is to accurately and efficiently represent high-dynamic-range scene-linear image data and associated metadata, with strong support for multi-part, multi-channel use cases.

Installation

Install the latest version of openexr as follows:

guix install openexr

Or install a particular version:

guix install openexr@2.5.7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of openexr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/openexr'><img src='https://packages.guix.gnu.org/packages/openexr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/openexr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/openexr)

Example Org:

[[https://packages.guix.gnu.org/packages/openexr][https://packages.guix.gnu.org/packages/openexr/badges/latest-version.svg]]