mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# imgp
|
|
|
|
> Resize and rotate JPEG and PNG images.
|
|
> More information: <https://github.com/jarun/imgp#usage>.
|
|
|
|
- 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}}`
|