Skip to content

asea1718/image

 
 

Repository files navigation

Intervention Image

Intervention Image is a PHP image handling and manipulation library based on the PHP GD library. The package includes ServiceProviders and Facades for easy Laravel 4 integration.

Build Status

Requirements

  • PHP >=5.3
  • GD >=2.0

Getting started

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 documentation to learn more about Intervention Image.

License

Intervention Image is licensed under the MIT License.

Copyright 2013 Oliver Vogel

About

PHP Image Manipulation

Resources

License

Stars

Watchers

Forks

Packages

No packages published