Use 4k pictures

This commit is contained in:
Jeena 2022-10-22 21:45:43 +09:00
parent a26b128fba
commit 1d8defc5bb

View file

@ -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