Skip to content

Commit

Permalink
Merge pull request #1879 from alicevision/dev/dcpMetadataApplication
Browse files Browse the repository at this point in the history
Apply DCP metadata in imageProcessing
  • Loading branch information
fabiencastan authored Feb 16, 2023
2 parents 69d45fd + 814e418 commit 2f67ef3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meshroom/nodes/aliceVision/ImageProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,14 @@ class ImageProcessing(desc.AVCommandLineNode):
uid=[0],
),

desc.BoolParam(
name='applyDcpMetadata',
label='Apply DCP metadata',
description='If the image contains some DCP metadata then generate a DCP profile from them and apply it on the image content',
value=False,
uid=[0],
),

desc.File(
name='colorProfileDatabase',
label='Color Profile Database',
Expand Down

0 comments on commit 2f67ef3

Please sign in to comment.