I have not used RawTherapee for a couple years, and though I used to be pretty familiar with it, I am a bit out of practice.
Today, I tried to process some files by putting them into the batch queue and then running them all at once and it just decides that I want them all resized to 900x900px despite me having resizing turned off. It first started happening with RT 5.8. I know that is a very old release so I grabbed the most recent Appimage 5.11 and I am still getting this problem.
Is there a global setting somewhere that may be activated? Preferences → Batch Processing tab has options to “Add” or to “Set” a bunch of processing options, including resize, but I have no idea what that does and didn’t see it mentioned in the Rawpedia documentation. Right now, all of the radio buttons have “Set” selected.
Here is a relevant-looking section from the .pp3 files. Note that one has “Enabled=true” and the other “Enabled=false”.
From the .pp3 next to the raw file:
[Resize]
Enabled=false
Scale=0.16
AppliesTo=Cropped area
Method=Lanczos
DataSpecified=3
Width=900
Height=900
LongEdge=900
ShortEdge=900
AllowUpscaling=false
Here is the same section from the .pp3 that was placed next to the processed jpg
[Resize]
Enabled=true
Scale=1
AppliesTo=Cropped area
Method=Lanczos
DataSpecified=3
Width=900
Height=900
LongEdge=900
ShortEdge=900
AllowUpscaling=false