Cool. I've been accomplishing the same thing by using Jaxer in my application and it works pretty well. I have a canvas based drawing app on top of a background image and the composite image can be downloaded by the user. I transfer the drawing to the server side, render, composite, and return the output. Works on IE (with excanvas) as well.