Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.88k stars 323 forks source link

Differences in saved PP3 without changing anything #2248

Open Beep6581 opened 9 years ago

Beep6581 commented 9 years ago

Originally reported on Google Code with ID 2264

Assuming you have "Default" as your default raw profile, open a photo with no PP3 assigned.
Save the profile 1.pp3. Go to the other image via File Browser or F3/F4, go back to
this image. Save 2.pp3 and compare:
--- 1.pp3       2014-02-26 13:30:47.189343759 +0100
+++ 2.pp3       2014-02-26 13:30:52.730343577 +0100
@@ -10,12 +10,12 @@
 [Exposure]
 Auto=true
 Clip=0.02
-Compensation=0
-Brightness=0
-Contrast=0
+Compensation=1.4642762541770935
+Brightness=2
+Contrast=21
 Saturation=10
 Black=0
-HighlightCompr=0
+HighlightCompr=100
 HighlightComprThreshold=33
 ShadowCompr=50
 CurveMode=Standard
@@ -114,8 +114,8 @@

 [White Balance]
 Setting=Camera
-Temperature=6504
-Green=1
+Temperature=6111
+Green=1.1682752194448929
 Equal=1

 [Color appearance]
@@ -191,9 +191,9 @@
 Enabled=false
 X=-1
 Y=-1
-W=15000
-H=15000
-FixedRatio=true
+W=3889
+H=2609
+FixedRatio=false
 Ratio=3:2
 Orientation=Landscape
 Guide=Rule of thirds

Reported by entertheyoni on 2014-02-26 12:32:52

Beep6581 commented 9 years ago
Same bug, different method:
Open a photo, make sure profile fill mode is pressed, apply Default ISO High.pp3, save
the PP3 to 1.pp3.
Change demosaicing method to anything else, save the PP3 to 2.pp3
Compare 1.pp3 to 2.pp3: http://bpaste.net/show/58705e0f6a5b
There should only be one difference: the demosaicing method. Instead, there are many
other differences.
2.pp3 correctly reflects the sliders and tools as you see them in RT, not 1.pp3.

Reported by entertheyoni on 2014-09-05 15:36:35