- Added
unweave.py
, which contains code to guess the colourmap from an image file or RGB image array. - Added two notebooks to the docs to illustrate how unweaving works.
- Updated
unmap.unmap()
to guess the colourmap ifcmap=None
.
unweave.py
, which contains code to guess the colourmap from an image file or RGB image array.unmap.unmap()
to guess the colourmap if cmap=None
.