Receiving the following error when trying to add a control point.
(stitch_0.9.6.py:24286): LibGimp-CRITICAL **: gimp_pixel_rgn_get_rect: assertion `buf != NULL' failed
/usr/lib64/gimp/2.0/plug-ins/stitch_0.9.6.py: fatal error: Segmentation fault
My steps:
- run gimp
- open image #1
- open image #2
- use rectangular selection tool
- select spot in image #1
- select spot in image #2.
When running the stitch plugin I get many errors like the following:
/usr/lib64/gimp/2.0/plug-ins/stitch_0.9.6.py:2372: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
vbox = gtk.VBox(gtk.FALSE,0)
I've created a patch to fix these errors--I simply did a sed on the plugin to replace the "gtk."s with what the error recommends.
I am running gimp 2.2, on x86_64 Fedora...