|
1 | | -# Imagecram 🗜 |
2 | | - |
3 | | -[](https://swift.org/package-manager) |
4 | | - |
5 | | -[](https://github.com/lordcodes/imagecram/releases) |
6 | | -[](https://github.com/lordcodes/imagecram/blob/master/LICENSE) |
7 | | - |
8 | | -A command line tool to compress and optimise images using the [TinyPNG service](https://tinypng.com). |
| 1 | +<p align="center"> |
| 2 | + <img src="Art/logo.png" width="500" max-width="90%" alt="Imagecram" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <img src="https://img.shields.io/badge/Swift-5.1-orange.svg" /> |
| 7 | + <a href="https://swift.org/package-manager"> |
| 8 | + <img src="https://img.shields.io/badge/swiftpm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" /> |
| 9 | + </a> |
| 10 | + <img src="https://img.shields.io/badge/platforms-mac+linux-brightgreen.svg?style=flat" alt="Mac + Linux" /> |
| 11 | + <a href="https://github.com/lordcodes/imagecram/releases/latest"> |
| 12 | + <img src="https://img.shields.io/github/release/lordcodes/imagecram.svg?style=flat" alt="Latest release" /> |
| 13 | + </a> |
| 14 | + <a href="https://twitter.com/lordcodes"> |
| 15 | + <img src="https://img.shields.io/badge/twitter-@lordcodes-blue.svg?style=flat" alt="Twitter: @lordcodes" /> |
| 16 | + </a> |
| 17 | +</p> |
| 18 | + |
| 19 | +This is **Imagecram** - a tool to quickly and easily compress images straight from your command line. |
| 20 | + |
| 21 | +Compression is currently handled using the really powerful [TinyPNG service](https://tinypng.com). |
9 | 22 |
|
10 | 23 | ## Features |
11 | 24 |
|
@@ -102,6 +115,10 @@ imagecram old.png -o new.png |
102 | 115 | imagecram *.png -o compressed |
103 | 116 | ``` |
104 | 117 |
|
| 118 | +## Future |
| 119 | + |
| 120 | +The plan is to implement image compression within the tool itself to remove the restriction of providing a TinyPNG API key and being limited on how many images they will compress for free each month. There is currently no time-frame on this and it will depend on simplicity and how effectively it compresses the images. |
| 121 | + |
105 | 122 | ## Contributing or Help |
106 | 123 |
|
107 | 124 | If you notice any bugs or have a new feature to suggest, please check out the [contributing guide](https://github.com/lordcodes/imagecram/blob/master/CONTRIBUTING.md). If you want to make changes, please make sure to discuss anything big before putting in the effort of creating the PR. |
|
0 commit comments