-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for webp #98
Conversation
CC: @Decodetalkers. Can you ACK this? |
Hi can you rebase your patch to our development branch at freeze-feat-andreas? |
it is ok, @Shinyzenith |
Change for cli option value web-p -> webp
@Shinyzenith I've rebased my branch, at least I think so... |
https://github.com/waycrate/wayshot/tree/freeze-feat-andreas he means you need pull request to this branch @Gigas002 |
Sorry for inconvenience, changed the target branch. |
Documentation needs to be updated |
Particularly speaking, the following files need to be updated:
|
@Shinyzenith Sorry for late answer. I've update documentation file. |
Thank you! |
Signed-off-by: Shinyzenith <[email protected]>
Hi, resolved a merge conflict by updating the Cargo.lock |
Great, thank you! |
As title says, adds support for
.webp
screenshots output extension. Shouldn't add any complexity/burden to support, I think.