Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support saving screenshots as WebP files #6263

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

absidue
Copy link
Member

@absidue absidue commented Dec 2, 2024

Support saving screenshots as WebP files

Pull Request Type

  • Feature Implementation

Related issue

Description

This pull request adds support for saving screenshots as WebP files. The other two requested formats are not possible as explained in my comment on that feature request (TL;DR Chromium doesn't support encoding to AVIF and doesn't support JPEG XL at all, not even displaying them), so I feel like it is appropriate to close it even if we only implement support for saving as WebP files.

Testing

Take some screenshots with the WebP format selected, you can also experiment with the quality setting to see how it affects the file size and visual quality.

Desktop

  • OS: Windows
  • OS Version: 10
  • FreeTube version: 0a67938

@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Dec 2, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) December 2, 2024 21:56
@FreeTubeBot FreeTubeBot merged commit f88f1f0 into FreeTubeApp:development Dec 6, 2024
5 checks passed
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Dec 6, 2024
@absidue absidue deleted the screenshots-webp branch December 6, 2024 22:43
jlvivero pushed a commit to jlvivero/FreeTube that referenced this pull request Dec 7, 2024
* Support saving screenshots as WebP files

* Simplify screenshot quality handling
SuperAKWA pushed a commit to SuperAKWA/FreeTube that referenced this pull request Jan 24, 2025
* Support saving screenshots as WebP files

* Simplify screenshot quality handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add more Screenshot Formats
5 participants