------
date: 2022-01-04
- add read_raw to gui.img
- keep numpy at 1.20.3 (numba doesn't support numpy > 1.20)
- Add shell.pty(), the virtual terminal
- Add gui.img.grab() to grab the image viewer widget as an numpy array
- Selectable logging level in console menu
- Fixes on image conversion to other datatypes
- Display pixel value labels on pixels on large zooms
- Fix of swap of channels on bayer split
- Support Matplotlib 3.5
- Delay plot panel creation if not interactive
- Improved behavior of histograms for doubles
- Add support for more image types
- uint32
- int8
- int16
- int32
- Add operation menu
- Add opencv menu
- Split image viewier status panel into multiple panels
- Customizable panel size at init
- Improved panel resize behavior of histograms and profiles
- Add test image
- Various bug fixes