开发者

Create sprites automatically

开发者 https://www.devze.com 2023-03-31 14:22 出处:网络
I get the folder with the following structure from my designer*: file.css images/ Is there any tool which can automatically create sprite for images folder and replace all images references from fil

I get the folder with the following structure from my designer*:

file.css

images/

Is there any tool which can automatically create sprite for images folder and replace all images references from file.css to appropriate sprite sections?

*It is actually not a designer (the man who creates design in, for example, Photoshop) but the man who makes html+css from it. How is this profession correctly called in English? In russian we have a separation into "дизайнер" (designer) and "верстальщик" (I would verbatim translate it as "markuper"). I am pretty sure there is the same separation in E开发者_如何学JAVAnglish.

Update.

I have found Sprite and Image Optimization library which is probably what I was looking for.


If you are going to use .NET a nice framework is Sprite & Image Optimization and you can find a nice Video tutorial to start with

http://www.youtube.com/watch?v=URuuSlLZcX0

And even Scott Hanselmen has a nice tutorial as well regarding this framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消