From 98ee28f049415750b2bb5d9f3eb386a83696cddc Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 18 Mar 2014 10:46:32 +0100 Subject: Add support for specifying custom focal length and aperture Similar to using supplied timestamps this is useful for fully manual lenses that don't provide any information to the camera. --- src/jpeg-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jpeg-utils.h') diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index f8c9b6d..86c8dae 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -54,6 +54,8 @@ typedef struct { gchar *override_copyright; int timezone_shift; time_t fake_datetime; + double fake_aperture; + double fake_focal_length; gchar *external_exif_data; ThumbnailSquareType squared_thumbnail_type; TCropHint thumbnail_crop_hint; -- cgit v1.2.3