Search found 2 matches
- 2014-04-18T01:22:25-07:00
- Forum: Users
- Topic: magickException: Postscript delegate failed IIS
- Replies: 11
- Views: 13547
Re: magickException: Postscript delegate failed IIS
I had precisely the same issues describe in this thread, and Namari's final solution (changing file permissions on C:\Windows\Temp) resolved the problem. Much appreciated!
- 2014-04-17T22:56:45-07:00
- Forum: Developers
- Topic: Older versions of Image Magick
- Replies: 6
- Views: 37109
Re: Older versions of Image Magick
I can answer that question - it seems to be one of the issues when trying to use php_imagick on IIS. PHP 5.3 for IIS is compiled using MSVC 2008, whereas the latest version of ImageMagick appears to using MSVC 2010. From some of the forums I've read, the two versions of MSVC don't talk nicely to ...