Added
* Added option to `ignore_color_table` when using gdal imread backend.
Changes
* Fixes for `intensity_normalize`
* Allow user to specify nodata, transform, and crs when writing a geotiff
Changed
* Consolidated environment variables in a new `kwiamge._internal` module.
Fixed
* Previously Polygon.fill would only fill the first channel, this is now fixed
* `kwimage.imwrite` now raises an exception if the file fails to write.
* Fixed alpha in `Polygon.draw_on` for polygon borders.
* Fixed issue in `load_image_shape` when PIL fails.