pix 0.5.0

Pixel / raster image library
Documentation
# pix
Rust crate for pixel and raster image manipulation.
Currently a work-in-progress.

## Documentation
[https://docs.rs/pix](https://docs.rs/pix)

## Future Plans
* Gradient (linear, radial, etc) and GradientIter

### Color models / spaces
* Tristimulus, additive, subtractive, cylindrical
* RGB: additive
* CMYK: subtractive
* HSV / HSL: cylindrical
* LAB, LCH
* XYZ: tristimulus
* White point

### Alpha Handling
See https://github.com/LuaDist/libpng/blob/master/png.h#L1170-L1223