Add webp image processing

This commit is contained in:
Björn Fromme
2021-12-26 20:04:12 +01:00
parent 3d8e22c2fc
commit 2a44103ba3
4 changed files with 68 additions and 157 deletions
Generated
+57 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "097da910258a46f5f1bcc5aeee693ca4",
"content-hash": "bec75d11ac7a00055213b40b9e6fd574",
"packages": [
{
"name": "b13/container",
@@ -2904,6 +2904,62 @@
],
"time": "2021-12-25T07:07:57+00:00"
},
{
"name": "plan2net/webp",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/plan2net/webp.git",
"reference": "0c60cdf38b6fe335e1a1813b8e3cc8ac1cd8b3be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/plan2net/webp/zipball/0c60cdf38b6fe335e1a1813b8e3cc8ac1cd8b3be",
"reference": "0c60cdf38b6fe335e1a1813b8e3cc8ac1cd8b3be",
"shasum": ""
},
"require": {
"ext-gd": "*",
"php": ">=7.2.0",
"typo3/cms-core": "^10.4|^11.5"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "webp"
}
},
"autoload": {
"psr-4": {
"Plan2net\\Webp\\": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Wolfgang Klinger",
"role": "Lead Developer"
},
{
"name": "Martin Kutschker",
"role": "reStructuredText Documentation"
},
{
"name": "Team Wonderland",
"role": "Support and review"
}
],
"description": "Creates WebP copies for images (TYPO3 CMS)",
"homepage": "https://www.plan2.net/",
"support": {
"issues": "https://github.com/plan2net/webp/issues",
"source": "https://github.com/plan2net/webp/tree/4.1.0"
},
"time": "2021-11-08T18:03:00+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",