Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.png

Make 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.