Skip to content

Commit 61df046

Browse files
committed
Add image, update docs.
1 parent c55519f commit 61df046

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
<a href="https://github.com/jarun/imgp/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-GPLv3-yellow.svg?maxAge=2592000" alt="License" /></a>
77
</p>
88

9-
`imgp` is a command line image resizer and rotator for JPEG and PNG images. If you have tons of images you would like to resize adaptively to a screen-size or rotate by an angle using a single command, `imgp` is the utility for you.
9+
<p align="center">
10+
<a href="https://asciinema.org/a/88448"><img src="https://asciinema.org/a/88448.png" alt="imgp_asciicast" width="734"/></a>
11+
</p>
12+
13+
`imgp` is a command line image resizer and rotator for JPEG and PNG images. If you have tons of images you want to resize adaptively to a screen resolution or rotate by an angle using a single command, `imgp` is the utility for you. It can save a lot on storage too.
1014

11-
It comes with an intelligent adaptive algorithm, recursive operations, multiprocessing, shell completion scripts, EXIF preservation and more.
15+
Powered by an intelligent adaptive algorithm, recursive operations, multiprocessing, shell completion scripts, EXIF preservation (and more), `imgp` is a very flexible utility with well-documented easy to use options.
1216

13-
`imgp` intends to be a stronger replacement for the Nautilus Image Converter extension, not tied to any file manager and way faster. On desktop environments (like Xfce or LxQt) which do not integrate Nautilus, `imgp` will save your day.
17+
`imgp` intends to be a stronger replacement of the Nautilus Image Converter extension, not tied to any file manager and way faster. On desktop environments (like Xfce or LxQt) which do not integrate Nautilus, `imgp` will save your day.
1418

1519
<p align="center">
1620
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/paypal-donate-orange.svg?maxAge=2592000" alt="Donate" /></a>
@@ -79,7 +83,7 @@ or, using pip3:
7983

8084
$ sudo pip3 install pillow
8185

82-
To utilize the full power of modern CPUs with [SIMD](https://en.wikipedia.org/wiki/SIMD) support, replace pillow with [pillow-simd](https://github.com/uploadcare/pillow-simd).
86+
pillow can be replaced by [pillow-simd](https://github.com/uploadcare/pillow-simd) on [SIMD](https://en.wikipedia.org/wiki/SIMD) processors.
8387

8488
### Installing from this repository
8589

0 commit comments

Comments
 (0)