Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carrotsearch/smartsprites
CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs, fully automatically. No tedious copying and pasting to your CSS when adding or changing sprited images.
https://github.com/carrotsearch/smartsprites
Last synced: 21 days ago
JSON representation
CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs, fully automatically. No tedious copying and pasting to your CSS when adding or changing sprited images.
- Host: GitHub
- URL: https://github.com/carrotsearch/smartsprites
- Owner: carrotsearch
- Created: 2011-02-21T10:24:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T18:28:04.000Z (over 3 years ago)
- Last Synced: 2024-12-11T13:18:16.533Z (29 days ago)
- Language: Java
- Homepage: http://csssprites.org
- Size: 4.31 MB
- Stars: 132
- Watchers: 13
- Forks: 37
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heads up, discontinued software!
--------------------------------Since the modern web does not rely on small bitmaps any more, SmartSprites becomes irrelevant. We're not planning any new releases, but feel free to fork and use the code if you find it useful.
SmartSprites: CSS Sprite Generator Done Right
=============================================CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your
designs, fully automatically. No tedious copying and pasting to your CSS when
adding or changing sprited images.Quick start
-----------1. Download SmartSprites binaries
2. Run:
smartsprites --root-dir-path test/real-world-example
3. Look in +test/real-world-example+ for the results.
Documentation
-------------For more instructions on using SmartSprites and a detailed
syntax reference, please see:https://github.com/carrotsearch/smartsprites/wiki/Documentation
Bug tracker
-----------http://issues.carrot2.org/browse/SMARTSPRITES
Source code
-----------https://github.com/carrotsearch/smartsprites
Eclipse plugin
--------------To run SmartSprites directly in your Eclipse IDE:
1. Install the Eclipse SmartSprites plugin from
http://update.bitexpert.de/eclipse/3.5
2. Right-click your CSS file in Project Explorer and choose
External Tools > Generate Spritemap to generate sprites.Plugin source code: https://github.com/bitExpert/eclipse-smartsprites