I'm trying to build a webpage that uses one large sprite. Instead of composing the sprite in photoshop or some third party software, I would like use HTML and CSS to arrange the images and then render the compilation as one single JPEG.
Is there anyway to accurately render an HTML page as a JPEG?
To clarify: Basically, I want to create a web page using html and css, render it as one single image, and then use that image as a sprite on a different web page. So I would just be compiling my "image" in HTML and CSS instead of building it in photoshop.