Use 4k pictures
This commit is contained in:
parent
a26b128fba
commit
1d8defc5bb
1 changed files with 1 additions and 1 deletions
2
edit.py
2
edit.py
|
@ -31,7 +31,7 @@ def dms_coordinates_to_dd_coordinates(coordinates, coordinates_ref):
|
|||
return decimal_degrees
|
||||
|
||||
class Image:
|
||||
def __init__(self, path, w=1920, h=1080):
|
||||
def __init__(self, path, w=3840, h=2160):
|
||||
print("editing", path)
|
||||
self.w = w
|
||||
self.h = h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue