From e791c3b7e067015c2d6888ef15807371645096c4 Mon Sep 17 00:00:00 2001 From: rhi Date: Sat, 20 Jul 2024 23:05:56 -0400 Subject: [PATCH] Update info.yaml format info --- info.yaml-format-info.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/info.yaml-format-info.md b/info.yaml-format-info.md index bdf14c9..f79e6cd 100644 --- a/info.yaml-format-info.md +++ b/info.yaml-format-info.md @@ -117,6 +117,7 @@ in its fullest form, a single image is a pair of a label and an object containin download: qtpats.svg nsfw: false warning: null + resize: true ``` all the subfields except `path` are optional, and when they are all left out, then the value of the pair can be just the bare path: @@ -125,6 +126,8 @@ all the subfields except `path` are optional, and when they are all left out, th - transparent: taurex-t.png ``` +if the `resize` field is false, then don't resize that image for the `_med` and `_big` variants. (because imagemagick cannot deal with animated webp.) + the label is *also* optional. if it's left out then it's taken from the path, with the extension removed and all _ and - replaced with spaces: ```yaml