hyprwm / hyprpicker

A wlroots-compatible Wayland color picker that does not suck.
BSD 3-Clause "New" or "Revised" License
705 stars 31 forks source link

Add support for 24 bit formats #29

Closed scorpion-26 closed 1 year ago

scorpion-26 commented 1 year ago

This was the missing puzzle-piece for support for NVidia-GPUs Fixes https://github.com/hyprwm/hyprpicker/issues/28, https://github.com/hyprwm/hyprpicker/issues/9 and https://github.com/hyprwm/hyprpicker/issues/8

Implementation details: Hyprpicker assumes, that everything is 32bit ber pixel. Nvidia GPUs use 24bit per pixel.

Tested on Nvidia System, untested on anything else(since I only have nvidia), though theoretically everything should be the same for those systems.