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.
image_text supports only ASCII characters for now. I will try to implement UTF-8 in a future version, but there is quite a bit of work to do to have it working fine.Reply
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
When I try it, it outputs garbage... any help would be appreciated. Thanks!
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.