* Added imload*/imwrite synonyms as suggested by Thouis (Ray) Jones * Options framework * Allow user to specify JPEG quality when saving * Fix loading of 16 bit PNG images
0.3.1
* Fix possible crash on error with TIFF * Fix compilation on Windows (reported by Volker Hilsenstein) * Make it easy to compile without WebP
0.3.0
* Support for reading from in-memory blobs * Initial support for reading & writing TIFF metadata * Add PHOTOMETRIC tag to TIFF (reported by Volker Hilsenstein) * Support writing RGB TIFFs
0.2.6
* Fix hard crash when saving with non-existing file type * Fix compilation on MacOS (patch by Alexander Bohn) * Add ``verbose`` argument to tests.run() * Better error when attempting to save floating point images
0.2.5
* Correctly accept uppercase extensions * Python 3 support (patch by Christoph Gohlke [pull request 8 on github]) * Read 1-Bit PNGs * Read simple BMPs (compression and many bit types not supported) * More complete debug mode (export DEBUG=2 when building), more checks
0.2.4
* Add lzw.cpp to source distribution * Support saving 16-bit TIFF * Better Mac OS support (patch from Alexander Bohn)