fix: fixed misspelling
This commit is contained in:
parent
419dc1eada
commit
d4e8a25b1e
2 changed files with 6 additions and 3 deletions
|
|
@ -152,7 +152,7 @@ class ImageProcessorWorker(QRunnable):
|
|||
try:
|
||||
img = self.optima_manager.process_image_object(
|
||||
image_input_file = self.path,
|
||||
watermark = f"PREVIEW B:{self.brightness} S:{self.contrast}",
|
||||
watermark = f"PREVIEW B:{self.brightness} C:{self.contrast}",
|
||||
font_size = 1,
|
||||
resize = self.resize,
|
||||
grayscale = self.grayscale,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue