Question

does anyone know if there exists any offline software or plugin(dreamweaver, etc) to generate a css sprite. That is: merging images and generating the css rules.

I know there is a post here: Tools to make CSS sprites?

but all of those are online generation tools.

Was it helpful?

Solution

I have created a Ruby library that can generate sprite images and CSS rules, which I have not fully published yet (I'm wanting to Add more features, such as CSS rewriting, so I'm waiting).

Not wanting to spam, add a comment and I'll send you the link.

As for dreamweaver plugins or desktop applications, none I am aware of.

OTHER TIPS

There is a pure ruby library to generate css sprites. that means no dependancy on rmagic or other libraries.

http://github.com/aberant/spittle

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top