Software / plugin for generating css sprite

Does anyone know if there is any standalone software or plugin (Dreamweaver, etc.) for creating a css sprite. That is: combining images and generating css rules.

I know there is a message here: Tools for creating CSS sprites?

but these are all online generation tools.

+4
source share
2 answers

I created a Ruby library that can generate sprite images and CSS rules that I haven't published fully yet (I want to add additional features like CSS rewriting, so I'm waiting).

Not wanting spam, add a comment and I will send you a link.

For both Dreamweaver plugins and desktop applications, I don't know anything.

+2
source

There is a clean ruby ​​library for generating css sprites. this means no dependency on rmagic or other libraries.

http://github.com/aberant/spittle

+2
source

All Articles