Support YCbCr GeoTIFF files
Some GeoTIFF files can use the YCbCr color encoding, rather than RGB. geotiff.js supports it, but we need to use the readRGB() method rather than readRaster() so that the library performs the decoding to RGB.
Edited by Sébastien Guimmara