Images on score are darker when exported
I am currently writing a score, and added some footnotes with images. It looks fine whenever I am working on it, but whenever I export it, the image seemed to get a little darker.
Thanks,
Brodie
Attachment | Size |
---|---|
exported.PNG | 7.87 KB |
unexported.PNG | 6.17 KB |
Comments
i can't tell the difference visually.
I looked at the two images using imview (a small linux utility) and most of the unexported image has a background of 249 (just short of bright white). The EXPORTED image has a background mostly of 255 (pure white) with small areas of 249. So, as far as those images go, it seems that the exported version is actually a smidgen brighter overall.
In reply to i can't tell the difference… by underquark
Interesting. Do you know how I would go about fixing that?
If you export those images (in footnotes) using Musescore, checkbox "Transparent background" should be set for PNG format.
In reply to If you export those images … by mercuree
Also you can use SVG format for export those footnote images.
The advantage of this method is the ability to scale without losing quality.
The disadvantage is that the svg image will be more difficult to crop.
In reply to If you export those images … by mercuree
Exporting the footnotes would also include exporting the full score, right?
In reply to Exporting the footnotes… by Brodie_H
By playing with page size, style, measure properties settings I can achieve this:
In reply to By playing with page size,… by mercuree
That seems to have fixed it, thank you!