Skip to content
Snippets Groups Projects

Add the image style convert to webp effect to the controller, rearrange the...

Merged Dieter Holvoet requested to merge issue/drimage-3391520:3391520-provide-drimage-support into 2.x
2 unresolved threads

Add the image style convert to webp effect to the controller, rearrange the order of the effects and allow using the style when core webp is enabled as well

Closes #3391520

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
140 140 '#description' => $this->t('Will produce higher quality images on screens that have more physical pixels then logical pixels.'),
141 141 ];
142 142
143 $gd_info = gd_info();
  • Dieter Holvoet added 2 commits

    added 2 commits

    • 4fed543e - Add support for other image toolkits
    • 66a9d3e3 - Undo irrellevant change

    Compare with previous version

  • Dieter Holvoet added 2 commits

    added 2 commits

    Compare with previous version

  • Dieter Holvoet added 19 commits

    added 19 commits

    • c61fab82...bf038907 - 7 commits from branch project:2.x
    • bf038907...8077145a - 2 earlier commits
    • 0f5a774b - Disable the WebP option when imageapi optimize WebP gets enabled
    • 9e70c174 - Add the image style convert to webp effect to the controller, rearrange the...
    • d0afdc2f - Update the js to also use the core webp variable to allow webp usage
    • e1814272 - Set the default as false for core webp on already enabled modules
    • 703a89a9 - Add the check on core webp in the template and add the values in the formatter
    • 7f59b4ba - Fix typo in the javascript code
    • 34f73452 - Add support for other image toolkits
    • c6963422 - Undo irrellevant change
    • 84a91c9b - Update uri formatter
    • 534bfd9b - Add missing variable

    Compare with previous version

  • added 1 commit

    • cba88f0b - Disable core WebP if Webp support is removed from the image toolkit while it was already enabled

    Compare with previous version

  • Fabio De Tant
    Fabio De Tant @dtfabio started a thread on commit cba88f0b
  • 175 175 }
    176 176 } elseif (in_array('webp', $image_toolkit->getSupportedExtensions())) {
    177 177 $allow_core_webp = TRUE;
    178 } elseif ($core_webp_option_enabled === TRUE) {
  • Dieter Holvoet added 14 commits

    added 14 commits

    • 772e8af6 - 1 commit from branch project:2.x
    • 772e8af6...f03c7053 - 3 earlier commits
    • 25a8bdaa - Add the image style convert to webp effect to the controller, rearrange the...
    • 08e5314e - Update the js to also use the core webp variable to allow webp usage
    • 83130401 - Set the default as false for core webp on already enabled modules
    • 1ba8f15a - Add the check on core webp in the template and add the values in the formatter
    • 2aceba82 - Fix typo in the javascript code
    • 1db034fd - Add support for other image toolkits
    • 0437ace3 - Undo irrellevant change
    • f7ec8d09 - Update uri formatter
    • 1b14de58 - Add missing variable
    • 5d7d8733 - Disable core WebP if Webp support is removed from the image toolkit while it was already enabled

    Compare with previous version

  • Please register or sign in to reply
    Loading