Gigas002
Gigas002
While it is a great idea, I don't think it's easily feasible on dotnet, at least it wasn't sever years ago when I was actively developing this project and was...
@EwoutH It's usable in its current state, except for clipboard screenshot. I'm not sure it should be merged rn with this dirty workaround, but at the same time jxl support...
@roland-5 thanks, I'll check this out!
Sorry it took a while for me to return to this PR, but I think it should work in all scenarios now. Unfortunately, jxl-rs only have decoding support, so it...
I found out this is now included in `chaotic-aur`, a bit late though. @xiota would you like me to introduce some changes from your work into `PKGBUILD`? I can see...
Thank you very much for your detailed explanations! Learned something new today. I agree with most of your changes, and will try to update my PKGBUILD accordingly in some upcoming...
I think, now color is mostly hardcoded to be `rgba8` (and `rgb8` in some occasions), so the [convert.rs](https://github.com/waycrate/wayshot/blob/main/libwayshot/src/convert.rs) would need the implementation for converting it. I don't think it's a...
Can you try out if this patch works? The logic is the same as current impl with just red and blue switched around ```patch diff --git a/libwayshot/src/convert.rs b/libwayshot/src/convert.rs index fb3935d..569413f...
Yeah, that's because as I said, wayshot has 8 bit color hardcoded so it is expected in current state. I think there's another issue tracking for color depth: #86
Could you please try compiling from latest source just to make sure it's reproducible in current state? If `make` fails for you, you can skip building example (remove `libwayshot/examples/waymirror-egl` from...