Update README.md

This commit is contained in:
Hugo Posnic 2020-03-20 17:18:23 +01:00 committed by GitHub
parent 4984b20a11
commit fc007db250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
## Simple & useful image compressor.
[![Maintainability](https://api.codeclimate.com/v1/badges/aae63e7ac1c54526dc9c/maintainability)](https://codeclimate.com/github/Huluti/ImCompressor/maintainability)
ImCompressor is an useful image compressor, supporting PNG and JPEG file types.
It support both lossless and lossy compression modes with an option to whether keep or not metadata of images.
It is inspired by [Trimage](https://github.com/Kilian/Trimage) and [Image-Optimizer](https://github.com/GijsGoudzwaard/Image-Optimizer).