Wilbert Berendsen <[EMAIL PROTECTED]> writes:

> Op maandag 25 augustus 2008, schreef Gilles Sadowski:
> >  $ convert test.png -transparent white test_tr.png
> 
> This will convert 'white' to '100% transparent', but not the shades of grey 
> created by the anti-aliasing algorithms in ghostscript.

I'd advise to generate postscript, and then convert the postscript to
png (with transparancy!) using

  gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha \
        -sOutputFile=score-page%1.png -r101 score.ps

(For the best compatibility, run lilypond with --verbose and copy the
'Converting to PNG' command, substituting pngalpha for png16m.)

Maybe LilyPond could add pngalpha as a generation target?

-- Johan
   Chord is alive! http://chordii.sourceforge.net


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to