add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/common/cavif.md Normal file
View File

@@ -0,0 +1,21 @@
# cavif
> 将 PNG/JPEG 图像转换为 AVIF。使用 Rust 编写。
> 另请参见:`convert`。
> 更多信息:<https://github.com/kornelski/cavif-rs>。
- 将 JPEG 文件转换为 AVIF并保存为 `file.avif`
`cavif {{path/to/image.jpg}}`
- 调整图像质量并将 PNG 文件转换为 AVIF
`cavif --quality {{1..100}} {{path/to/image.png}}`
- 指定输出位置:
`cavif {{path/to/image.jpg}} --output {{path/to/output.avif}}`
- 如果目标文件已存在,则覆盖它:
`cavif --overwrite {{path/to/image.jpg}}`