Skip to content

A Phase One Capture One script to import the crop from EXIF metadata. Useful for Fujifilm X-T3 and maybe other cameras.

License

Notifications You must be signed in to change notification settings

jpp-odoo/c1-fuji-crop-from-exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Why?

Do you have a Fujifilm camera and use the different aspect ratios (3:2 - 16:9 - 1:1) , but the crop is not recognized by Capture One? This script solves this issue.

This work was inspired/adapted from bezineb5/c1-crop-from-exif for Leica Cameras.

Cameras

This script was only tested with the Fujifilm X-T3 camera, but as the aspect ratio information is found on the exif it should be work with others fujifilm cameras too.

Requirements

  • A recent version of Capture One MacOS (unfortunatelly, the Windows version does not allow scripting)
  • ExifTool (see below for installation)

Installation

First, you need to install ExifTool. The easiest method is to use Homebrew. In a terminal, type:

# Install ExifTool
brew install exiftool

Then, copy the script into the Capture One scripting folder:

  • Download the file Fuji Crop from EXIF.applescript
  • In Capture one, go to menu Scripts > Open Scripts Folder
  • Copy the downloaded file in that directory (which is "~/Library/Scripts/Capture One Scripts/")
  • Go back to Capture One, choose menu Scripts > Update Scripts Menu
  • Done!

Note: if you have a different version of Capture One than the 21, open the script and replace the string "Capture One 21" by "Capture One xx", where xx is your version.

Usage

In Capture One, select all images you want to apply the EXIF crop to. Then choose menu Scripts > Fuji Crop from EXIF

About

A Phase One Capture One script to import the crop from EXIF metadata. Useful for Fujifilm X-T3 and maybe other cameras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published