1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 17:35:29 +02:00
tldr/pages/linux/imgp.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

16 lines
510 B
Markdown

# imgp
> Command-line image resizer and rotator for JPEG and PNG images.
> More information: <https://github.com/jarun/imgp>.
- Convert single images and/or whole directories containing valid image formats:
`imgp {{[-x|--res]}} {{1366x1000}} {{path/to/directory}} {{path/to/file}}`
- Scale an image by 75% and overwrite the source image to a target resolution:
`imgp {{[-x|--res]}} {{75}} z-w {{path/to/file}}`
- Rotate an image clockwise by 90 degrees:
`imgp {{[-o|--rotate]}} {{90}} {{path/to/file}}`