Hi folks,
I am trying to shrink an image using Images and Interpolations. Whenever I shrink the image, the image is very blurry or the quality is just not so great. Here is what I am doing:
using Images
using Interpolations
imresize(load(plotsdir("feasibility", "$(plots[idx])")), ratio = .5, method = Linear())
What can I do to make these images less blurry? I am honestly just considering making the images themselves smaller on image creation as I am beginning to get frustrated here. Thanks!
~ tcp