softbuffer icon indicating copy to clipboard operation
softbuffer copied to clipboard

No support for other color spaces

Open LoganDark opened this issue 3 years ago • 1 comments

It would be cool if I could do WCG stuff with this crate. This would take a lot of care to do correctly though. Also see #14

LoganDark avatar Jun 11 '22 02:06 LoganDark

On Wayland this could be even more complicated since there are many wl_shm formats (https://wayland.app/protocols/wayland#wl_shm:enum:format).

Most of the formats are somewhat unnecessary but several could be useful (Bgra8888 [reverse endian of Argb8888], Abgr8888, Rgba8888, Argb2101010, etc).

i509VCB avatar Jun 14 '22 05:06 i509VCB