Primary content
Imlib Strings
This is a PHP class that lets you create images with strings on the fly. Nothing special, you may think,
but look at how nice it renders! I am using the Imlib extension which renders fonts much better than the
GD extension, for example.
My class takes a wide variety of variables allowing you to configure virtually everything you need for creating strings with your own fonts (without having the user to install custom Truetype fonts): background pictures (including horizontal/vertical tiling), colors and transluency values.
Here are some sample strings dynamically created with this class, if you are curious, check out the Live demo that lets you play around:
My class takes a wide variety of variables allowing you to configure virtually everything you need for creating strings with your own fonts (without having the user to install custom Truetype fonts): background pictures (including horizontal/vertical tiling), colors and transluency values.
Here are some sample strings dynamically created with this class, if you are curious, check out the Live demo that lets you play around:
