#
openexr
Here are 23 public repositories matching this topic...
darbyjohnston
commented
Apr 15, 2020
As part of the build process IlmImfTest generates a number of test EXR files, one of which is causing DJV to crash. To reproduce the crash run this command after the build is complete:
> ./build/bin/djv OpenEXR/src/OpenEXRThirdParty/IlmImfTest/comp_bad_bounds_piz.exr
Open
PIZ Compression
43
johannesvollmer
commented
Apr 17, 2020
This is the tracking issue for adding PIZ compression.
Current State
Checkout the PIZ branch:
- Decoding: 80%
- Encoding: 95%
References:
- openexr compressor
- [openexr huffman decoding](https://github.com/Aca
Python binding for tinyexr, an OpenEXR image loader/saver library
-
Updated
Sep 16, 2018 - 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++
Pure Python (no additional dependencies) helper module to read metadata from the header of EXR files.
-
Updated
May 22, 2020 - Python
Third-party libraries required to build and package appleseed on Windows
-
Updated
Sep 7, 2019 - C++
Extension for gThumb to support OpenEXR
-
Updated
May 5, 2020 - C
OpenEXR image visualizer. Written in C++ and Qt5
-
Updated
Sep 28, 2018 - C++
Collection of Matlab toolset, including HDR image viewer.
-
Updated
May 17, 2020 - MATLAB
A path tracer written in modern C++
-
Updated
Sep 28, 2018 - 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."
Isn't it curious that Imath has always had Vec2, Vec3, Vec4, and Matrix33, Matrix44... hey, one of these things is not like the other.
OSL heavily uses Imath for its internal vector/matrix types, and I had a case of needing 2x2 matrices, so I did this years ago:
https://github.com/imageworks/OpenShadingLanguage/blob/master/src/include/OSL/matrix22.h
I never sent it back upstream to the Open