From 949983cea244025092acae17ede52bf78c9f362d Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 19 May 2007 16:23:07 +0200 Subject: [PATCH] Fix "quiet PS to PNG conversion" --- scm/ps-to-png.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 7b7e3eb157..71fbe9b905 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -125,7 +125,7 @@ ~a\ -dGraphicsAlphaBits=4\ -dTextAlphaBits=4\ - -q + -q\ -dNOPAUSE\ -sDEVICE=~a\ -sOutputFile=~S\ -- 2.39.2