Save quality

This commit is contained in:
Ruben van de Ven 2020-01-23 18:23:21 +01:00
parent ba33edbc3d
commit d342572a23
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ class CentralManagement():
img = Image.open(f)
img = img.transpose(Image.ROTATE_90).transpose(Image.FLIP_TOP_BOTTOM)
tunedImg = Level.level_image(img, self.config['level']['min'], self.config['level']['max'], self.config['level']['gamma'])
tunedImg.save(filename)
tunedImg.save(filename,quality=95)
except Exception as e:
self.logger.critical("Cannot create image from scan. Did scanner work?")
self.logger.exception(e)