5
I Use This!
Inactive

Commits : Listings

Analyzed 27 days ago. based on code collected over 2 years ago.
Aug 08, 2022 — Aug 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged with ILM-internal changes. More... almost 17 years ago
Added slerpShortestArc() and euclideanInnerProduct() functions to Imath::Quat<T>. (Nick Porcino) More... almost 17 years ago
Added conversions between Imath::Vec3<T> and Imath::Vec4<T>. More... about 17 years ago
Added new 4D vector class template Imath::Vec4<T>. More... about 17 years ago
Added comment to warn users that the matrix to Euler angle conversion routines assume that matrices do not contain non-uniform scaling or shear. More... about 17 years ago
exrenvmap improvements: - New command line flags set the type of the input image to latitude-longitude map or cube-face map, overriding the envmap attribute in the input file header. - Cube-face maps can now be assembled from or split into six square sub-images. - Converting a cube-face map into a new cube-face map with the same face size copies the image instead of resampling it. This avoids blurring when a cube-face map is assembled from or split into sub-images. More... about 17 years ago
trivial mods to clean up compiler warnings More... about 17 years ago
Updated standard chromaticities in ImfAcesFile.cpp to match final ACES (Academy Color Encoding Specification) document. More... about 17 years ago
Faster 3x3 and 4x4 matrix construction and copying (Nick Porcino). More... over 17 years ago
adding #include "ImathPlatform.h" /* [i_a] M_PI_2 */ to define M_PI_2 for those platforms that haven't got it in the standard run-time lib More... over 17 years ago
Fixed some Windows compiler warnings (change submitted by Dan Wexler). More... over 17 years ago
Applied patch submitted by Ger Hobbelt. More... over 17 years ago
Fix build issues on Windows. (Reported by Ger Hobbelt) More... over 17 years ago
Bug fix: lowest-x-resolution level for rip maps was not computed correctly. (Found by Ger Hobbelt) More... over 17 years ago
Constructors for TypedAttribute<T> now explicitly initialize the Attribute base class to make gcc 4.0.2 warnings go away (warnings appear only with -Wextra). (Reported by Ken McGaugh) More... over 17 years ago
Fixed typo in comment (found by Ken McGaugh). More... over 17 years ago
Fixes to make code compile with fewer problems on Windows. More... over 17 years ago
Fixed typo in comment. More... over 17 years ago
Fixed typo in usage message. More... over 17 years ago
Fixed typo in comment. More... over 17 years ago
Added Renderman-style worldToCamera and worldToNDC 4x4 matrix attributes to ImfStandardAttributes.h More... over 17 years ago
Correction - maximum length of names is now 255, not 31 bytes. More... over 17 years ago
Increased maximum length of attribute names, attribute type names and channel names from 32 to 255 characters. More... over 17 years ago
Fixed typo in comment. More... over 17 years ago
Bug fix: rgb2hsv() and hsv2rgb() returned incorrect results More... over 17 years ago
Changed the floating-point coefficients in the chroma up- and down-sampling filters from double to single precision. More... over 17 years ago
Reading luminance/chroma-encoded files via the RGBA interface is faster: buffer padding avoids cache thrashing for certain image sizes, redundant calls to saturation() have been eliminated. (Mike Wall / AMD) More... over 17 years ago
Added missing "#include <string.h>" line in exr*/main.cpp, to avoid errors when compiling with GCC 4.3. More... over 17 years ago
Added setLayerName() function to class RgbaInputFile and class TiledRgbaInputFile. More... over 17 years ago
Bug fix: InputFile::setFrameBuffer() dereferences an invalid iterator. (found by Jon Wadelton) More... over 17 years ago