|
6 | 6 | <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>
|
7 | 7 | </p>
|
8 | 8 |
|
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. |
10 | 14 |
|
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. |
12 | 16 |
|
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. |
14 | 18 |
|
15 | 19 | <p align="center">
|
16 | 20 | <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:
|
79 | 83 |
|
80 | 84 | $ sudo pip3 install pillow
|
81 | 85 |
|
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. |
83 | 87 |
|
84 | 88 | ### Installing from this repository
|
85 | 89 |
|
|
0 commit comments