Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 PIL(low) 中进行 RGBA 图像处理,并希望在 gtk4 应用程序中显示生成的图像。为此,我需要一个无缝的PIL.Image<--> Gtk.Picture/Gtk.Image转换器。我想不惜一切代价避免使用临时文件。我在这里和这里找到了有用的提示,但想知道 gtk4 中是否有更方便的东西?
PIL.Image
Gtk.Picture
Gtk.Image