2017 © Pedro Peláez
 

library image-resizer

Image resizer library for laravel

image

jasis/image-resizer

Image resizer library for laravel

  • Wednesday, December 16, 2015
  • by jilson-asis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Synopsis

PHP 5 image integration for laravel. makes automatically overwrites the image so you do not have to specify its new location., (*1)

Code Example

First use the imageResizer class in your controller, (*2)

use jilsonasis\ImageResizer\Facade as ImageResizer;, (*3)

Then you can use method chaining., (*4)

$image_path = 'your_image_path';, (*5)

$image_ext = 'your_image_extension'; // can only process jpg and png., (*6)

ImageResizer::src($image_path, $image_ext)->maxHeight(640)->maxWidth(800)->quality(80)->save();, (*7)

Installation

No installation yet. I will change this when it is available, (*8)

License

This laravel package is free. You can use and modify the code as you want without the author's permission, (*9)

The Versions

16/12 2015

dev-master

9999999-dev

Image resizer library for laravel

  Sources   Download

MIT

by Jilson Asis

image resize

16/12 2015

v1.1.1

1.1.1.0

Image resizer library for laravel

  Sources   Download

MIT

by Jilson Asis

image resize

16/12 2015

v1.1

1.1.0.0

Image resizer library for laravel

  Sources   Download

MIT

by Jilson Asis

image resize

14/12 2015

1.x-dev

1.9999999.9999999.9999999-dev

Image resizer library for laravel

  Sources   Download

MIT

by Jilson Asis

image resize

14/12 2015

v1.0

1.0.0.0

Image resizer library for laravel

  Sources   Download

MIT

by Jilson Asis

image resize