Version 2.3.0
Change log:
- Changed package dependency from
opencv-python
toPillow
package. This package is now being used to read and write PNG, JPEG and JPEG2000 images. - Images with 3 or 4 channels in PNG, JPEG and JPEG2000 are now being read as RGB and not as BGR anymore. Comparing with previous package versions the values in 1st and 3rd channel are now swapped. There is no change in working with images in TIFF format.
- Minor fixes and improvements.