I have Magick.Net-x86.dll and Magick.Net-x86.xml in my software bin directory.
Can I change the xml to link ImageMagick to the gsdll32.dll which is in the same directory?
Search found 4 matches
- 2014-12-02T04:18:35-07:00
- Forum: Users
- Topic: Change Ghostscript reference
- Replies: 7
- Views: 6784
- 2014-12-02T02:45:10-07:00
- Forum: Users
- Topic: Change Ghostscript reference
- Replies: 7
- Views: 6784
Re: Change Ghostscript reference
Ok, thank you very much!
- 2014-12-02T01:50:59-07:00
- Forum: Users
- Topic: Change Ghostscript reference
- Replies: 7
- Views: 6784
Re: Change Ghostscript reference
If I understand correctly, IM can be built with Ghostscript as an internal delegate, by using ./configure ... --with-gslib ... Otherwise, IM uses Ghostscript as an external delegate, by running the Ghostscript program. I don't understand how to use this. The programming language I'm using is C ...
- 2014-12-02T00:47:37-07:00
- Forum: Users
- Topic: Change Ghostscript reference
- Replies: 7
- Views: 6784
Change Ghostscript reference
Goodmorning, I know that ImageMagick works with the Ghostscript and I would like to know if I can use ImageMagick just with the gsdll32.dll. I'd like to use my software even if Ghostscript is not installed on a computer, so I thought that maybe it could be a way to reference the dll inside my code ...