hoffstadt / hoffstadt/DearPyGui
add texture filter/interpolation options for nearest neighbor
Open
category: textures
priority: high
type: improvement
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the solution you'd like**
Currently textures appear to use linear interpolation by default. It would be great if we had the option to specify nearest neighbor interpolation as an option. At times. for certain applications this is more appropriate. I think most of the graphics backends allow specifying a texture filter option. This would be valuable for both the `draw_image` and `image_series` plots.
Contributor guide
Assessment
This issue has not been assessed yet.