albumentations
albumentations copied to clipboard
Resize with Pillow to avoid downsampling artifacts
OpenCV doesn't use antialiasing when downsampling images. It would be nice if we will add an option with support for resizing with Pillow. More info:
There is a separate GitHub repo dedicated to this problem (and working solution!): https://github.com/assafshocher/ResizeRight
Yes, but still the results are different between PILLOW, OpenCV and ResizeRight. If it ok I'll work on an update to let the resize using PILLOW or OpenCV based on a parameter