Resize Image & Keep Aspect Ratio | OpenCV vs Pillow | Python
This tutorial will show you how to resize an image while preserving the aspect ratio in OpenCV (cv2) and Pillow (PIL), also, how to scale it by a scale ratio and resize it by a max height and width. If you don’t care about the aspect ratio, you can follow the previous tutorial. 1. Resize […]