Skip to content
Snippets Groups Projects

Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...

Open Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...

Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in GD2 image manipulation toolkit settings

Closes #3320689

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
85 85 \Drupal::service('module_installer')->uninstall(['sdc'], FALSE);
86 86 }
87 87 }
88
89 /**
90 * Update the WEBP quality setting to default value.
91 */
92 function system_post_update_webp_quality_default_value() {
  • 153 153 '#default_value' => $this->configFactory->getEditable('system.image.gd')->get('jpeg_quality', FALSE),
    154 154 '#field_suffix' => $this->t('%'),
    155 155 ];
    156
    157 // In PHP 8.1+, the GD extension supports lossless encoding,
  • added 1 commit

    • ce0a57d2 - Issue 3320689: Resolve code quality issues

    Compare with previous version

  • Kalle Vuorjoki added 60 commits

    added 60 commits

    • ce0a57d2...44ae8844 - 51 commits from branch project:11.x
    • 5d54ac75 - Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...
    • bf32e716 - Issue #3320689 by nielsonm: Allow WEBP lossless configuration in GD2 image...
    • 58d846ce - Issue 3320689: Add upgrade path and upgrade path test
    • 2853b701 - Issue 3320689: Fix typo
    • ecb19c1c - Issue 3320689: Fix PHPStan issue
    • 2bca230f - Issue 3320689: Fix migration test
    • a31b3058 - Issue 3320689: Fix typo
    • 6bdaa3d2 - Issue 3320689: Fix d7 migration test
    • 019f4fbe - Issue 3320689: Resolve code quality issues

    Compare with previous version

  • Please register or sign in to reply
    Loading