How can I combine multiple images, such as base image with logo and number of digits images to display graphical counter with pageviews count, updated dynamically?
It should be very fast, with thousands of renders per second. User should see counter image without Javascript and with single img
tag.
I prefer to implement that counter with Python using PIL library, but other solutions welcome as well.