<?php
namespace Buglinjo\LaravelWebp\Interfaces;
use Exception;
use Illuminate\Http\UploadedFile;
interface WebpInterface
{
/**
* @param UploadedFile $image
* @return mixed
*/
public function make(UploadedFile $image);
/**
* @param $quality
* @return mixed
*/
public function quality($quality);
/**
* @param string $outputPath
* @param int|null $quality
* @return bool
* @throws Exception
*/
public function save(string $outputPath, int $quality = null): bool;
}
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.