Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.43 KB

README-EN.md

File metadata and controls

45 lines (27 loc) · 1.43 KB

Fujifilm Converter

This program allows you to use Fujifilm film simulation for any camera raw file by modifying the EXIF information.

Comparision

  • Sony PT Creative Style

5

  • Fujifilm NC Film Simulation

6

Instructions

  1. Download and install the following tools:
  1. Open Adobe DNG Converter, select the directory where your raw files are located, and click convert to start the conversion.

1

Once completed, you will see the following:

2

  1. 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.

3

  1. Drag these files into Lightroom, and you will be able to select all 19 Fuji film emulations.

4