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:
|
class OPTIMA35:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.name = "OPTIMA-35"
|
self.name = "OPTIMA-35"
|
||||||
self.version = "0.4.0"
|
self.version = "0.4.1"
|
||||||
#self.utilities = Utilities()
|
|
||||||
self.image_processor = ImageProcessor()
|
self.image_processor = ImageProcessor()
|
||||||
self.exif_handler = ExifHandler()
|
self.exif_handler = ExifHandler()
|
||||||
self.settings = {
|
self.settings = {
|
||||||
|
@ -99,7 +98,6 @@ class OPTIMA35:
|
||||||
optimize = self.settings["optimize"]
|
optimize = self.settings["optimize"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def name_images(self, base_name, current_image, total_images, invert):
|
def name_images(self, base_name, current_image, total_images, invert):
|
||||||
""""Returns name, combination of base_name and ending number."""
|
""""Returns name, combination of base_name and ending number."""
|
||||||
total_digits = len(str(total_images))
|
total_digits = len(str(total_images))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue