FUJIFILM film simulation LUT in ART

FUJIFILM has released some of its film simulation color modes available as LUT files.

https://www.dpreview.com/news/1984031538/fujifilm-film-simulations-luts-eterna-55

The luts should be used in the Fuji logarithmic color spaces and with a CTL script is possible to use they in ART.

lin_to_flog2.zip (1.4 KB)

The script does the following things:

  • convert the linear space to F-LOG2
  • Has exposure, brightness and contrast sliders, exposure is set by default at 0.98

The usage is very simply, the working profile must be rec2020, load the CTL script and load the lut

I don’t have a fuji camera so I’ve made a comparison with the Aaron_b’s luts beacuse they are great.

FUJIFILM Official lut for classic chrome

Aaron_b lut

FUJIFILM Official lut for reala ace

Aaron_b lut

ART doesn’t support .cube files the luts should be converted to haldclut
haldclut art.zip (129.2 MB)

The film simulation are :

  • Acros
  • Astia
  • Classic Chrome
  • Classic Neg.
  • Eterna Bleach Bypass
  • Pro. Neg.
  • Provia
  • Reala Ace
  • Velvia

It’s possible to use these luts inside Darktable too

6 Likes

Some presets that match sigmoid with contrast=1.5

sigmoid
exposure=+0.95, contrast=1.5

ASTIA
exposure=0.75
brightness=1.11
contrast=0.95

CLASSIC CHROME
exposure=0.75
brightness=1.14
contrast=0.90
global saturation=+20

PRO NEG STD
exposure=0.75
brightness=1.14
contrast=1.12
saturation=+10

PROVIA
exposure=0.75
brightness=1.14
contrast=1.10

REALA ACE
exposure=0.75
brightness=1.14
contrast=1.12

The exposure, brightness and contrast parameters are in the lintolog CTL

Very impressive.
How did you convert cube format LUTs to Hald CLUT? Using G’mic or ImageMagick?

Hi,
I successfully converted a cube file to CLUT using gmic.
The command I used was:

gmic file_in.cube r 64,64,64,3,3 r 512,512,1,3,-1 o file_out.png

3 Likes

Thank you very much.

By the way, in ART, we can use OCIO clf format LUT. So I used ociomakeclf to convert Fuji’s cube format LUTs to clf. Here is the results comparison of embeded Jpeg in RAW, your Hald CLUT and clf, using PROVIA LUT. Exposure compensation adjustment is needed for clf.

1 Like

Was some kind of shadow/highlights recovery active in the camera processing?

Hi,
I used default setting of ART except your ctl script exposure adjustment.