ImageMagick on Windows through PHP exec()
Posted: 2008-07-27T05:37:09-07:00
It is said that on windows using the double ^^ is needed to achieve results, since ^ is the escape character. I have did some research on this matter and found out that when run directly through commandline, it works perfectly.
However, when used in a PHP exec() command, it does not work. Neither with a single nor with a double ^
Until now I have not been able to find out why and how to overcome this problem.
Maybe some of you guys know the answer?
Would be grand!
However, when used in a PHP exec() command, it does not work. Neither with a single nor with a double ^
Until now I have not been able to find out why and how to overcome this problem.
Maybe some of you guys know the answer?
Would be grand!