1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/imgp.md
2018-04-28 23:52:28 +01:00

15 lines
411 B
Markdown

# imgp
> Command line image resizer and rotator for JPEG and PNG images.
- Convert single images and/or whole directories containing valid image formats:
`imgp -x {{1366x1000}} {{path/to/dir}} {{path/to/file}}`
- Scale an image by 75% and overwrite the source image to a target resolution:
`imgp -x {{75}} -w {{path/to/file}}`
- Rotate an image clockwise by 90 degrees:
`imgp -o {{90}} {{path/to/file}}`