Closed kamil-stasiak closed 1 year ago
Target: h - current selected target, either by user or by algorithm L M H - buttons for force change encoding, you could use them to bypass user's upper limit > or algorithm value Target cap: - it sets the encoding upper limit, the automatic algorithm cannot ignore that value.
It is important to ensure this info is available to others:
I've change that menu. Now this menu depends on Smart layer switching
value.
Smart layer switching selected:
Smart layer switching not selected:
It's easier to separate automatic and manual layer switching. It's hard to decide which value should be superior: tile size or the last requester layer. I have tested many solutions, but none of them were satisfactory. Some of them made the algorithm unnecessarily complicated, which is not desirable for a simple developer menu.
The first line shows the selected target. It's based on tile size, user input, and additional rules. It shows our last request.The second one shows just user input which is the upper bound.Edit:
~~
Target: h
- current selected target, either by user or by algorithmL M H
- buttons for force change encoding, you could use them to bypass user's upper limit or algorithm valueTarget limit:
- it sets the encoding upper limit, the automatic algorithm cannot ignore that value.~~