Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

[FEATURE] using cwebp binary directly #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[FEATURE] using cwebp binary directly #5

wants to merge 3 commits into from

Conversation

SvenJuergens
Copy link

it's possible to use the cwebp Encoder form google directly.
so upload the binary to the server and set the Path in Extensionmanager and convert to webp without using imagemagick.
more on https://developers.google.com/speed/webp/docs/cwebp

ext_emconf.php Outdated
'constraints' => [
'depends' => [
'typo3' => '7.6.0-7.9.99',
'typo3' => '7.6.0-8.7.99',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to raise the version in composer.json aswell :)

@@ -3,8 +3,10 @@

use TYPO3\CMS\Core\Utility\CommandUtility;
use TYPO3\CMS\Core\Utility\MathUtility;
use TYPO3\CMS\Extbase\Utility\DebuggerUtility;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be removed or is it used anywhere?

@SvenJuergens
Copy link
Author

@cseifert thanks for feedback and your completely right.

i revert the version changes, because this should not be part of this feature. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants