-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Issue type
Engraving bug (incorrect score rendering)
Description with steps to reproduce
If you have a score created prior to 4.7 and it contains an image that was not resized within MuseScore Studio, it displays much smaller in 4.7 than it did originally. Images that were resized display correctly.
- Open attached score (rename from ZIP to MSCZ) in both 4.6.5 and 4.7
- Compare the first measure
Supporting files, videos and screenshots
4.6.5:
4.7:
In which versions of MuseScore Studio is this issue present?
OS: Debian GNU/Linux 12 (bookworm), Arch.: x86_64, MuseScore Studio version (64-bit): 4.7.0-260225043, revision: github-musescore-musescore-c1254b4
Regression
Yes, this works in the latest released version and is broken in the nightly builds
Operating system
Debian 12
Additional context
Looking at the generated MSCX, the un-resized image does not encode any size info, whereas resized images have "size" tags with "w" and "h" attributes. So I'm guessing that the image is being interpreted relative to the new internal DPI instead of the old.
Checklist
- This report follows the guidelines for reporting bugs and issues
- I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
- I have attached all requested files and information to this report
- I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible