Replies: 2 comments 1 reply
-
Hello! Hope you are doing okay. For that, you need:
End Result with snippet of code provided My snake gets funky, but you get the point :) |
Beta Was this translation helpful? Give feedback.
-
First let me show the result : The "trick" to make the snake image appear properly without changing the code structure was to resize the snake image in first place to the size of the bird image and then render it in a bounding box of its original size what results in appropriate scaling which then reverses the resize. Here the code which is written with DearPyGui beginner in mind and equipped with additional code demonstrating how to get a list of all supported parameter given a module method.
For the sake of completeness here the resized snake image used in the code above: |
Beta Was this translation helpful? Give feedback.
-
How to insert two different images?
Beta Was this translation helpful? Give feedback.
All reactions