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
27
27
* Example (lossless): ` avifenc -l input.png output.avif `
28
28
* Example (lossy): ` avifenc --qcolor 70 --qalpha 100 --depth 8 input.png output.avif `
29
29
* ` 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 `
32
32
* ` brew install optipng `
33
33
* Example: ` optipng -o3 image.png `
34
34
You can’t perform that action at this time.
0 commit comments