ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: alip on September 29, 2022, 05:27:18 AM

Title: Exiftool modefy NoiseProfile
Post by: alip on September 29, 2022, 05:27:18 AM
hello,dear Phil ! I want to modify the content of NoiseProfile with exiftool, first,I checked the NoiseProfile of the picture, this is the command I use: exiftool.exe -NoiseProfile 007.DNG, output: NoiseProfile:5.5522e-005 3.06e-008; then I modify NoiseProfile: exiftool.exe -NoiseProfile="0.000055 0.000000033" 007.DNG, after running the command, it prompts: 1 image files updated. But in fact, I checked the NoiseProfile of 007.DNG and 007.DNG_original, and the modification was not successful. It is still: NoiseProfile: 5.5522e-005 3.06e-008; Excuse me Phil, is my command wrong? What should be the correct command?
Title: Re: Exiftool modefy NoiseProfile
Post by: Phil Harvey on September 29, 2022, 06:34:04 AM
This is likely FAQ 3 (https://exiftool.org/faq.html#Q3)

- Phil