I noticed that the resize algorithms (when used with an image that has slight banding) create very strange artifacts. How noticeable they are varies but they lead to way larger files.

For the tests above, I generated grey gradients in Illustrator and Photoshop, resized them with all available Filter-Types (except Nearest) and once through photoshop. Afterwards I extrapolated the levels so the results are clearer.
I also resized the images with OpenCV in C++ (INTER_AREA interpolation), which yielded similar results to what photoshop produced.
I don't know if this is a bug per se, but still wonder if this behaviour could be fixed.
I noticed that the resize algorithms (when used with an image that has slight banding) create very strange artifacts. How noticeable they are varies but they lead to way larger files.
For the tests above, I generated grey gradients in Illustrator and Photoshop, resized them with all available Filter-Types (except Nearest) and once through photoshop. Afterwards I extrapolated the levels so the results are clearer.
I also resized the images with OpenCV in C++ (INTER_AREA interpolation), which yielded similar results to what photoshop produced.
I don't know if this is a bug per se, but still wonder if this behaviour could be fixed.