Run the image conversion script:
bash
sh scripts/convert-images.sh
This will:
- •Find all PNG/JPG images in media/images/
- •Move originals to media/images-original/
- •Convert to WebP at 85% quality
- •Report size savings
将 PNG/JPG 图像转换为 WebP 格式
--- frontmattername: convert-images description: Convert PNG/JPG images to WebP format
Run the image conversion script:
sh scripts/convert-images.sh
This will: