An open API service indexing awesome lists of open source software.

https://github.com/amireh/oozi

CSS Spritesheet Generator
https://github.com/amireh/oozi

Last synced: 4 months ago
JSON representation

CSS Spritesheet Generator

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.