mirror of
https://github.com/Geckon01/simple-image-compressor.git
synced 2026-07-11 17:02:08 +00:00
Updated readme.md
This commit is contained in:
@@ -2,12 +2,23 @@
|
|||||||
|
|
||||||
# SimpleImageCompressor
|
# SimpleImageCompressor
|
||||||
|
|
||||||
[![Software License][ico-license]](LICENSE.md)
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
[](https://app.codacy.com/gh/Geckon01/simple-image-compressor/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||||
|
|
||||||
**SimpleImageCompressor** - is a tiny simple PHP image compressor lib which allows you to compress any image easily on the fly.
|
**SimpleImageCompressor** - is a tiny simple PHP image compressor lib which allows you to compress any image easily on the fly.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### With composer
|
||||||
|
```bash
|
||||||
|
composer require "geckon01/simple-image-compressor"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Without composer
|
||||||
|
|
||||||
1. Download latest release [here](https://github.com/Geckon01/simple-image-compressor/releases).
|
1. Download latest release [here](https://github.com/Geckon01/simple-image-compressor/releases).
|
||||||
2. Unpack archive to any folder of your project you wish.
|
2. Unpack archive to any folder of your project you wish.
|
||||||
3. Load main lib files:
|
3. Load main lib files:
|
||||||
@@ -64,6 +75,4 @@ As example, if we have original image 1920x1080 which we want to get 50% of orig
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This software is licensed under the MIT License. [View the license](LICENSE.md).
|
This software is licensed under the MIT License. [View the license](LICENSE.md).
|
||||||
|
|
||||||
[ico-license]: https://img.shields.io/badge/license-MIT-green
|
|
||||||
Reference in New Issue
Block a user