Skip to content

Commit 1a3bc2b

Browse files
committed
Change note about size now that rockbox_coverart retains image ratio
1 parent 2ee8675 commit 1a3bc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensions/rockbox_coverart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Requires python modules `pillow` and `filelock`. These are available on pip.
2727
|---------|-------|-------------|
2828
| extensions.rockbox_coverart.art_name_on_device | cover.jpg | Desired filename on device. Only jpg, jpeg, and png filetypes allowed. |
2929
| extensions.rockbox_coverart.convert_and_resize_art | **True**/False | Enable conversion and resize operations |
30-
| extensions.rockbox_coverart.convert_size | 500 | Cover art will be resized to this size (square). If convert_allow_upscale_art=False, art smaller than this size will retain its size. Only used if convert_and_resize_art=True. |
31-
| extensions.rockbox_coverart.convert_allow_upscale_art | True/**False** | Allow upscaling of art. If set to true, will allow images smaller than convert_size (square) to be upscaled to convert_size. Only used if convert_and_resize_art=True. |
30+
| extensions.rockbox_coverart.convert_size | 500 | Cover art will be resized so that the larger of (height, width) is equal to this size. If convert_allow_upscale_art=False, art smaller than this size will retain its size. Only used if convert_and_resize_art=True. |
31+
| extensions.rockbox_coverart.convert_allow_upscale_art | True/**False** | Allow upscaling of art. If set to true, will allow images smaller than convert_size to be upscaled to convert_size. Only used if convert_and_resize_art=True. |
3232

3333
Links:
3434

0 commit comments

Comments
 (0)