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.
尝试将 Windows 剪贴板粘贴到 gimp 2 中的新图像中,我尝试了:
image = pdb.gimp_edit_paste_as_new() display = pdb.gimp_display_new(image)
第 2 行给出错误:
已使用参数 'image' 的无效 ID 调用了过程 'gimp-display-new'。
目前似乎不支持从系统剪贴板粘贴图像(Gimp 2.1),只能从 Gimp 内部剪贴板粘贴。