31

I looking for a decent Image sprite generator. I tried http://spritegen.website-performance.org/ but it's not "smart" enough to handle multiple image dimensions and merge them with few blank spaces between images.

Any suggestions???

João Louros
  • 2,752
  • 4
  • 23
  • 30
  • possible duplicate of [Tools to make CSS sprites?](http://stackoverflow.com/questions/527336/tools-to-make-css-sprites) – ripper234 Oct 30 '11 at 13:17
  • I assume this is for css purposes. – ripper234 Oct 30 '11 at 13:17
  • 1
    To me, python glue http://glue.readthedocs.org/en/latest/installation.html is the best and you can automate a lot of things too as part of your build process. – droidbot Nov 03 '13 at 19:58

4 Answers4

34

ZeroSprites is a CSS sprites generator aimed at area minimization using VLSI floorplaning algorithms. It can generate tighter sprites sheet than Sprite Generator and Spritemapper.

clyfish
  • 10,240
  • 2
  • 31
  • 23
18

I have used them all and Sprite Cow is by far the best.

Update: There's a really cool new tool called SpritePad. It's an even better solution.

KRP
  • 294
  • 7
  • 22
Oisin Lavery
  • 3,444
  • 2
  • 20
  • 18
3

I use csssprites.com. Its interface is a little rudimentary, but it has some good options for getting it just right, and has worked well for me.

Shauna
  • 9,495
  • 2
  • 37
  • 54
3

I created a CSS Image Sprite Generator on my website that you may find useful. It's simple but does the job, check it out at: http://jstiles.com/Applications/CSS-Image-Sprite-Generator. And if there are any specific options/updates you want - I may be able to code them in for you; just contact me through my website, thanks.

Neosyler
  • 41
  • 2