UBC-MDS / Pythoshop

Pythoshop Docs
https://pythoshop.readthedocs.io/en/latest/?badge=latest
Other
0 stars 3 forks source link

Fix resize_image function and test corresponding to the changes made #105

Closed salva-u closed 8 months ago

salva-u commented 8 months ago

The resize_image function currently saves an image everytime , this will be changed to return an image object as an array. The verbose flag is already set to False and will not affect the test. The image path will not longer be an input to the function, we will read an image object ( as numpy array) instead.