demoulinv

Results 12 issues of demoulinv

When reading an .exr file, the oiio:ColorSpace is always set to "Linear". If the read file already contained this metadata but set to another value (ACEScg for example), it is...

## Description Add 2 parameters related to color profiles management in CameraInit node. - The path to the color profile database that is automatically set if the ALICEVISION_COLOR_PROFILE_DB environment variable...

## Description A new private metadata named "AliceVision:ColorSpace" is now managed. Read and Write image update to enable image processing in a color space given as a parameter. imageProcessing executable...

## Description Add dcp color profile loading and applying capabilities when raw images must be read. ## Features list - [X] dcp application possible in sRGB, AdobeRGB or prophoto color...

As an information, the issue [[opencolorio:x64-windows] build failure #23154](https://github.com/microsoft/vcpkg/issues/23154) regarding OpenColorIO has been submited on Microsoft vcpkg repo.

## Description Add pre_mul, cam_mul, rgb_cam and cam_xyz arrays availbale in Libraw color info in OpenImageIO metadata. These metadata are prefixed with "raw:". 2D arrays rgb_cam and cam_xyz are delivered...

**Extract metadata related to Color Temperature, Focus range and Auto Lens Correction status** Would it be possible to make available through OIIO specific metadata useful for color management and lens...

## Description Add Adobe LCP file management. ## Features list - [X] Load a lcp file indicated by the user (cameraInit) and extract geometry and vignetting models corresponding to camera...

## Description Add lcp files support ## Features list - [X] Updates cameraInit node interface - [X] Update ImageProcessing node interface ## Implementation remarks - LCP info to be fullfill...

**Describe the bug** The PixelAspectRatio metadata is not always propagated in the right way to an exr image whether it is set as a float or as a string. It...