1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-24 00:12:36 +00:00

smart cover crop is now an option default off (#1288)

This commit is contained in:
Alex Xu
2026-04-11 19:09:04 -07:00
committed by GitHub
parent fa33ef8f89
commit 61f3097be5
6 changed files with 27 additions and 1 deletions

View File

@@ -975,6 +975,16 @@ May crop top/bottom or left/right depending on source aspect ratio. Not implemen
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QCheckBox" name="smartCoverCropBox">
<property name="toolTip">
<string>Attempt to crop main cover from wide image.</string>
</property>
<property name="text">
<string>Smart Cover Crop</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>