Remove jpg creator ID
Brought to you by:
tuitfun
In all the JPG's it spits out it adds an id string in each picture:
"CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90"
This is rather annoying for those of us who use viewers which display this id (for when its needed).
So switch it off you say - or remove it from the generated jpgs ;)
Logged In: YES
user_id=1705482
Originator: NO
That information is added by libGD (http://www.libgd.org/Main_Page) which is used by mtn. There seems to be no easy ways to remove it at the moment. If you really want to, you can remove it from the source code and compile your own version of libgd. This should be easy in Linux but not easy in Windows.