Mobile app version of vmapp.org
Login or Join
Berumen354

: Automated image/css sprite generation from website DOM I know there are plenty of online tools which let's you upload your images there and it generates the appropriate CSS/sprite(s) to be used

@Berumen354

Posted in: #Css #Sprite #WebServices

I know there are plenty of online tools which let's you upload your images there and it generates the appropriate CSS/sprite(s) to be used with them on your page.

Is there any such website/tool which would take a website URL and parse from its DOM the images/css and calculate the sprites/css to be used specifically with that DOM, so you could just copy & replace your own CSS with the one provided by the tool?

I know the complexity of such calculations, but it certainly sounds like something that can be done, so my question is, is there something ready and available already?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

SpriteMe is probably closest to what you're describing.

You might also want to look at SmartSprites, which takes a different approach, more along the lines of CSS preprocessors like Sass, so it's actually integrated into your development rather than being done after the fact.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme