Minor change.
This commit is contained in:
parent
50dce8cb74
commit
0b7365e789
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue