summaryrefslogtreecommitdiffstats
path: root/imagemagick-nox/add_delegate.patch
diff options
context:
space:
mode:
Diffstat (limited to 'imagemagick-nox/add_delegate.patch')
-rw-r--r--imagemagick-nox/add_delegate.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/imagemagick-nox/add_delegate.patch b/imagemagick-nox/add_delegate.patch
new file mode 100644
index 0000000..6ba6009
--- /dev/null
+++ b/imagemagick-nox/add_delegate.patch
@@ -0,0 +1,8 @@
+--- config/delegates.xml.in.orig 2008-03-29 23:25:03.000000000 -0400
++++ config/delegates.xml.in 2008-03-29 23:27:35.000000000 -0400
+@@ -103,4 +103,5 @@
+ <delegate decode="xps:color" stealth="True" command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 &quot;-sDEVICE=@XPSColorDevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+ <delegate decode="xps:cmyk" stealth="True" command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 &quot;-sDEVICE=@XPSCMYKDevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+ <delegate decode="xps:mono" stealth="True" command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 &quot;-sDEVICE=@XPSMonoDevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
++ <delegate decode="dvi" command="&quot;dvips&quot; -q -o &quot;%o&quot; &quot;%i&quot;"/>
+ </delegatemap>