diff --git a/optima/optima35.py b/optima/optima35.py index aa27255..8345e3b 100644 --- a/optima/optima35.py +++ b/optima/optima35.py @@ -7,8 +7,7 @@ from utils.image_handler import ImageProcessor, ExifHandler class OPTIMA35: def __init__(self): self.name = "OPTIMA-35" - self.version = "0.4.0" - #self.utilities = Utilities() + self.version = "0.4.1" self.image_processor = ImageProcessor() self.exif_handler = ExifHandler() self.settings = { @@ -99,7 +98,6 @@ class OPTIMA35: optimize = self.settings["optimize"] ) - def name_images(self, base_name, current_image, total_images, invert): """"Returns name, combination of base_name and ending number.""" total_digits = len(str(total_images))