Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
devnull
MastUpload
Commits
d53f38b0
Commit
d53f38b0
authored
Apr 12, 2020
by
devnull
Browse files
Remove commented/unused line: get_tag for Camera Maker extraction
parent
66881379
Changes
1
Hide whitespace changes
Inline
Side-by-side
mastupload.py
View file @
d53f38b0
...
...
@@ -181,7 +181,6 @@ def exif_extraction(filename, config, logger):
"""Extact EXIF data for each photo, and add Mastodon custom emojis"""
with
exiftool
.
ExifTool
()
as
exift
:
exposure_program
=
exift
.
get_tag
(
"EXIF:ExposureProgram"
,
filename
)
# maker = exift.get_tag("EXIF:Make", filename)
ff_efl
=
exift
.
get_tag
(
"Composite:FocalLength35efl"
,
filename
)
ff_efl
=
f
"
{
ff_efl
:
.
1
f
}
"
crop_factor
=
exift
.
get_tag
(
"Composite:ScaleFactor35efl"
,
filename
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment