Minor change.

This commit is contained in:
Mr Finchum 2025-01-09 11:33:14 +01:00
parent 50dce8cb74
commit 0b7365e789

View file

@ -6,7 +6,7 @@ from optima35 import __version__
class OptimaManager:
def __init__(self):
self.name = "OPTIMA35"
self.name = "optima35"
self.version = __version__
self.image_processor = ImageProcessor()
self.exif_handler = ExifHandler()
@ -22,7 +22,7 @@ class OptimaManager:
data_for_exif["date_time_original"] = new_time.strftime("%Y:%m:%d %H:%M:%S")
return data_for_exif
def process_image(self, #split into two classes, one for modification for one saving..
def process_image(self, # TODO: split into two classes, one for modification for one saving..
image_input_file,
image_output_file,
file_type = "jpg",