#
openexr
Here are 34 public repositories matching this topic...
Good first issue
Possible one-day project for somebody new
Awaiting Feedback
The issue is waiting for someone to respond.
High dynamic range (HDR) image viewer and comparison tool
macos
screenshot
image
rendering
image-comparison
openexr
hdr
exr
graphics-people
openexr-images
tev
-
Updated
Mar 15, 2022 - C++
aberkl
commented
Jul 3, 2020
cary-ilm
commented
Mar 16, 2022
testMatrix()
in testExtractSHRT.cpp
fails to check the return status of extractSHRT()
. If the input matrix is invalid, it will produce garbage results. A better solution is to assert that extractSHRT()
returns true.
Adding this assert will eliminate an uninitialized variable reference warning, since the s
, h
, r
, and t
variables may be unset.
good first issue
Good for newcomers
A simple research-oriented image viewer with an emphasis on examining and comparing high-dynamic range (HDR) images, and including minimalistic editing and tonemapping capabilities.
-
Updated
Feb 8, 2022 - C++
Embree viewer is a simple implementation of a progressive renderer, based on Intel's Embree raytracing kernels. Its UI is written in SDL2, and it supports Alembic, OBJ file formats, with a JSON file to describe a scene.
-
Updated
Jan 23, 2020 - C++
Python binding for tinyexr, an OpenEXR image loader/saver library
-
Updated
Sep 16, 2018 - C++
Simple viewer for OpenEXR files with detailed metadata display
-
Updated
Jan 31, 2022 - C++
Extension for gThumb to support OpenEXR
-
Updated
Oct 27, 2021 - Makefile
Third-party libraries required to build and package appleseed on Windows
-
Updated
Jul 19, 2020 - C++
OpenEXR image visualizer. Written in C++ and Qt5
-
Updated
Sep 28, 2018 - C++
OpenEXR's exr_header tool as a WASM tool
-
Updated
Jun 14, 2020 - C++
A very simple tool to generate Delta E 2000 image difference between two EXR files
-
Updated
Jan 16, 2022 - C++
Collection of Matlab toolset, including HDR image viewer.
-
Updated
Aug 19, 2020 - MATLAB
A simple and very fast tool to compose sequences of EXR files.
-
Updated
Sep 2, 2020 - C++
Fast tool to convert OpenExr Cube Maps to Octahedron Maps
-
Updated
Aug 18, 2020 - C++
Improve this page
Add a description, image, and links to the openexr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openexr topic, visit your repo's landing page and select "manage topics."
When compiling
master
&RB-2.4
withVisual Studio 17
, there are lot of warnings. Most of them only require a small change in the source code. But one require several iterations to be correctly fixed in OCIO.