hoffstadt / hoffstadt/DearPyGui
Disable Anti-Aliasing On Images
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'm working on a toolkit for developing Minecraft content and have started work on a texture editor, all the functionality works fine within DearPyGui but the textures appear to have some form of anti-aliasing applied to them thus making them appear blurry given their low resolution.
**Describe the solution you'd like**
Some way of rendering pixelated/low res images upscaled without any anti-aliasing or texture blending would be fantastic
**Describe alternatives you've considered**
I've tried this both with normal images and drawing the image in the drawing api, both netted the same result
**Additional context**
Texture file is 128x128 pixels, displayed upscaled to 800x800, and was made in my dearpygui software and edited there as well. Desired outcome is to eliminate the blurry look of the pixels to make a crisp image. I did find the requests for similar on fonts from a while ago but nothing there seemed to prove useful in this instance.

Contributor guide
Assessment
This issue has not been assessed yet.