The attached source doe you wont really need to help but if you need more of an idea of what I am talking about then its there.
Now what I am trying to do is redo the preview system. Right now it is in php/javascript with php doing most the server thus using loads of bandwidth so what I wanna do is try to make it use the least amount of bandwidth by switching it to client-side. So I was wondering how you manipulate images with javascript or a client-side language.
http://www.zomgstuff...ignsig/sign.php
You can see it there.
The preview system works by javascript changing the image every 2 seconds(if the text is changed) to preview.php with the given arguments then preview.php generates an image.
