Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 10 Jul 16:31
· 1251 commits to master since this release

Change log:

  • Changed package dependency from opencv-python to Pillow 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.