php gd

Trading Card Maker

Trading Card Maker

Trading Card Maker is a PHP script using the GD library which allows you to create trading cards (as JPG or PNG) using a simple form. You can edit the title and the description of the card and choose which images will illustrate it. All images used to generate the image are stored in folders and will show up as options values in select boxes. Using onChange events, you don’t have to submit the form manually to see the result. Fonts, font-size ...

Dynamic Text Images

Dynamic Text Images

Sometimes it is useful to be able to display text on a page as an image on the fly. For example it allows you to take advantage of fonts unavailable on the user’s computer without having to embed them in large files, stop copy and pasting of protected text or to obscure information such as email addresses and telephone numbers from bots which would otherwise spam you or your users. ‘Dynamic Text Images’ is a set of functions and a WordPress...