tsoding / boomer

Zoomer application for Linux
MIT License
440 stars 39 forks source link

(#114) Add texture_filtering configuration option #115

Closed yveszoundi closed 2 years ago

yveszoundi commented 2 years ago

Add config option and logic for basic screenshot quality control

rexim commented 2 years ago

@yveszoundi I'm not sure if "quality" is a good term in case of texture filter customization. In my head higher quality means higher amount of precise information, but here we are interpolating the information. It would be better to call the parameter something like "filtering" and the options: "none" and "linear". Just like they do in video games in the settings menu.

yveszoundi commented 2 years ago

Thanks @rexim , not much of a gamer but I guess that I could have named it just after the code...

I'll make changes right away with an option called _texturefiltering with the values nearest (default) and linear.

yveszoundi commented 2 years ago

@rexim , please let me know if my latest changes address your concerns and if it's good to merge.