CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/05 13:54:39

Modified files:
        .              : ChangeLog 
        scm            : ps-to-png.scm 

Log message:
        (make-ps-images): use png16m again, for sake
        of IE users.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4110&tr2=1.4111&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/ps-to-png.scm.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4110 lilypond/ChangeLog:1.4111
--- lilypond/ChangeLog:1.4110   Mon Sep  5 13:52:39 2005
+++ lilypond/ChangeLog  Mon Sep  5 13:54:38 2005
@@ -1,5 +1,8 @@
 2005-09-05  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
+       of IE users.
+
        * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
        (widen-left-stencil-edges): new function.
 
Index: lilypond/scm/ps-to-png.scm
diff -u lilypond/scm/ps-to-png.scm:1.18 lilypond/scm/ps-to-png.scm:1.19
--- lilypond/scm/ps-to-png.scm:1.18     Tue Aug 30 18:50:11 2005
+++ lilypond/scm/ps-to-png.scm  Mon Sep  5 13:54:39 2005
@@ -153,7 +153,7 @@
  -dGraphicsAlphaBits=4\
  -dTextAlphaBits=4\
  -dNOPAUSE\
- -sDEVICE=pngalpha\
+ -sDEVICE=png16m\
  -sOutputFile=~S\
  -r~S\
  ~S\


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

Reply via email to