Hi All,
I am still doing my image processing work, and have a need to scale images. I did a search and it doesn't seem (to my surprise) that this has been discussed here before. There are many methods for scaling an image such as simple nearest neighbor, then bilinear interpolation and hq2x. These are listed at Wikipedia but there are many more methods.
I am downsizing an RGB image iteratively (90% of original, 80% of original, etc.) and want to preserve the smoothness of the original as much as possilble, even with slightly less performance. Has anyone done this type of work?
Best,
Kevin
I am still doing my image processing work, and have a need to scale images. I did a search and it doesn't seem (to my surprise) that this has been discussed here before. There are many methods for scaling an image such as simple nearest neighbor, then bilinear interpolation and hq2x. These are listed at Wikipedia but there are many more methods.
I am downsizing an RGB image iteratively (90% of original, 80% of original, etc.) and want to preserve the smoothness of the original as much as possilble, even with slightly less performance. Has anyone done this type of work?
Best,
Kevin
Comment