Search found 9 matches

by andifo
2011-12-12T08:15:18-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Is it the only way to by-pass an installed ghostscript version by compiling imagemagick with "--without-gslib"? Is there any other possibility to de-activate using an registered (Windows registry) ghostscript by setting specific configuration values without a need to re-compile imagemagick? Do I ...
by andifo
2011-12-05T14:14:38-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

The same as described in the previous post is true for the windows installation. ImageMagick-6.7.3-10-Q16-windows-dll.exe Always the gslib is used. When i de-install ghostscript than the entry from the delegate.xml is used: "gswin32c.exe" -q -dQUIET -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 ...
by andifo
2011-12-05T13:45:41-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Well, identify -list configure shows me that two delegate files seem to be evaluated, but in the output there are no more duplicate entries. So I can overwrite the built-in delegate values from my delegate file. But when I do a eps-to-jpg conversion still the installed ghostscript version is used ...
by andifo
2011-12-05T03:43:18-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Sorry for asking again, but it is a very important feature I need.

The portable isnt' updated yet. Any new release plans?
by andifo
2011-12-02T05:18:05-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Great! You provided ImageMagick-6.7.3 -10 -Q16-windows-dll.exe, which is available on the offical download site. I need the portable, uninstalled version, which seems to be the oly one, which is not updated on the website. Current version ImageMagick-6.7.3-Q16-windows.zip. Can you also provide the ...
by andifo
2011-12-02T01:11:31-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Can you give me hint , when there is a new version fixing the problem and give me the version number for the download?

Thanks again.
by andifo
2011-11-29T07:22:39-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Thanks again for the great support!
by andifo
2011-11-29T06:23:30-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Re: Delegate to independet ghostscript

Wow, this was a very fast answer! Thanks a lot. Do you know if this problem existed in earlier versions too? Maybe I can use an older version in the meanwhile in my application, as it is an important and urgent feature. Do you have any detailed information about the release plan? Is it sure that ...
by andifo
2011-11-29T05:07:08-07:00
Forum: Developers
Topic: Delegate to independet ghostscript
Replies: 13
Views: 30090

Delegate to independet ghostscript

I'm using imagemagick for batch conversion of EPS images to jpg images. So there is a need for ghostscript. Unfortunately i have to avoid installations on the server for several reasons. So I'm using the the un-installed version of imagemagick (see below). And i have to use an un-installed version ...