Re: [Gimp-developer] Gimp 2.99 python3 plug-ins: writing a plugin to generate an image

2020-07-14 Thread Lloyd Konneker via gimp-developer-list
> is it possible writing a plug-in to generate an image without an opened image? Rephrasing the question: can you write a plugin whose menu item is always enabled, even without an open image? That used to be possible, by passing an empty string for the "image types" registration data. But your

Re: [Gimp-developer] Gimp 2.99 python3 plug-ins: writing a plugin to generate an image

2020-07-14 Thread Shlomi Fish
Hi Gottfried! On Mon, 13 Jul 2020 10:29:32 +0200 Gottfried Müller wrote: > Hello > > is it possible writing a plug-in to generate an image without an opened > image? I found no examples. As a test I tried to open a file image only. > I've got the following message: > > GIMP-Error: Procedure

[Gimp-developer] Gimp 2.99 python3 plug-ins: writing a plugin to generate an image

2020-07-13 Thread Gottfried Müller
Hello is it possible writing a plug-in to generate an image without an opened image? I found no examples. As a test I tried to open a file image only. I've got the following message: GIMP-Error: Procedure 'python-fu-openImageFile' has been called with an invalid ID for argument 'image'. Most