picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 324 forks source link

ImageView interpolation #1267

Open carlreinke opened 5 years ago

carlreinke commented 5 years ago

It would be handy to be able to control the interpolation mode of ImageView. Using the "Windows" backend, it looks like it does bilinear interpolation, but I'd like to be able to specify nearest neighbor.

cwensley commented 5 years ago

Thanks for the suggestion! At this time you can do that by using a Drawable and setting the interpolation via the Graphics.ImageInterpolation property.