dev-master
9999999-devimage resize and create thumbnail
MIT
The Requires
by dılo sĂŒrĂŒcĂŒ
php library image resize gd thumbnail
Wallogit.com
2017 © Pedro PelĂĄez
image resize and create thumbnail
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();
example use on laravel, (*4)
image resize and create thumbnail
MIT
php library image resize gd thumbnail