CSS Sprite Generator – Spritemapper
19
May
// php the_time('Y') ?>
CSS sprites are great for minimizing the number of requests made for loading images, however, the design and coding part can be painful if there are too many images.
Spritemapper is a tool for easing this process by merging multiple images into a single one and creating the CSS positioning rules for each slice.
The tool is a simple command-line tool that performs the job via a Python package including its own PNG and CSS parser (without any 3rd-party dependencies).
Requirements: No Requirements
Compatibility: All Major Operating Systems
Website: http://yostudios.github.com/Spritemapper/
Compatibility: All Major Operating Systems
Website: http://yostudios.github.com/Spritemapper/
- Tags:
Python
- Filed under: Extras, Other License, Other Scripts/Apps.
- 2 Comments











2 Responses for "CSS Sprite Generator – Spritemapper"
wow, it seems, this script will save some time when creating CSS. So I didn’t need to create the sprite manually. I will check this out.
Yes, this script saves me a lot of time, thank you for the discover