An open API service indexing awesome lists of open source software.

https://github.com/robertoaleman/ra_imageconverter

The class RA ImageConverter Jpg/Jpeg To WebP is designed to convert image files with extensions .jpg and .jpeg to the WebP format
https://github.com/robertoaleman/ra_imageconverter

image-processing php

Last synced: about 1 month ago
JSON representation

The class RA ImageConverter Jpg/Jpeg To WebP is designed to convert image files with extensions .jpg and .jpeg to the WebP format

Awesome Lists containing this project

README

        


Class documentation RA ImageConverter Jpg/Jpeg To WebP


Description


The class  RA ImageConverter Jpg/Jpeg To WebP is designed to convert image files with extensions  .jpg and  .jpeg to the WebP format. It works in the current directory where the script is running, without the need to specify additional paths.

Requirements




  • PHP 7.4 or higher .


  • The extension  GD is enabled on the PHP server, as it is used to work with images.

  • Read and write permissions on the directory where the script is executed.