From 58ff0cf2b83f7ca43a7bcc58b9ccfbcafcd53666 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Mon, 5 Sep 2005 13:59:24 +0000
Subject: [PATCH] (make-ps-images): use png16m again, for sake of IE users.

---
 scm/ps-to-png.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm
index 44b32714b5..06265fe27c 100644
--- a/scm/ps-to-png.scm
+++ b/scm/ps-to-png.scm
@@ -147,6 +147,8 @@
 	    (if multi-page?
 		(format #f "-sPAPERSIZE=~a" paper-size)
 		"-dEPSCrop"))
+
+	  ;; can't use pngalpha device, since IE is broken.  
 	  (cmd (format #f "~a\
  ~a\
  ~a\
-- 
2.39.5