mirror of
https://github.com/ciromattia/kcc
synced 2026-06-25 15:54:02 +00:00
smart cover crop is default off (#1331)
This commit is contained in:
@@ -599,7 +599,7 @@ class Cover:
|
||||
self.image = ImageOps.autocontrast(self.image, preserve_tone=True)
|
||||
if not self.options.forcecolor:
|
||||
self.image = self.image.convert('L')
|
||||
if not self.options.nosmartcovercrop:
|
||||
if self.options.smartcovercrop:
|
||||
self.crop_main_cover()
|
||||
|
||||
size = list(self.options.profileData[1])
|
||||
|
||||
Reference in New Issue
Block a user