I'm attempting to run convert from exec inside a php function. No matter what I do convert never seems to run.
Heres my code:
exec( 'convert PANGO:"<span font_family="jeremy" size="126976">ac</span>" pango.png', $r, $t );
Thanks!
I'm attempting to run convert from exec inside a php function. No matter what I do convert never seems to run.
Heres my code:
exec( 'convert PANGO:"<span font_family="jeremy" size="126976">ac</span>" pango.png', $r, $t );
Thanks!