SpriteGenerator generates a css sprite out of several images and shows css needed to use the sprite image. Several options can be used to customize sprite generation like sprite orientation and color depth from 32 bit RGBA to 8 bit indexed color.
Categories
DesignLicense
GNU General Public License version 3.0 (GPLv3)Follow SpriteGenerator
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks, great software. I'll have 2 suggestions: * Generated class names could be made of image file names, with customizable prefix, (eg. ".sprite-top-header"). This way, I think developer doesnt need to copy paste any coordinates value, he just would put an appropriate class name. E.g. "<div class="sprite-top-header"></div>" * "Save css sprite" and "create preview page" buttons could be combined. Because, users have to use both. And a question: I wasn't able to see any difference with "optimize for best fit" option. I thought it makes a square-like space-optimized sprite sheet, but it didn't. Am I misunderstanding it or is there some other problem?