diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-18 10:46:32 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-18 10:46:32 +0100 |
| commit | 98ee28f049415750b2bb5d9f3eb386a83696cddc (patch) | |
| tree | 44bfab0208e7854e3bcd134287498d59634e9e9f /src/jpeg-utils.h | |
| parent | ef1d22999ea6de81f0eb0c58a92da5fa750ee393 (diff) | |
| download | cataract-98ee28f049415750b2bb5d9f3eb386a83696cddc.tar.xz | |
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.
Diffstat (limited to 'src/jpeg-utils.h')
| -rw-r--r-- | src/jpeg-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
