peterhillman
peterhillman
Mr Edge Case here again: would the sensorCenterOffset be relative to the optical center of the lens or is just the relationship between the camera body lens mount and which...
EXIF carries a lot of maker-specific esoteric data that's useful to carry in a pipeline for tracking. Running a JPEG I have through `exiftool` lists the state of each autofocus...
I think all those changes are good. In addition, I'm suggesting we also add another 'Make' function to build a Slice object for reading flipped images: the caller passes the...
@JGoldstone do you know if [the SMPTE initiative you spoke about at the town hall](https://lists.aswf.io/g/openexr-dev/message/5314) has considered EXIF data and how to map it into camdkit / OpenEXR standard attributes?...
I don't think Make() is useful with negative xStride or yStride, as currently implemented. Make() assumes it is provided with the pointer to the beginning of the user array (plus...
Have you tried `exrstdattr` instead of OIIO? That's much faster and less memory intensive because it doesn't decode the pixel data, just writes a new header then copies the compressed...
It's time we did this, but I think it needs to be in the next major release. The fact that OpenEXR's own tests fail with this change is an indication...
Yes, I think it makes sense to change all the headers, and internal references to Imath in cpp files, to use #include when including Imath, and the build system needs...
I think the lack of response indicates how few people understand that diagram, but yes I think it's a typo in the text and positive X should be `right` not...
Perhaps a new attribute type could either contain either a canonical name of a standard space, or a set of chromaticity values for arbitrary/custom spaces, with the library supporting conversion...