How can I force convert to use newer gs in php

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vincentzhou
Posts: 1
Joined: 2014-07-03T19:51:31-07:00
Authentication code: 6789

How can I force convert to use newer gs in php

Post by vincentzhou »

I have updated gs to 9.10 but gslib seems to be the old version. It all goes well when using convert in command line. However, when I use exec() to run convert inside the php, it always calls the old gs. How can I solve this? Thanks a lot!
Post Reply