Forum Moderators: coopster
You can generate a dynamic image with PHP using the GD library :
[php.net...]
I know the sort of dynamic .sig you're talking about; and i'd guess what they do is use the features of whatever dynamic image generator they're using to load in a background image and then add the dynamic elements ontop. PHP's GD library supports this; look at the imagecreatefrom....() functions.