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

[FEATURE] using cwebp binary directly#5

Open
SvenJuergens wants to merge 3 commits into
clickstorm:masterfrom
SvenJuergens:useCwebpBinary
Open

[FEATURE] using cwebp binary directly#5
SvenJuergens wants to merge 3 commits into
clickstorm:masterfrom
SvenJuergens:useCwebpBinary

Conversation

@SvenJuergens

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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 :)


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

Copy link
Copy Markdown

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
Copy Markdown
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