common/q*: add Chinese translation (#14687)

* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
This commit is contained in:
Jin
2024-11-19 04:13:17 -05:00
committed by GitHub
parent a394bba5f1
commit 156075e8b1
21 changed files with 506 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# qrttoppm
> 将 QRT 光线追踪文件转换为 PPM 图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/qrttoppm.html>.
- 将一个 QRT 文件转换为 PPM 图像:
`qrttoppm {{路径/到/文件.qrt}} > {{路径/到/图像.ppm}}`