whiterook6/Faceoff

Don't Upscale images

whiterook6 opened this issue · 1 comments

given the scaling algorithm, it's enlarging small images to fit the row properly. Set a cap on resizing to a ratio of one

to do:

if the resize ratio > 1, return the image itself.

done