I sent this to the list but I didn’t get any confirmation or error email or
see it in the usual gimp-developer emails so I guess I’ll try again
I'm working on this idea for physics but it seems like it could be pretty
good for image manipulation. I only know simple python so I don't think I
could
Ahhh. I didn't even think that it might be able to be done that way - but
your solution is exactly what I was looking for. Thankyou very much.
I was thinking that there might be a GIMP Procedure such as;
pdb.display_dialog(...)
or something similar.
After I submitted my question, I found a
On Wednesday, May 8, 2019, Craig Sanders via gimp-developer-list <
gimp-developer-list@gnome.org> wrote:
> Hello.
>
> I am writing a GIMP Plugin using Python, and this Plugin expects to receive
> a list of files as one of its arguments. My question is, if the user
> doesn't provide any files as ar
Hello.
I am writing a GIMP Plugin using Python, and this Plugin expects to receive
a list of files as one of its arguments. My question is, if the user
doesn't provide any files as arguments, can my Plugin display a GIMP based
Dialog box informing them of this?
My Plugin is working as I expect, h