1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 12:55:25 +02:00
tldr/pages/linux/imgp.md
Managor 16b161ccf8
linux/*: reduce usage of "command-line" (#16946)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:51 +03:00

485 B

imgp

Resize and rotate 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}}