1
0
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:
Alex Xu
2026-05-06 08:12:19 -07:00
committed by GitHub
parent 19ce14eeee
commit 8798d71bfa
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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])