1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-24 07:14:18 +00:00

Add exact cover fit option for device-sized cover cropping (#1254)

* Add exact cover fit option for device-sized cover cropping

* Update README to move cover cropping from FAQ to USAGE

* rename to coverfill

* edit readme
This commit is contained in:
tom
2026-02-22 20:34:10 +01:00
committed by GitHub
parent 2632d18e2c
commit 723fa4c0b8
6 changed files with 34 additions and 2 deletions
+12
View File
@@ -908,6 +908,17 @@ Useful for really weird PDFs.</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="coverFillBox">
<property name="toolTip">
<string>Resize cover to exact device resolution by center-cropping to aspect ratio first.
May crop top/bottom or left/right depending on source aspect ratio.</string>
</property>
<property name="text">
<string>Cover Fill</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -1037,6 +1048,7 @@ Useful for really weird PDFs.</string>
<tabstop>noRotateBox</tabstop>
<tabstop>interPanelCropBox</tabstop>
<tabstop>metadataTitleBox</tabstop>
<tabstop>coverFillBox</tabstop>
<tabstop>chunkSizeCheckBox</tabstop>
<tabstop>chunkSizeBox</tabstop>
<tabstop>eraseRainbowBox</tabstop>