https://github.com/amireh/oozi
CSS Spritesheet Generator
https://github.com/amireh/oozi
Last synced: 4 months ago
JSON representation
CSS Spritesheet Generator
- Host: GitHub
- URL: https://github.com/amireh/oozi
- Owner: amireh
- Created: 2011-03-14T13:58:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-18T16:46:57.000Z (over 14 years ago)
- Last Synced: 2024-12-28T14:52:02.692Z (6 months ago)
- Language: JavaScript
- Homepage: http://oozi.amireh.net
- Size: 1.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Oozi is a CSS spritesheet generator built entirely in HTML5 and JavaScript. The application does not require uploading of images, but instead utilizes the HTML5 File API to process images locally. Also, the interface allows for Drag & Drop, conveniently enabling the user to drag any number of images using Finder or any file browser into the web app!
Some stuff you should know
- The created image is in PNG format, but due to technical limitations, Oozi can not name it for you nor set the extension
- The image is transparent and preserves sprites' transparency
- No uploading of images happens, nor is there any server-side processing, this is all done using the HTML5 File API
Known Issues
- There's no support for Opera, IE, or Safari < 6, as they do not support the HTML5 File API yet
If you're not sure how to use CSS spritesheets, or you don't know why you should, please check this resource as it seems to cover it nicely.