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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.