singurix/webpconverter

convert jpg and png to webp format

v0.1.1 2023-11-23 23:45 UTC

This package is auto-updated.

Last update: 2024-09-24 01:33:06 UTC


README

Решение конвертирует картинки в формате 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();