Image Map / Sprite Tool
Is there a tool that allows you to upload and maintain images as 开发者_开发技巧individual entities, but allows you to reference them in an image map as sprites?
Maintaining image sprites is a real pain in the butt.
Thanks!
You should try http://gluecss.com It will do the dirty job for you creating all css/less and image file only calling one command. The +1 for using this kind of tools is that you don't depend on an external service that may be offline next time you try to rebuild your sprite.
I personally use Sprite Gen ( http://spritegen.website-performance.org/ ). I usually use their auto-generated CSS, and simply regenerate it when I change an image.
One of my collegues prefers the web spite generator (http://westhoffswelt.de/projects/web-sprite-generator.html), which is a command line tool based on a config file.
精彩评论