2017 © Pedro PelĂĄez
 

library image

image resize and create thumbnail

image

zeus/image

image resize and create thumbnail

  • Friday, June 8, 2018
  • by diloabininyeri
  • Repository
  • 2 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

php image resize and save library, (*1)

composer require zeus/image

, (*2)

Guide using, (*3)

use Image\Image;


class test
{
    public function testResize()
    {


        $image = new Image();

        $image->load((string) "ay.jpg")
            ->resize(800, 600)
            ->save("sonbir.jpg", 80);


    }

}




(new test())->testResize();
  • save method have two parameter save($outputname,$quality)
  • load method have one parameter load image load($imagepath)
  • resize method have two parameter resize($width,$height)

example use on laravel, (*4)

, (*5)

The Versions

08/06 2018

dev-master

9999999-dev

image resize and create thumbnail

  Sources   Download

MIT

The Requires

 

by dılo sĂŒrĂŒcĂŒ

php library image resize gd thumbnail

17/05 2018

1.2

1.2.0.0

image resize and create thumbnail

  Sources   Download

MIT

by dılo sĂŒrĂŒcĂŒ

php library image resize gd thumbnail

17/05 2018

1.1

1.1.0.0

image resize and create thumbnail

  Sources   Download

MIT

by dılo sĂŒrĂŒcĂŒ

17/05 2018

1.0

1.0.0.0

image resize and create thumbnail

  Sources   Download

MIT

by dılo sĂŒrĂŒcĂŒ