[Gimp-developer] about gimp_zoom_preview_new
Luis A. Florit
gimpdevel at luisflorit.endjunk.com
Mon Mar 12 07:22:49 PDT 2007
Pals,
I realized that gimp 2.3.15 (and some versions before) comes with
zoom for previews. A very useful feature for what I want to develop
(a noise reduction plugin).
I added a line 'gimp_zoom_preview_new (drawable);' that I got from
http://developer.gimp.org/api/2.0/libgimp/GimpZoomPreview.html
The plugin complies just fine, but when trying to run it in
gimp 2.3.15 the plugin crashes with a message in the console:
<plugin-full-path>: symbol lookup error: <plugin-full-path>: undefined symbol: gimp_zoom_preview_new
(gimp-2.3:21083): Gimp-Plug-In-WARNING **: gimp-2.3: plug_in_flush(): error: Broken pipe
So, what am I doing wrong?
Thanks!
Luis.
More information about the Gimp-developer
mailing list