diff --git a/cmd/generate_changelog/incoming/1905.txt b/cmd/generate_changelog/incoming/1905.txt new file mode 100644 index 000000000..da15388a5 --- /dev/null +++ b/cmd/generate_changelog/incoming/1905.txt @@ -0,0 +1,7 @@ +### PR [#1905](https://github.com/danielmiessler/Fabric/pull/1905) by [majiayu000](https://github.com/majiayu000): fix: optimize oversized logo images reducing package size by 93% + +- Optimize oversized logo images reducing package size by 93% +- Replace 42MB favicon.png with proper 64x64 PNG (4.7KB) +- Replace 42MB fabric-logo.png with static PNG from first GIF frame (387KB) +- Optimize animated GIF from 42MB to 5.4MB (half resolution, 12fps, 128 colors) +- Update docs/images/fabric-logo-gif.gif with optimized version diff --git a/docs/images/fabric-logo-gif.gif b/docs/images/fabric-logo-gif.gif index cf87b0314..42e1e74a6 100644 Binary files a/docs/images/fabric-logo-gif.gif and b/docs/images/fabric-logo-gif.gif differ diff --git a/web/static/fabric-logo.gif b/web/static/fabric-logo.gif index cf87b0314..42e1e74a6 100644 Binary files a/web/static/fabric-logo.gif and b/web/static/fabric-logo.gif differ diff --git a/web/static/fabric-logo.png b/web/static/fabric-logo.png index cf87b0314..650723a3f 100644 Binary files a/web/static/fabric-logo.png and b/web/static/fabric-logo.png differ diff --git a/web/static/favicon.png b/web/static/favicon.png index cf87b0314..639dc3ad6 100644 Binary files a/web/static/favicon.png and b/web/static/favicon.png differ