Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reading non raw image format in imageProcessing. #1381

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

demoulinv
Copy link
Contributor

Description

In imageProcessing, check input image format before setting some reading options and searching for a dcp profile if required. A non raw image format can be read even if a dcp profile does not exist for the camera used to capture the input image. This behavior matches the cameraInit one.

Features list

Implementation remarks

@fabiencastan fabiencastan added this to the 3.0.0 milestone Mar 17, 2023
Copy link
Contributor

@cbentejac cbentejac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on several RAW and "classic" images, both are now processed correctly!

@fabiencastan fabiencastan merged commit ec2540e into develop Mar 18, 2023
@fabiencastan fabiencastan deleted the fix/imageProcessingReadNonRawFormat branch March 18, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants