How can I force convert to use newer gs in php
-
- Posts: 1
- Joined: 2014-07-03T19:51:31-07:00
- Authentication code: 6789
How can I force convert to use newer gs in php
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!