Musescore4 CLI
I'm trying to export a score to png using the cli, i cannot find a way in the appendix to export it with a transparent background programmatically. any guidance is much appreciated.
I'm trying to export a score to png using the cli, i cannot find a way in the appendix to export it with a transparent background programmatically. any guidance is much appreciated.
Do you still have an unanswered question? Please log in first to post your question.
Comments
I guess you'd need to set transparency in preferences
Actually not in preferences but in the export dialog, just (pretend to) export to PNG from the GUI and set transparency there, it should get saved as the default then
In reply to Actually not in preferences… by Jojo-Schmitz
Im not sure i get what you mean, and how can the preferences be set using the CLI.
for my use case i managed to thinks of a workaround that worked, i export the file to svg and then delete the white background, after that i convert the svg to a png which is transparent.