I've seen a lot of sites that will allow me to slice up a psd into images and html files. Does anyone know of such a resource that has an option to make sprites instead of separate image files?

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

A few sprite generators (but generally already require the images)

http://spriteme.org/

http://spritegen.website-performance.org/

http://csssprites.com/

link|improve this answer
Do any of these slice the graphics? – Will Du Feb 18 '11 at 1:34
No, I don't believe so. They will take existing images that are already cut up and create a sprite from them and give you the CSS. – jlbruno Feb 18 '11 at 2:39
feedback

If you want to make the without using your command line you can use Glue. It's an open-source command line tool to generate css sprites.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.