diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-06-08 16:41:51 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-06-08 16:41:51 -0400 |
commit | bebefd1b5f09f08c6e8c1ec9b5be0cbb6baafbe6 (patch) | |
tree | 00403b522b5e50d4fb532bc623e30c8e35f48546 | |
parent | 001c7f056c9f914e6877d5c1a25cbc8003fa7a4b (diff) | |
download | pablotron.org-bebefd1b5f09f08c6e8c1ec9b5be0cbb6baafbe6.tar.xz pablotron.org-bebefd1b5f09f08c6e8c1ec9b5be0cbb6baafbe6.zip |
README.md: s/png/jpg/ in image processing instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ Notes: 2. Use [`pngquant`][pngquant] to shrink [PNGs][png]. 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}` +4. Use `gm convert foo.{jpg,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. |