Wolfgang

Results 46 comments of Wolfgang

Currently you have to add the imagemagick configuration parameter yourself (again) in the extension configuration, but I'll consider prepending `$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_stripColorProfileCommand']` to the parameter list.

Help me to understand your issue … the (server) rewrite rules test for files with the same name, but .webp extension, if the file is not there nothing happens anyway...

Hm, not really, because you link to the original files in the TYPO3 backend. So, maybe it's possible, but that's something outside the scope of my extension. You can try...

I'm working on a PR, but I don't know how useful the tests are for this. There's a non-functional method in the test right now (I guess that's the reason...

Has anybody time to review my pull request? The feature has been requested for years and I finally implemented it. Would be nice to have it in a tagged version.

@franzkugelmann can you open an issue and give me some examples for the problems with the shortened path?

The extension only works on processed images. If your images are not touched (whatever cause) by TYPO3 CMS, they won't get converted to webp.

Sorry, but how I structure my code is up to me (and I won't change that for no obvious reason). If you find a bug, please submit a pull request,...