class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
The class doesn't support text in utf-8 yet. It is planned in a future release.
In fact, the class uses imagestring to write text, which support only latin-2 encoding. In a future version, the class will use imagettftext which will offer more features, including support for utf-8.Reply
In fact, the class uses imagestring to write text, which support only latin-2 encoding. In a future version, the class will use imagettftext which will offer more features, including support for utf-8.