<?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;
}
Save Cards
Simplify your payment experience by securely saving your card on our platform. After your initial transaction, you can choose to store your card details safely for future use. This feature eliminates the need to re-enter your payment information each time, making checkouts faster while keeping your data secure with advanced encryption and robust security measures.