Minor changes
This commit is contained in:
parent
b2205cf571
commit
a3ca13a6cd
1 changed files with 1 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue