Here is my code below
exec("convert -page 90x54 script_o.gif \\( script_o.gif -repage +37+0\! \) output.gif");
which works fine on my webserver(centos), but it does not work on my wamp server, but i have checked other im codes which works fine on wamp server,is there any fix for the above code for wamp server