webp-convert icon indicating copy to clipboard operation
webp-convert copied to clipboard

Convert jpeg/png to webp with PHP (if at all possible)

Results 31 webp-convert issues
Sort by recently updated
recently updated
newest added

getting this error gd-webp encoding failed for some image

php imagewebp can be directly converted to webp, I don't know what the difference is?

First of all, great library, really easy to use and also fast! This is not a critical issue but it does cause me some complications on my local server. I...

The new library will basically take care of all related to converting besides the actual converting. But it must be be generic enough to be used with both webp-convert and...

enhancement

The library could be called "FileUtils". Stuff that could be moved to file util lib: - Helpers/FileExists (split it into HonestFileExists and FileExistsTryHard) - DestinationPreparationTrait::checkDestinationWritable has some code for checking...

enhancement

To avoid duplicate code for the AVIFConvert library, that I'm going to work on soon, I will extract some of the utility-code into new libraries.

enhancement

For example this one: https://packagist.org/packages/swaggest/json-schema

enhancement

Compile Error: Access level to WebPConvert\Convert\Converters\BaseTraits\WarningLoggerTrait::logLn() must be public (as in class WebPConvert\Convert\Converters\BaseTraits\OptionsTrait) [Symfony\Component\Debug\Exception\FatalErrorException 0]

When a browser sends many requests for image conversion concurrently (e.g. an image gallery is loaded) and the destination directory does not exist, every request tries to create the directory,...

Take the following case: We have a low quality jpeg. Lets say the quality is detected as 40. We have set the "quality" option to 80, meaning we are going...

help wanted