One image can be resized using opencv on python3
import cv2 res_image = cv2.resize(image, dsize=(50, 100))