mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Make text more readable
Slightly speed up the metadata parsing
This commit is contained in:
parent
696e72e3e8
commit
454d1f89c8
3 changed files with 13 additions and 13 deletions
|
@ -28,7 +28,7 @@ def fnumber(value):
|
|||
"""
|
||||
Formats the f-number into a standard format
|
||||
"""
|
||||
return 'f/' + str(value)
|
||||
return 'ƒ/' + str(value)
|
||||
|
||||
|
||||
def iso(value):
|
||||
|
@ -59,7 +59,7 @@ def exposure(value):
|
|||
"""
|
||||
Formats the exposure value into a standard format
|
||||
"""
|
||||
return str(value) + 'EV'
|
||||
return str(value) + 'EV'
|
||||
|
||||
|
||||
def color_space(value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue