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
- Host: GitHub
- URL: https://github.com/robertoaleman/ra_imageconverter
- Owner: robertoaleman
- License: agpl-3.0
- Created: 2025-04-17T01:01:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-17T01:05:16.000Z (about 1 month ago)
- Last Synced: 2025-04-27T09:59:43.038Z (about 1 month ago)
- Topics: image-processing, php
- Language: HTML
- Homepage: https://ventics.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Class documentationRA ImageConverter Jpg/Jpeg To WebP
Description
The classRA 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 extensionGD
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.