Gimp: start script without image

让人想犯罪 __ 提交于 2019-12-11 20:18:36

问题


Well, I'm trying to write a python plug-in for Gimp, but it wont start without first loading an image... What can I do about that?


回答1:


As I commented on your other question Gimp: why can't I register this? - the problem is that you are passing the "*" value on the "image type" parameter when you are making your register call.

Just drop it, and pass an empty string instead.



来源:https://stackoverflow.com/questions/12732194/gimp-start-script-without-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!