PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # 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 4** integration. [![Build Status](https://travis-ci.org/Intervention/image.png?branch=master)](https://travis-ci.org/Intervention/image) ## Requirements - PHP >=5.3 - Fileinfo Extension ## Supported Image Libraries - GD Library (>=2.0) - Imagick PHP extension (>=6.3.8) ## Getting started - [Installation](http://image.intervention.io/getting_started/installation) - [Laravel Framework Integration](http://image.intervention.io/getting_started/laravel) - [Official Documentation](http://image.intervention.io/) ## Code Examples ```php // 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](http://image.intervention.io/) to learn more about Intervention Image. ## Contributing Contributions to the Intervention Image library are welcome. Please note the following guidelines before submiting your pull request. - Follow [PSR-0](http://www.php-fig.org/psr/psr-0/), [PSR-1](http://www.php-fig.org/psr/psr-1/) and [PSR-2](http://www.php-fig.org/psr/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](http://opensource.org/licenses/MIT). Copyright 2014 [Oliver Vogel](http://olivervogel.net/)