Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a rendering quality property to the map canvas #4488

Merged
merged 3 commits into from
Jul 29, 2023
Merged

Add a rendering quality property to the map canvas #4488

merged 3 commits into from
Jul 29, 2023

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented Jul 29, 2023

This PR implements a map canvas quality property which allows users to trade rendering sharpness in favor of lower memory usage and rendering time. The UI is found in the settings panel below the language combobox:

image

Three quality settings are available: Best quality (current rendering), lower quality, and lowest quality.

Behind the scene, what we are doing is lowering the rendered output size to create smaller images resulting in smaller memory footprint (very useful for devices with low RAM) and less CPU cycles spent rendering (i.e., lowering battery drain).

Fixes #1447

@nirvn nirvn requested a review from m-kuhn July 29, 2023 04:25
@qfield-fairy
Copy link
Collaborator

qfield-fairy commented Jul 29, 2023

@nirvn nirvn merged commit e76681c into master Jul 29, 2023
19 checks passed
@nirvn nirvn deleted the quality branch July 29, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to reduce rendering quality
3 participants