Export variable in Darktable for the aspect ratio or its x/y components? #3269
-
Am using variables for file naming when exporting processed images. For instance, when saving jpeg of birds the storage option is file on disk with this: This saves the file up one level and gets the exported pixel width and height. I am manually entering the four letter code for the bird species (CAGO in this instance is Canada Goose). I save images with 3x2, 2x3, 16x9, and 9x16 aspect ratio for posting on social media. I was wondering if there are any variables for the aspect ratio to save me from re-typing when switching between these? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@eldoradobirds This is a question for Darktable which uses libexiv2 to processes metadata. The tags which deal with aspect ratio are:
I don't use Darktable, so I'm not familiar with its variables or export/resampling capability. If I were doing this, I would write a bash or python script and use macOS I've enjoyed many conversations with the Darktable folks (managers, developers and users) on the Pixls forum. If you ask there, I'm confident you'll get useful suggestions: https://discuss.pixls.us/ |
Beta Was this translation helpful? Give feedback.
@eldoradobirds This is a question for Darktable which uses libexiv2 to processes metadata. The tags which deal with aspect ratio are:
I don't use Darktable, so I'm not familiar with its variables or export/resampling capability. If I were doing this, I would write a bash or python script and use macOS
sips
to resize the image.I've enjoyed many conversations with the Darktable folks (managers, developers and users) on the Pixls forum. If you ask there, …