bethgelab / imagecorruptions

Python package to corrupt arbitrary images.
https://pypi.org/project/imagecorruptions/
Apache License 2.0
409 stars 64 forks source link

Remove multi_channel param #24

Closed f-amerehi closed 1 week ago

f-amerehi commented 1 year ago

The multi_channel is removed from scikit-image

https://scikit-image.org/docs/stable/api/skimage.filters.html#skimage.filters.gaussian

rgeirhos commented 1 week ago

Thanks for the fix, much appreciated! Looks like there are several PRs implemeting suggesting the same fix; thus I'm closing this one.