ImageMagick

On newer UNIX-server we have installed ImageMagick as well as GhostScript.

To utilize this tool you might have to add the line below in your script:

putenv('PATH='.getenv('PATH').':/usr/local/bin');
Was this article helpful?

Related Articles