* Addition of Tiff reading :
- 2, 4, 8, 16 bit depth reading (planar and contiguous for each)
- CMYK, YCbCr, RGB, Paletted, Greyscale
- Uncompressed, PackBits, LZW
* Adding basic handling of 16bits pixel types
* Some new tiny helper functions (nothing too fancy)
* Performances : now between 2x and 3x of the performance of ImageMagick! (some benchmarks at
https://soundofapixel.wordpress.com/2013/06/17/juicy-pixels-3-1/ )
Big thanks to Alp Mestanogullari and Jason Dagit who helped making this release possible.