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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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?