David Keck
                                            David Keck
                                        
                                    Another issue I noticed with this is that the RAM usage is very high at over 2GB to display this image. I do not know where that RAM requirement could...
Thanks, @bandit-masked. Yes, the step `image_width, image_height, image_channels, image_buffer = dpg.load_image(file)` is what I am seeing is taking the most time (0.1 seconds on average). For my use case, the...
I did some profiling of the `dpg.load_image` call and found that it takes nearly a half second for some images. Here's the [image](https://unsplash.com/photos/Yj1M5riCKk4/download?ixid=MnwxMjA3fDB8MXxzZWFyY2h8Mnx8c3BhY2V8ZW58MHx8fHwxNjU0NjMzMzUy&force=true) I used. I renamed it to `nasa.jpg`....
Thank you, this works great with the updated interaction method!
very similar to #1393
Thank you! This worked great. Faster rendering than my `time.sleep(0.1)` as well. Appreciate it!
Python 3.9.10 -- if it helps. I've seen this issue since the 0.6 series of DPG, by the way.
I recently got a new laptop and this issue no longer occurs. Not really sure what to make of that.
Do you know of any way to get the view back to normal? Even if I launch again it is tiny, also on Win10 and DPG 1.6.2
Thanks for the reply, @geky. I'm going to keep looking into this and I'll update this issue if I find a solution. Right now it's looking like it is something...