Quote:
Originally Posted by fowlplay4
Did it work client-side?
|
Of course, but the speed wasn't even comprable to what I ended up doing with the PHP server, and the client would be essentially immobilized until the rendering was done.
Might've been because I was using those panel display things; I could always try just writing the PNG information directly from an array, but then the max loop limit still comes into play, and I feel the PHP server is the most elegant solution.