Package Data | |
---|---|
Maintainer Username: | olivervogel |
Maintainer Contact: | oliver@intervention.io (Oliver Vogel) |
Package Create Date: | 2013-01-19 |
Package Last Update: | 2024-11-12 |
Home Page: | https://image.intervention.io |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:09:58 |
Package Statistics | |
---|---|
Total Downloads: | 143,408,094 |
Monthly Downloads: | 2,855,587 |
Daily Downloads: | 142,340 |
Total Stars: | 13,935 |
Total Watchers: | 270 |
Total Forks: | 1,497 |
Total Open Issues: | 30 |
Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.
// open an image file
$img = Image::make('public/foo.jpg');
// resize image instance
$img->resize(320, 240);
// insert a watermark
$img->insert('public/watermark.png');
// save image in desired format
$img->save('public/bar.jpg');
Refer to the official documentation to learn more about Intervention Image.
Contributions to the Intervention Image library are welcome. Please note the following guidelines before submiting your pull request.
Intervention Image is licensed under the MIT License.
Copyright 2017 Oliver Vogel