https://github.com/fabiosantoscode/fruity-background-generator
Generates data:url in-CSS PNG tileable graphics of stripes.
https://github.com/fabiosantoscode/fruity-background-generator
Last synced: 4 months ago
JSON representation
Generates data:url in-CSS PNG tileable graphics of stripes.
- Host: GitHub
- URL: https://github.com/fabiosantoscode/fruity-background-generator
- Owner: fabiosantoscode
- Created: 2012-06-11T05:55:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-04T20:23:51.000Z (over 13 years ago)
- Last Synced: 2025-01-17T22:45:10.119Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fruity-background-generator
===========================
Generates data:url in-CSS PNG tileable graphics of stripes.
Status
-------
fruity-background-generator (fsg) is not very usable right now. It doesn't have a "save" functionality,
so you have to copy the images' base64 code using a tool such as firebug.
It also doesn't compress the PNG yet, so it's okay for tiny stripes, but larger ones would benefit greatly from compression.
PNG generation code taken from http://www.xarg.org/2010/03/generate-client-side-png-files-using-javascript/
Dependencies
------------
So far, the only dependency is on the jQuery library.
The generator is being developed and tested on jQuery 1.7.2, but it should work well with other versions.
Roadmap
-------
- Prepare above mentioned functionality
- Deploy as a jQuery plugin
- Test and tweak on every possible browser
- Put online for public use as a web tool.