## Steps to reproduce: 1. Load an image with an aspect ratio of 16 to 9 2. call `resized_image = imutils.resize(image, width=400, height=300)` ## Expected Behavior: `resized_image` should have a resolution of 400 by 300 pixels ## Actual Behavior: `resized_image` has a resolution of 400 by 255 pixels