Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/rgba_rack
A set of image servers to make up for lack of rgba() support and linear_gradient support.
https://github.com/bhauman/rgba_rack
Last synced: 7 days ago
JSON representation
A set of image servers to make up for lack of rgba() support and linear_gradient support.
- Host: GitHub
- URL: https://github.com/bhauman/rgba_rack
- Owner: bhauman
- Created: 2010-10-20T20:28:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T07:24:11.000Z (over 1 year ago)
- Last Synced: 2024-05-08T19:13:33.147Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rgba Rack
## Description
A set of tools to help make web pages pretty in a world where CSS3 still isn't supported.
## URLS
Make a single pixel half transparent png.
/rgba/255/0/0/0.5.png
Make a linear gradient from red(alpha 1.0) to black(alpha 0.3) 800 pixels tall:
/linear_gradient/255/0/0/1.0/0/0/0/0.3/800.pngMake a noise based texture tile:
/noise/255/0/0/0.5.png
Make a textured noise gradient from red(alpha 1.0) to black(alpha 0.3) 800 pixels tall:
/noise_gradient/255/0/0/1.0/0/0/0/0.3/800.png## Deployment
This deploys to heroku no problem.