-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the bug
After importing, darktable shows a resolution of 1920x1080 instead of 6000x4000 in the lighttable module. It seems as if the resolution of the embedded image is initially shown after the import.
The darkroom module shows the correct resolution of the RAW file.
My camera: Fujifilm XT-2. I will upload some screenshots and the output of exiftool for one of the RAWs.
Steps to reproduce
-
Setting the preferences
1.1 lighttable -> pattern for the thumbnail tooltip:
$(FILE_NAME).$(FILE_EXTENSION)$(NL)$ (EXIF_DAY)/$(EXIF_MONTH)/$(EXIF_YEAR)$(EXIF_HOUR):$ (EXIF_MINUTE):$(EXIF_SECOND)$(NL)$(EXIF_EXPOSURE) • f/$(EXIF_APERTURE) •$(EXIF_FOCAL_LENGTH) mm • $ (EXIF_ISO) ISO$(NL)$(SENSOR_WIDTH) x $(SENSOR_HEIGHT)
1.2 darkroom -> pattern for the image information line:
$(FILE.NAME).$ (FILE.EXTENSION) •$(EXIF_EXPOSURE) • f/$ (EXIF_APERTURE) •$(EXIF_FOCAL_LENGTH) mm • $ (EXIF_ISO) ISO •$(SENSOR_WIDTH) x $ (SENSOR_HEIGHT) -
Import Fuji X-T2 RAWs
-
Check the resolution values in the lighttable module
4.1 Check the tooltips resolution: 1920x1080 (attachment resolution_lighttable_1920x1080.png)
4.2 Check "image information" in the left panel: width=1920, height=1280 (attachment resolution_lighttable_1920x1080.png) -
Check the resolution values in the darkroom module
5.1 Choose one of the pictures and switch to darkroom module
5.2 Check the information line resolution: 6048x4038 (attachment resolution_lighttable_1920x1080.png)
5.3 Check the tooltip resolution: 1920x1080 (attachment resolution_darkroom_6048x4038.png) -
Switch to the lighttable module
6.1 Check the tooltips resolution of the first picture: 1920x1080 (attachment resolution_lighttable_6048x4038.png)
6.2 Check "image information" of the picture in the left panel: width=6048, height=4038 (as opposed to 4.2) (attachment resolution_lighttable_6048x4038.png)
Expected behavior
darktable should show the same resolution for the same picture in every module
Logfile | Screenshot | Screencast
Commit
No response
Where did you install darktable from?
darktable.org
darktable version
4.2.1
What OS are you using?
Linux
What is the version of your OS?
debian 12 - bookworm
Describe your system?
No response
Are you using OpenCL GPU in darktable?
I dont know
If yes, what is the GPU card and driver?
No response
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
I can reproduce this only with RAW.
I don't use lua scripts


