resources: Regenerate image golden testdata

Keep this as a separate commit as this isn't because the files have changed. The filenames have changed due to cache busting of PNG and Webp images.

See #8729
This commit is contained in:
Bjørn Erik Pedersen
2021-07-07 10:24:47 +02:00
parent 8f40f34cd1
commit 30eea3915b
61 changed files with 11 additions and 10 deletions

View File

@@ -45,7 +45,8 @@ var (
// Add or increment if changes to an image format's processing requires
// re-generation.
imageFormatsVersions = map[Format]int{
PNG: 2, // Floyd Steinberg dithering
PNG: 3, // Fix transparency issue with 32 bit images.
WEBP: 2, // Fix transparency issue with 32 bit images.
}
// Increment to mark all processed images as stale. Only use when absolutely needed.