Skip to content

Commit

Permalink
resources: Regenerate image golden testdata
Browse files Browse the repository at this point in the history
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 gohugoio#8729
  • Loading branch information
bep committed Jul 7, 2021
1 parent 93a3e7c commit 535cfd5
Show file tree
Hide file tree
Showing 58 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/images/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 535cfd5

Please sign in to comment.