Hello all.
I am using a program called jhead.exe.
It cleans up the headers from a jpg image file.
Does anyone use it ?
Is this the correct method to call the program ?:
exec("jhead -purejpg ".$source); // cleans up jpg headers
The jhead.exe file is in the same directory ans all my php scripts so I am not sure if I need to put a path in the statement or not.
Anyone with experience of this ?
Thanks.