I'v posted a sample with both the good and bad output *.jpg files, as well as version info to
http://www.dnotmanj.com/Performances/to-convert.zip
Search found 2 matches
- 2019-03-13T09:55:46-07:00
- Forum: Bugs
- Topic: fails to correctly convert svg to jpg
- Replies: 3
- Views: 9223
- 2019-01-13T13:22:27-07:00
- Forum: Bugs
- Topic: fails to correctly convert svg to jpg
- Replies: 3
- Views: 9223
fails to correctly convert svg to jpg
The *.svg is a music score generated by abcm2ps. Regrettably this program cannot generate a *.jpg image directly, so I have relied on convert to create the *.jpg. The *.svgs all display fine with ristretto & gimp. convert tune.svg -transparent-color '#FFFFFF' -quality 92 -density 90x90 tune.jpg With ...