Don't do interpolation in thumbnails when the image is small resolution

See my image posted here on Redddit: https://old.reddit.com/r/kde/comments/1ivwa2d/cant_disable_interpolation_on_the_dolphin/

I work a lot with pixel art and I dislike the forced interpolation.

It’s trivial to change, only edit an enum to do so and recompile, according to a commenter here: https://old.reddit.com/r/kde/comments/1ivwa2d/cant_disable_interpolation_on_the_dolphin/me9s4ja/

However, it is a pain to have to recompile a modified version manually every time an update occurs. Would it be possible to add a feature to toggle the interpolation?

Please open a bug, for a feature request for a setting.

I don’t think we can use FastTransform because, there are other use cases that do use interpolation.

Another option would be, for small image we could use FastTransform, for raster images (png…) but not for vector images (svg…).

Hard to make a case either way.

Image:
https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F2yqelf8rzrke1.png

Be mindful even small features/changes take hours to design, implement, test and review.

I see. I will open a bug for a feature request, perhaps some sort of toggle would be good for this.