Best Way to Sprite Images?

[亡魂溺海] 提交于 2019-11-27 14:50:34

You can also use Glue. It's an open-source command line tool to generate css sprites.

There is an online sprite generator. This can help the process greatly.

SpriteMe is a great option, it works as a bookmarklet so you can easily run it on any site you have to see the potential gains.

If you are on Mac, you can have tools for this. These tools are ordering sprites in an efficient way and generates the possible minimum sprite sheet. Also they are generating CSS output for you automatically. Thus, you don't need to fight with coordinates or counting pixels. You can use Sprite Master for this.

Corinne Kubler

You can use http://draeton.github.com/stitches/ is an HTML5 online application.(To be opened with a modern browser)

You just have to drag and drop your images and you can generate the sprite image and the css code to use in your style sheet.

If you wanna generate tighter sprites output, try ZeroSprites.

ZeroSprites uses VLSI floorplanning algorithm.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!