Skip to content

Commit

Permalink
Remove imagemagick strip (alshedivat#2028)
Browse files Browse the repository at this point in the history
I had added -strip arg to the imagemagick call as it is generally
desirable to strip metadata from images before publishing them, however
it seems to occasionally cause issues with jekyll-imagemagick
auto-regeneration, regenerating images even when they have not changed.
  • Loading branch information
nWestie authored and chertianser committed Aug 8, 2024
1 parent fa6ae2c commit 843d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ imagemagick:
- ".tiff"
- ".gif"
output_formats:
webp: "-quality 85 -strip"
webp: "-quality 85"

# -----------------------------------------------------------------------------
# Jekyll Diagrams
Expand Down

0 comments on commit 843d649

Please sign in to comment.