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: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T17:50:04.000Z (about 5 years ago)
- Last Synced: 2025-01-19T21:48:41.920Z (6 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.[](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/?branch=master) [](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/?branch=master) [](https://scrutinizer-ci.com/g/jonasdamher/simplifyimage/build-status/master)
 [](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).