diff --git a/src/optima35/core.py b/src/optima35/core.py index e69cfae..623d274 100644 --- a/src/optima35/core.py +++ b/src/optima35/core.py @@ -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",