[go: up one dir, main page]

Menu

Code Merge Request #60: Fix for incorrect noise profile in DNG images and EXIF sub IFD (open)

Merging...

Merged

Something went wrong. Please, merge manually

Checking if merge is possible...

Something went wrong. Please, merge manually

Max Lyons wants to merge 8 commits from /u/maxlyons/opencamera/ to master, 2021-01-05

This change deletes the Noise Profile metadata from a DNG file if the metadata appears to be invalid. By default, Open Camera writes DNG files that contain Noise Profile metadata. However, on the Samsung Galaxy S10+ (and perhaps others devices), the values in this metadata are invalid/incorrect for any rear cameras except the main camera. These incorrect values indicate to raw processing software that the images contain (almost) no noise. As a consequence, raw processing software does not allow the user to make noise reduction adjustments. Deleting the Noise Profile metadata means raw processing software assumes a default (and more reasonable) amount of noise in the image and allows user-specified noise reduction adjustments.

This change also enables the creation of an EXIF sub IFD in the DNG files created by Open Camera. This allows for the insertion of additional metadata into the DNG files such as a UserComment and FocalLengthIn35mm EXIF tags, both of which are also included in this change.

Commit Date  
[82e69a] (HEADmaster) by Max L Max L

Add logic to detect/remove bad noise profiles and insert EXIF sub IFD into DNG files

2021-01-05 16:54:00 Tree
[6b9b4b] by Max L Max L

Fix default aperture bug

2021-01-01 17:46:08 Tree
[a6c259] by Max L Max L

Add ability to utilize arbitrary cameras using one or more user-specified camera IDs

2020-12-31 21:56:41 Tree
[274a64] by Max L Max L

Add fix for vignetting in DNG images due to missing shading map in CaptureResult leading to missing OpcodeList2 EXIF tag.

2020-12-31 21:12:04 Tree
[80336e] by Max L Max L

Add ability to store yaw, pitch and roll data in DNG files.

2020-12-31 21:07:05 Tree
[020f90] by Max L Max L

Add documentation for default aperture; fix typos.

2020-12-31 20:44:40 Tree
[07584a] by Max L Max L

Add option to specify default aperture

2020-12-31 20:41:23 Tree
[956d86] by Max L Max L

Add alternate gallery UI mode (to disable short press on gallery icon).

2020-12-31 20:15:27 Tree

Discussion


Log in to post a comment.