mirror of
https://github.com/agarrharr/awesome-cli-apps.git
synced 2024-10-01 01:25:59 -04:00
Add imgp (#102)
imgp is a command line image resizer and rotator for JPEG and PNG images. Features: - resize by percentage or resolution - rotate clockwise by specified angle - adaptive resize considering orientation - brute force to a resolution - optimize images to save more space - limit processing by minimum image size - convert PNG to JPEG - erase exif metadata - force smaller to larger resize - process directories recursively - overwrite source image option - completion scripts for bash, fish, zsh - minimal dependencies
This commit is contained in:
parent
8111c21f5a
commit
5dfde71a48
@ -39,6 +39,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [Changelogs](#changelogs)
|
||||
- [Images](#images)
|
||||
- [Gif Creation](#gif-creation)
|
||||
- [Image Conversion](#image-conversion)
|
||||
- [SVG](#svg)
|
||||
- [Text Manipulation](#text-manipulation)
|
||||
- [Screensavers](#screensavers)
|
||||
@ -243,6 +244,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder and the best companion of asciinema.org.
|
||||
- [givegif](https://github.com/passy/givegif) - GIFs on the command line.
|
||||
|
||||
### Image Conversion
|
||||
|
||||
- [imgp](https://github.com/jarun/imgp) - Blazing fast batch image resizer and rotator
|
||||
|
||||
## SVG
|
||||
|
||||
- [SVGO](https://github.com/svg/svgo) - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.
|
||||
|
Loading…
Reference in New Issue
Block a user