Разделы
Veselov CV | vvShop © 2008 – 2022
Контакты
email:
skype:
Вернуться
» » » grafika - php библиотека для обработки изображений

grafika - php библиотека для обработки изображений


use Grafika\Grafika;

$editor = Grafika::createEditor();

$editor->open( "path/to/jpeg/image.jpg" );
$editor->resizeExact( 200, 200 );
$editor->save( "path/to/edited.jpg", null, 90 );

Умеет обрезать, сравнивать, имеет фильтры и др.
http://kosinix.github.io/grafika/
Оставить комментарий
Вверх