Intervention Image

$5/yr

Single Licence: a single website (personal, client), or intranet site project - Details

Extended Licence: a website (commercial, personal, client), or internet site project - Details

Rated

Be the first to review this.

Save for later

Save this link to facebook.

Get Social

Hit like and share it with others.

CREATED

06-Jul-2021

LAST UPDATED

06-Jul-2021

Compatible Browsers

,

DOCUMENTATION

LAYOUT

FILES INCLUDED

zip,

Seller Store

github

github

Contact Me
924

Sales

0

Comments

924+

Downloads

0

Rated Points

Intervention Image
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.

Requirements
PHP >=5.4
Fileinfo Extension
Supported Image Libraries
GD Library (>=2.0)
Imagick PHP extension (>=6.5.7)
Getting started
Installation
Laravel Framework Integration
Basic Usage
Code Examples
// 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.
Contributing
Contributions to the Intervention Image library are welcome. Please note the following guidelines before submitting your pull request.
Follow PSR-2 coding standards.
Write tests for new functions and added features
API calls should work consistently with both GD and Imagick drivers
License
Intervention Image is licensed under the MIT License.
Copyright 2017 Oliver Vogel

Comments and Discussions



Reviews



Copyrights © 2024-2025 All Rights Reserved