Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.02 KB

Camera_Disguise

A small python+exiftool script tool to disguise your RAW files, enabling different Camera Matching Profiles in Adobe Camera Raw or Lightroom.

Requirements

Usage:

In the commandline / terminal: to get help: python camera_disguise.py

typical usage:

python camera_disguise.py "path to your dng files" "your camera model" "disguise model"

e.g. Windows:

python camera_disguise.py "C:\Photos To Edit\" A7R4 A7R5
python camera_disguise.py "C:\Photos\" A7S3 A7R5

Mac/Linux:

python camera_disguise.py "/Volumes/MyBigSSD/Photos/" A7S3 A7R5