musescore / musescore/MuseScore

Score thumbnails are stretched and quality is too low for high-res screen

Open
#13,041 5 comments 0 reactions 1 assignee View on GitHub

@jessjwilliamson is already working on this.

Since Aug 27, 2022.

P2
Dominant language
C++
Stars
15.1k
Forks
3.3k
Avg merge
2d 2h
Merged PRs (30d)
91

Description

Describe the bug
In Home > Scores, the score thumbnails are stretched, especially when the paper size is very different than the shape of the thumbnail rectangle. For example, here is one of the VTests. The score looks like this:
Scherm­afbeelding 2022-08-27 om 12 54 52
And the thumbnail looks like this:
Scherm­afbeelding 2022-08-27 om 12 54 01

Additionally, on high-res screens, the thumbnail image looks blurry, because the resolution of the image is not high enough.

Expected behavior
That's to be decided by the designers (@Tantacrul, @jessjwilliamson)

Possible solution
For the stretching problem: simply adjust some QML code.
For the resolution problem: the only solution is to store the images at a higher resolution in the mscz files. This will only fix it for new scores, not for existing ones (until you save them in MU4).

Additional information
Thumbnails for imported files have no problems, since they go through a different process.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.