Openexr Viewer

  

The viewer is built on top of OpenEXR and provides a simple user interface for efficient navigation. The EXR files (JPEGs and PNGs are supported too) are specified using a JSON string and loaded on demand, asynchronously and cached for best user experience. New Features for OpenEXR 2.0: Multi-Part and Deep Data¶. The multi-part format is an extension of the OpenEXR 1.7 single-part file format. In addition to supporting the OpenEXR 1.7 data storage (a single scan line or tiled image), OpenEXR 2.0 files can be used to store multiple views and/or deep data (deep scan line or deep tiles).

Package Details: openexr_viewers 2.2.1-1

Does anyone know of a free (preferably open source) decent openEXR viewer? I tried the one from www.openexr.com, but it couldn’t handle lager images (due to lack of scrolling support). Blender Artists is an online creative forum that is dedicated to the growth and education of the 3D software Blender. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met.

Package Actions

  • View PKGBUILD / View Changes
Git Clone URL: https://aur.archlinux.org/openexr_viewers.git (read-only, click to copy)
Package Base: openexr_viewers
Description: exrdisplay and playexr OpenEXR image viewers
Upstream URL: http://www.openexr.com/
Licenses: custom
Submitter: stativ
Maintainer: stativ
Last Packager: stativ
Votes: 15
Popularity: 0.000000
First Submitted: 2009-06-30 07:54
Last Updated: 2018-04-01 17:43

Dependencies (6)

  • fltk(fltk11, fltk-xcas, fltk-mod, fltk-git)
  • freeglut(freeglut-x11-svn, freeglut-wayland-svn)
  • libgl (glshim-git, libhybris-ext-libgl-git, libhybris-libgl-git, mesa-libgl-noglvnd, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
  • openexr(openexr-git, openexr2)
  • nvidia-cg-toolkit(make)
  • nvidia-cg-toolkit(optional) – for playexr
Viewer

Sources (1)

alex.shpilkin commented on 2020-12-27 20:53

Also, turns out that upstream considers the OpenEXR viewers obsolete and is planning to remove them in 3.0. In particular, the openexr package in Arch no longer includes them.

alex.shpilkin commented on 2020-12-27 03:22

Something weird is happening here (missing makedepends, probably): when this package is built in a clean chroot using aurutils, no executable files are included, but just building it using makepkg on my system does produce a package with exrdisplay and playexr: Fake drivers license template psd free apps.

spider-mario commented on 2019-10-21 19:08

This now conflicts with the new version of openexr, which already includes exrdisplay.

stativ commented on 2012-11-10 07:59

billy123 commented on 2012-11-10 02:22

Nettop 1.1 for macos. exrdisplay and playexr give the following errors
$ exrdisplay image_231.exr
exrdisplay: error while loading shared libraries: libHalf.so.6: cannot open shared object file: No such file or directory
ilmbase-1.0.3-1 provides libHalf.so.7

gidoca commented on 2012-07-09 17:07

stativ commented on 2012-07-03 14:57

gidoca commented on 2012-07-03 13:12

Openexr Viewer

Fails to build with the following error:
Making all in playexr
make[1]: Entering directory `/mnt/files/download/linux/aur/openexr_viewers/src/openexr_viewers-1.0.2/playexr'
if g++ -DHAVE_CONFIG_H Star wars battlefront 2 xl mode. -I. -I. -I./config -DHAVE_CTL_INTERPRETER=0 -pthread -I/usr/include/OpenEXR -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT playexr-main.o -MD -MP -MF '.deps/playexr-main.Tpo' -c -o playexr-main.o `test -f 'main.cpp' || echo './'`main.cpp;
then mv -f '.deps/playexr-main.Tpo' '.deps/playexr-main.Po'; else rm -f '.deps/playexr-main.Tpo'; exit 1; fi
main.cpp: In function ‘void {anonymous}::quickexit()’:
main.cpp:181:22: error: ‘_exit’ was not declared in this scope
make[1]: *** [playexr-main.o] Error 1
make[1]: Leaving directory `/mnt/files/download/linux/aur/openexr_viewers/src/openexr_viewers-1.0.2/playexr'
make: *** [all-recursive] Error 1
> ERROR: A failure occurred in build().
Aborting..