From 5dfde71a4876bae7d7cfd2c89dc6ea9443c9090b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 26 Apr 2017 22:22:43 +0530 Subject: [PATCH] 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 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7735d7a..f56b791 100644 --- a/README.md +++ b/README.md @@ -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.