Vladyslav Nikonov
Vladyslav Nikonov
UPD: Closing this due to the fact I fixed this in last PR merged to master
@copilot open a new pull request to apply changes based on the comments in [this thread](https://github.com/Devolutions/devolutions-gateway/pull/1583#pullrequestreview-3530290109)
@awakecoding Yes, I was working on 32bpp support, I'll look into it 👍
@jpy794 I have validated that compressed bitmap codec works correctly, however by default it is disabled. IronRDP should be run with `--color-depth=32` to activate bpp32 compression during negotiation. Does running...
JTLYK: `--color-depth=32` will allow compression with color loss (enables `ALLOW_DYNAMIC_COLOR_FIDELITY` & `ALLOW_COLOR_SUBSAMPLING`). So this should, in theory, reduce network bandwidth. However, I agree that there are many places where IronRDP...