Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasdamher/simplifyimage
Library for upload, modify and delete images the easy way.
https://github.com/jonasdamher/simplifyimage
image-manipulation image-processing images php php-library php7 simplifyimage upload-images
Last synced: about 2 months ago
JSON representation
Library for upload, modify and delete images the easy way.
- Host: GitHub
- URL: https://github.com/jonasdamher/simplifyimage
- Owner: jonasdamher
- License: mit
- Created: 2020-03-01T18:30:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T17:50:04.000Z (over 4 years ago)
- Last Synced: 2024-10-13T13:04:19.667Z (3 months ago)
- Topics: image-manipulation, image-processing, images, php, php-library, php7, simplifyimage, upload-images
- Language: PHP
- Homepage:
- Size: 238 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# simplifyimage
Upload, modify and delete images the easy way.
* Allows crop and scale images easy.
* Allows upload and update one or multiple images.
* Allows conversion type image to WEBP, PNG and JPEG.[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/build-status/master)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/jonasdamher/simplifyimage) [![GitHub license](https://img.shields.io/github/license/jonasdamher/simplifyimage)](https://github.com/jonasdamher/simplifyimage/blob/master/LICENSE)
## Installation
```
composer require jonasdamher/simplifyimage
```## Usage
```
require __DIR__ . '/vendor/autoload.php';$simplifyimage = new Jonasdamher\Simplifyimage\Image();
```## Wiki
:book: Go to [Wiki](https://github.com/jonasdamher/simplifyimage/wiki).
## Contributing
**Any contributions you make are greatly appreciated.**
Fork the Project.
Create your Feature Branch (git checkout -b feature/AmazingFeature).
Commit your Changes (git commit -m 'Add some AmazingFeature').
Push to the Branch (git push origin feature/AmazingFeature).
Open a Pull Request.
## License
Under the [MIT license](https://github.com/jonasdamher/simplifyimage/blob/master/LICENSE).