webp icon indicating copy to clipboard operation
webp copied to clipboard

Create a WebP copy for images (TYPO3 CMS)

Results 30 webp issues
Sort by recently updated
recently updated
newest added

Only filter out file names if they look like converted files, e.g. .jpg.webp, but not if the file seems to be an original .webp.

If the original file is already webp, there is no need to process it. Without the check, the logfile gets bloated.

I still have static files that I want to link to without an automatic rewrite to webp simply because they don't exist. Insted TYPO3 should know which files exist as...

TYPO3 strips EXIF/IPCT/XMP-Data by default. I already changed that by setting "processor_stripColorProfileCommand" to "+profile '!iptc,!xmp,!exif,*'". Pictures created by TYPO3 (f.e. cropped images) keep now this data. However the WEBP that...

enhancement

The server load is very high (6 cores, 32gb) and almost on 100% and gets slow. Maybe it could be added a scheduler (?) to let the extension execute the...

enhancement

Hi there, after update from ^3.3 to ^4.1 I'm trying to Analyze Database Structure: **ALTER TABLE "tx_webp_failed" ALTER "configuration_hash" TYPE VARCHAR(32) Current value: configuration_hash VARCHAR(40) DEFAULT NULL** After that I've...

bug

On my website, I am using the [im](https://viewhelpers.fluidtypo3.org/fluidtypo3/vhs/5.0.1/Media/Image.html)[age](https://viewhelpers.fluidtypo3.org/fluidtypo3/vhs/5.0.1/Uri/Image.html) viewhelpers provided by the [VHS extension](https://extensions.typo3.org/extension/vhs/), as they provide more control over dynamically sizing pictures (like the max and min values). Unfortunately,...

PHP 8.1 TYPO3 11.5.9 Error: ```PHP Core: Error handler (BE): PHP Warning: Undefined array key 1 in webp/Classes/Service/Webp.php line 90 ```

One of my editors asked me, how he could download an original image file in the TYPo3 backend. We configured the convert_all flag and thus whenever he tried to save...