Hello,
This is somehow a imagemagick/program execution topic on windows machines.
I'm trying to run the imagemagick-identify command on a EPS-image.
imagemagick requires GhostScript to read the PS-files.
identify calls GhostScript (gswin32c.exe) with some weird parameters and returns the desired information.
I can successfully executed identify on the command-line on any images and it works fine.
In a PHP-script however (exec()), identify does not return any results with EPS, but it does so with JPEG, GIF, TIFF etc.!!!
Do I have to take account of sth. special when I execute a command which calls another?
How can I go for debugging, since PHP does not return any errors?
Thanks a lot!
Thomas