Skip to content

Update showcase image-generation webp asset#519

Merged
jeffpaul merged 1 commit into
WordPress:developfrom
simison:update/image-gen-img
May 7, 2026
Merged

Update showcase image-generation webp asset#519
jeffpaul merged 1 commit into
WordPress:developfrom
simison:update/image-gen-img

Conversation

@simison
Copy link
Copy Markdown
Member

@simison simison commented May 7, 2026

Replace the previous showcase-image-generation.webp with a new asset.

What?

Follow-up from #505 (comment)

Why?

How?

Used this to convert from png to webp

brew install webp

cwebp -q 90 -alpha_q 85 -m 6 -resize 1260 0 \
  assets/images/showcase-image-generation.png \
  -o assets/images/showcase-image-generation.webp
image

Use of AI Tools

Yes

Testing Instructions

Screenshots or screencast

Before

image

After

image

Changelog Entry

Added - New feature.
Changed - Existing functionality.
Deprecated - Soon-to-be removed feature.
Removed - Feature.
Fixed - Bug fix.
Security - Vulnerability.
Developer - Development related updates.

Open WordPress Playground Preview
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: simison <simison@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.25%. Comparing base (4736d6f) to head (749aea8).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #519      +/-   ##
=============================================
+ Coverage      67.23%   67.25%   +0.01%     
  Complexity      1054     1054              
=============================================
  Files             65       65              
  Lines           5024     5024              
=============================================
+ Hits            3378     3379       +1     
+ Misses          1646     1645       -1     
Flag Coverage Δ
unit 67.25% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Replace the previous `showcase-image-generation.webp` with a newly optimized export from the provided source image to keep the AI settings showcase visual up to date.

Co-authored-by: fcoveram <fcoveram@users.noreply.github.com>
@simison simison force-pushed the update/image-gen-img branch from 88d9f57 to 749aea8 Compare May 7, 2026 14:24
@dkotter dkotter added this to the 0.9.0 milestone May 7, 2026
@jeffpaul jeffpaul merged commit 752b6b3 into WordPress:develop May 7, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants