mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Added Next and Previous buttons to image view
Merged JS files Removed Scene Type from metadata mapping Added arrow to tool-tips
This commit is contained in:
parent
b5bc0ec50c
commit
c5f6b0ecf7
11 changed files with 386 additions and 261 deletions
|
@ -215,13 +215,6 @@ def scene_capture_type(value):
|
|||
return None
|
||||
|
||||
|
||||
def scene_type(value): # pylint: disable=W0613 # Itss fiiiineeee
|
||||
"""
|
||||
Maps the value of the scene type to a human readable format
|
||||
"""
|
||||
return 'Directly photographed image'
|
||||
|
||||
|
||||
def white_balance(value):
|
||||
"""
|
||||
Maps the value of the white balance to a human readable format
|
||||
|
|
|
@ -40,7 +40,6 @@ CAMERA_MAPPING = {
|
|||
'MeteringMode': ['Metering Mode', 'metering_mode'],
|
||||
'LightSource': ['Light Source', 'light_source'],
|
||||
'SceneCaptureType': ['Scene Capture Type', 'scene_capture_type'],
|
||||
'SceneType': ['Scene Type', 'scene_type'],
|
||||
}
|
||||
SOFTWARE_MAPPING = {
|
||||
'Software': ['Software'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue