diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -103,9 +103,11 @@ Notes: 1. Use `svgmin` to shrink [SVGs][svg]. 2. Use [`pngquant`][pngquant] to shrink [PNGs][png]. -3. Use `convert -quality 100 -define web:lossless=true foo.{png,webp}` - to compress existing PNGs as `webp`s. -4. Use the `pe-figure` shortcode for progressive enhanced `figure` tags +3. Use `gm convert -define web:lossless=true foo.{png,webp}` + to compress PNGs and convert them to `webp`s. +4. Use `gm convert foo.{png,webp}` + to compress JPEGs and convert them to to `webp`s. +5. Use the `pe-figure` shortcode for progressive enhanced `figure` tags with a fallback image. ## Article Image Carousels |