Crop settings for FujiFilm X-T4

https://github.com/Beep6581/RawTherapee/releases/tag/nightly

Awesome, thanks a lot :+1:

(Fuji X-s10 RAF file, latest windows10)

Thanks for the fix. With nightly build dev_5.8-2713-g036257859_20210109
border has gone, but A small problem remains: resulting .jpg size becomes 6235x4160 instead of 6240x4160.
I could not correct this with the crop settings (width limits to 6235)

I get 6238 x 4162 for a X-S10 file when raw border is set to the default of 7 and 6252 x 4176 with raw border set to 0

I also get displayed 6238 x 4162 in RT when loading a new RAF file.
But there seems to be some instability or rounding errors: By playing around with width and height you get different ratios (different limits when incr/decr, but never 6240x4160).
With ‘lock ratio’ off, it is possible to set 6240x4160 (left=0) , but resulting jpeg becomes 6240 x 4164.

On Fuji-X-Forum.de there was a report on X-E4 also showing the black border on the right side :upside_down_face:

Adding it to camconst.json manually helps!

Thanks for mentioning! I’ve just added basic support for the X-E4 to the development version of RT: Initial support for Fujifilm X-E4 in camconst.json · Beep6581/RawTherapee@ca5a9a2 · GitHub

2 Likes

You guys are fast :muscle:

but shouldn’t it be
“raw_crop”: [ 0, 5, 6252, 4176],
like X-T3 and X-Pro3?

You are right that the height ought to be larger. Converting the RAF to DNG gives my a 6240x4160 pixel file. I am unable to get that to work by using camconst.json alone, so there is something going on while decoding…

Edit: Fujifilm X-E4 raw is cropped too much · Issue #6180 · Beep6581/RawTherapee · GitHub issue created

1 Like