- Make the cividis colormap avaible in the graphical user interface
- Improve error management in the graphical user interface
- Improve error messages on the command line.
- Improve documentation with regards to Python 3.
- Fix compatibility with numpy >= 16.0.0 and pillow >= 7.0.0
- new: graphical user interface
- new: new entry points from Python (convert_file, convert_image, convert_array).
- new: improved documentation.
- update: new management of default output filename.
- fix: unit tests now cover the main features.
- new: the output colormap can be changed (from command-line or from Python).
- new: installation with pip, including the jetkiller package and command.
- fix: user guide is now compliant with the actual behaviour.
- new: jetkiller is now an importable and executable package.
- new: basic user instructions in README.md.
- new:
output_file
argument is now optional (default: "output.png").
- fix: massive performance improvements (10x faster, thanks caching!)
- new: command line interface
- fix: massive performance improvement (10x faster)
- new: error management when reading and writing images
- new: management of color modes different to RGBA
- new: grey pixels management
- fix: performance improvements
- new: basic colormap conversion