pix 0.10.0

Pixel / raster image library
Documentation
# pix
Rust crate for pixel and raster images.

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

## Color Models
* `RGB` (*red*, *green*, *blue*)
* `Gray` (*luma* / *relative luminance*)
* `HSV` (*hue*, *saturation*, *value*)
* `HSL` (*hue*, *saturation*, *lightness*)
* `HWB` (*hue*, *whiteness*, *blackness*)
* `YCbCr` (JPEG)
* `Mask` (*alpha* only)

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

### More color models
* `HSI` (*hue*, *saturation*, *intensity*)
* `CMYK` (printing color separation)
* `RGBW` (LED strip color separation)
* `LAB`, `LCH`
* `XYZ`: tristimulus