Is there a way to utilize GimpPreview (or live preview window) api in a Python plugin? I can't find any tutorials or plugins using it and most resources are several years old.
I am aware of the Preview button, I am interested in the widget preview (in the dialog) like the one in Wavelet Denoise (http://www.registry.gimp.org/node/4235) but for python.
Even though it appears to be in the python framework when 2.6 came out, it doesn't seem to work, and I've never found a working example anywhere on the internet.
Bytes and Pixel's vector path tool which uses python also has an alternative preview launcher widget which might be able to be used for such an action; just not sure. :)
DD's Selection Bevel
has a preview directly in the image window.Not in the dialog itself.
http://registry.gimp.org/node/25199
-Rod
I am aware of the Preview
I am aware of the Preview button, I am interested in the widget preview (in the dialog) like the one in Wavelet Denoise (http://www.registry.gimp.org/node/4235) but for python.
Don't think it works
Even though it appears to be in the python framework when 2.6 came out, it doesn't seem to work, and I've never found a working example anywhere on the internet.
A references:
http://forum.meetthegimp.org/index.php?topic=87.0
-Rob A>
No results
On another forum:
http://www.gimpchat.com/viewtopic.php?f=9&t=4668
Also, without a successful information.
Not a real preview
Publishr plugin gets the open image filepath from GIMP and then loads the image on its own in a gtk pixbuf without using GIMP preview of any kind.
Bytes and Pixel's vector path
Bytes and Pixel's vector path tool which uses python also has an alternative preview launcher widget which might be able to be used for such an action; just not sure. :)
http://registry.gimp.org/node/26303
Not really a GIMP preview,
Not really a GIMP preview, just function preview in a Tkinter window.