I tried to use the same transform as cv2.INTER_AREA in PIL for image reduction transform, but I couldn't find a resampling method with the "area" keyword.
Doesn't PIL provide corresponding transform?
Where I read resampling methods: https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Resampling