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

16
pages.zh/linux/imgp.md Normal file
View File

@@ -0,0 +1,16 @@
# imgp
> 命令行图像调整大小和旋转工具支持JPEG和PNG格式的图像。
> 更多信息:<https://github.com/jarun/imgp>。
- 转换单个图像和/或包含有效图像格式的整个目录:
`imgp -x {{1366x1000}} {{path/to/directory}} {{path/to/file}}`
- 将图像缩放到75%,并覆盖源图像以达到目标分辨率:
`imgp -x {{75}} -w {{path/to/file}}`
- 将图像顺时针旋转90度
`imgp -o {{90}} {{path/to/file}}`