exif
This commit is contained in:
@@ -9,6 +9,9 @@ def info(file_name):
|
|||||||
ret += str(dane)
|
ret += str(dane)
|
||||||
except:
|
except:
|
||||||
ret += "Bład pliku"
|
ret += "Bład pliku"
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
print(info("images/IMG_123311x.jpg"))
|
print(info("images/IMG_123311x.jpg"))
|
||||||
|
print(info("images/IMG_1233.jpg"))
|
||||||
|
print(info("d_01.py"))
|
||||||
Reference in New Issue
Block a user