Skip to content

Releases: bethgelab/imagecorruptions

v1.1

30 Oct 15:46
Compare
Choose a tag to compare

Changes in Version 1.1.0:

  • docstring updated
  • validation of arguments that are passed to corrupt()
  • bugfix: motion_blur now works on small images

v1.0

25 Jul 12:04
Compare
Choose a tag to compare

Changes in Version 1.0.0:

  • all corruption functions accept images with arbitrary dimensions and aspect ratios
  • corruption functions that convert the image to a byte-object will now also work for grayscale images
  • reimplemented motion_blur and snow corruptions to remove the libmagickwand dependency