Image

PHP Image Manipulation
Alternatives To Image
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Image13,43512,7271,8422 days ago114July 05, 2022387mitPHP
PHP Image Manipulation
Croppa47793286 months ago56May 30, 202218mitPHP
Image thumbnail creation through specially formatted URLs for Laravel.
Youtube172121a month ago24September 28, 2020mitPHP
Upload a video to a single YouTube channel with Laravel 5.
Thumbnail98
32 years ago12October 19, 20175mitPHP
Thumbnail for a given video using FFMpeg
Fileuploader91
4 years ago2
Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
Imagine666052 years ago27February 24, 20201mitPHP
[Package] Imagine Image Manipulation Wrapper for Laravel
Laravel Fileapi4910205 years ago3November 14, 20174mitPHP
Laravel File API with image thumbnail support
Laravel Image37
17 years ago1September 11, 2016mitPHP
Basic image upload and thumbnail management package for laravel 5+
Laravel Thumbnail30
a year ago3mitPHP
Laravel package to resize images with specially formatted URLs
Photo30
2 years ago28July 22, 20211mitPHP
Laravel Photo Manager
Alternatives To Image
Select To Compare


Alternative Project Comparisons
Readme

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.

Latest Version Build Status Monthly Downloads

Requirements

  • PHP >=5.4
  • Fileinfo Extension

Supported Image Libraries

  • GD Library (>=2.0)
  • Imagick PHP extension (>=6.5.7)

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 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

Popular Laravel Projects
Popular Thumbnails Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Thumbnails
Gd
Watermark
Imagick