<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - textures</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/textures.tag.rss.xml" rel="self"/><lastBuildDate>Tue, 07 May 2024 09:00:00 +0000</lastBuildDate><item><title>Adding Images in DearPyGui — Learn every way to load, display, and manipulate images in your DearPyGui applications</title><link>https://www.pythonguis.com/faq/adding-images-in-dearpygui/</link><description>DearPyGui handles images a little differently than most Python GUI frameworks. Instead of simply pointing to a file and placing it on screen, you first load image data into a &lt;strong&gt;texture&lt;/strong&gt;, and then you display that texture using a widget. This two-step process can be a bit confusing at first, but it gives you a lot of flexibility &amp;mdash; including the ability to update images on the fly.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Tue, 07 May 2024 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2024-05-07:/faq/adding-images-in-dearpygui/</guid><category>python</category><category>dearpygui</category><category>images</category><category>gui</category><category>textures</category></item></channel></rss>