This program allows you to use Fujifilm film simulation for any camera raw file by modifying the EXIF information.
- Sony PT Creative Style
- Fujifilm NC Film Simulation
- Download and install the following tools:
- Adobe DNG Converter: Convert raw files taken by your camera to DNG files
- ExifTool by Phil Harvey: Convert DNG files to raw files containing Fuji camera EXIF information
- Open Adobe DNG Converter, select the directory where your raw files are located, and click convert to start the conversion.
Once completed, you will see the following:
- Run
python3 main.py
in the terminal, then enter the directory where the converted DNG files are located. The output will be as follows:
➜ exif-convert python3 main.py
Please input the file: ./test
exiftool -make="FUJIFILM" -model="GFX100S" -uniquecameramodel="Fujifilm GFX 100S" ./test
1 directories scanned
32 image files updated
You will get some new dng files in the same directory, and the original files will be moved to a directory archived
.
- Drag these files into Lightroom, and you will be able to select all 19 Fuji film emulations.