From 1d8defc5bbf77e34cdd6be72d7ab188986bdd5f1 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 22 Oct 2022 21:45:43 +0900 Subject: [PATCH] Use 4k pictures --- edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.py b/edit.py index b9817e1..95d00ee 100755 --- a/edit.py +++ b/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