By : jdeep6 Published On Monday, December 04, 2023, 14:58 In PHP Scripts
Important : Due to some changes in the GD library and PHP 5.5.3 +, it is advised to wait for an updated version unless you can change your php/gd versions at will.
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 and export formats (be it jpg or png) are easily editable in the configuration file (and in the extensive documentation).