File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Using WebP (for smaller images) or AVIF (for >80 kiB due to larger overhead) may
2727 * Example (lossless): ` avifenc -l input.png output.avif `
2828 * Example (lossy): ` avifenc --qcolor 70 --qalpha 100 --depth 8 input.png output.avif `
2929* ` brew install libwebm `
30- * Example (lossless): ` cwebp -preset drawing -lossless -z 6 input.png -o output.webp `
31- * Example (lossy): ` cwebp -preset drawing -q 90 -alpha_q 100 input.png -o output.webp `
30+ * Example (lossless): ` cwebp -preset drawing -lossless -z 6 -metadata all input.png -o output.webp `
31+ * Example (lossy): ` cwebp -preset drawing -q 90 -alpha_q 100 -metadata all input.png -o output.webp `
3232* ` brew install optipng `
3333 * Example: ` optipng -o3 image.png `
3434
You can’t perform that action at this time.
0 commit comments