Hi,
I case somebody is interested: Adding -dNOCIE did not do me any good.
But I found a way to get rid of -dUseCIEColor:
I changed the delegate from
... "-r%s" %s "-sOutputFile=%s" ...
to
... "-r%s" -doNotApply%s "-sOutputFile=%s" ...
Now the parameter is named -doNotApply-dUseCIEColor ...
Search found 7 matches
- 2011-03-28T04:12:16-07:00
- Forum: Users
- Topic: How to get rid of -dUseCIEColor
- Replies: 2
- Views: 12845
- 2011-03-27T03:48:03-07:00
- Forum: Kudos and Rants
- Topic: Specify pass-thru options from imagemagick to ghostscript
- Replies: 0
- Views: 27365
Specify pass-thru options from imagemagick to ghostscript
Hi,
first of all: Thanks for providing ImageMagick!
I posted a message in the user forum about the ghostscript "-dUseCIEColor" option and how I could not influence it being set by ImageMagick: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=18387
I was wondering if it might not ...
first of all: Thanks for providing ImageMagick!
I posted a message in the user forum about the ghostscript "-dUseCIEColor" option and how I could not influence it being set by ImageMagick: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=18387
I was wondering if it might not ...
- 2011-03-26T02:13:29-07:00
- Forum: Users
- Topic: How to get rid of -dUseCIEColor
- Replies: 2
- Views: 12845
Re: How to get rid of -dUseCIEColor
Hi,
other people seem to have the same trouble as I:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13755
There seems to be a workaround: "adding -dNOCIE to the command string", which I found here:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14060 ...
other people seem to have the same trouble as I:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13755
There seems to be a workaround: "adding -dNOCIE to the command string", which I found here:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14060 ...
- 2011-03-26T01:36:12-07:00
- Forum: Users
- Topic: Ghostscript on Windows
- Replies: 4
- Views: 12351
Re: Ghostscript on Windows
Hi Pete,
thanks for taking the time for digging this up for me. I appreciate it.
Best,
Ronald
thanks for taking the time for digging this up for me. I appreciate it.
Best,
Ronald
- 2011-03-25T10:24:56-07:00
- Forum: Users
- Topic: How to get rid of -dUseCIEColor
- Replies: 2
- Views: 12845
How to get rid of -dUseCIEColor
Hi,
when I convert a CMYK-PDF into a JPEG (convert -density 300 lala.pdf lala.jpg) the following deletate is used:
<delegate decode="ps:color" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 ...
when I convert a CMYK-PDF into a JPEG (convert -density 300 lala.pdf lala.jpg) the following deletate is used:
<delegate decode="ps:color" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 ...
- 2011-03-25T10:20:20-07:00
- Forum: Users
- Topic: Ghostscript on Windows
- Replies: 4
- Views: 12351
Re: Ghostscript on Windows
Hi Pete,
no - this is not the problem.
no - this is not the problem.
- 2011-03-25T09:11:44-07:00
- Forum: Users
- Topic: Ghostscript on Windows
- Replies: 4
- Views: 12351
Ghostscript on Windows
Hi,
I have two versions of Ghostscript installed on my windows machine. ImageMagick is using the incorrect one. How to I tell ImageMagick which one to use?
Thanks,
Ronald
I have two versions of Ghostscript installed on my windows machine. ImageMagick is using the incorrect one. How to I tell ImageMagick which one to use?
Thanks,
Ronald