Forum Moderators: open
[php.net...]
There's probably a method in a different language, but I'm not familiar with any other languages. I haven't tried creating images in PHP yet, but I'm pretty sure that it works by taking a base .png file (which you can create in fireworks) and then modifying it based on dynamic information.
Other options include creating your file in fireworks, then storing either the URL to the image or the entire image in your database. You won't be able to dynamically create images this way, though.. just display them.
Don't worry about png being unfriendly for web pages. Properly optimized, png can be better than a gif. Nearly all browsers support png images, as well.