utmapp/UTM

[Feature Request] Integer scale

Open

#6,209 opened on Mar 21, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Swift (1,707 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (34,064 stars)
PR merge metrics
 (Avg merge 2m) (1 merged PR in 30d)

Description

Currently utm provides two scaling modes: linear and nearest neighbour

Although these work well enough (especially nearest neighbour), it's still very possible to see scaling artefacts. For this reason, I would really like an option to have an integer scale, so that when working with oses that do not support hidpi, you can still see well without any artefacts.

Contributor guide