Ещё немного про base64.
Собрал пример со встроенной в код картинкой. Это иконка для окна на PySide2. Файл кодирован в base64 и просто сохранён в переменной.
Для использования этих данных даже не пришлось сохранять их в новый файл. Иконка создаётся на лету с помощью метода QPixmap.loadFromData()
...
raw_data = base64.decodebytes(ico_encoded)
ico = QPixmap()
ico.loadFromData(raw_data, "PNG")
...
🌎 Полный пример смотрите в gists.
#libs#tricks#qt
🌍 Nearly half of all quinoa grown worldwide comes from just two regions in the Andes Mountains of Bolivia and Peru, where unique high-altitude conditions make large-scale farming possible. ✨
#agriculture⚡#Andes⚡#crops⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 Bananas are the world’s most-exported fruit, yet nearly all commercial bananas are genetic clones. This makes plantations worldwide vulnerable to the same diseases spreading rapidly. ✨
#agriculture⚡#crops⚡#food⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍
🌍 Wheat is grown on more land than any other crop worldwide. Over 215 million hectares—from Russian steppes to Canadian prairies—are covered with wheat fields each year. ✨
#agriculture⚡#crops⚡#food⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍
🌍 Palm oil plantations now cover over 19 million hectares worldwide, mainly in Indonesia and Malaysia. This rapid expansion has made Southeast Asia the top global supplier of edible vegetable oil. ✨
#agriculture⚡#crops⚡#landuse⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels