Skip to content

Singurix/webpconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Конвертор картинок

Решение конвертирует картинки в формате jpg и png в формат webp

Требования

  • php >= 7.4
  • zlib >= 1.2.0.4
  • gd >= 2.1.0

Установка

$ composer require singurix/webpconverter

Использование

(new Singurix\Webpconverter\Converter())
    ->setSrcPath('test.jpg')
    ->setDestPath('test.webp')
    ->convert();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages