It is currently Sat Jul 06, 2024 8:05 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: arakne gimp-stitch3
PostPosted: Wed Feb 19, 2014 1:38 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Hi.
Did someone try to run the python plug-in mentioned in the subject?
(seearakne new stich plug-in
I put also gimpfu2.py in the same folder where I put the arakne script (otherwise the plug-in does not even show up).
My steps are:
1-load the background image
2-load as a layer the overimposing image
3-define the base path (between the two eyes, as in the example)
4-named the path "base"
5-select new path
6-created a second path on the overimposing layer (again, between the two eyes)
7-named the second path "over"
8-called the script
but I do not see the plug-in window as in the example, but a kind of a text window (look like an error message but it does not show up in the error window)
if I hit OK, the plug-in run for a while but produces nothing.
I guess I need help from Ofnuts, the magician of "paths"...
Practically, what the script is assumed to do is: rotate and scale the overimposing layer so that the second path override the first (base) path.

_________________
"Where am I ?"


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Wed Feb 19, 2014 2:35 am  (#2) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
The exact-aligner script does the same thing but in a better way:

1) uses one path instead of two

2) the scaling and orientation are done in one single transform operation, so there is only one occurrence of pixel interpolation instead of two (less interpolation: cleaner result)

_________________
Image


Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Wed Feb 19, 2014 2:37 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Yes, you are right, Ofnuts!
I have that .scm and it works perfectly.
I was just curious about this new .py

_________________
"Where am I ?"


Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Thu Feb 20, 2014 12:44 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Apart from the fact that exact-aligner.scm works perfectly, did someone anyhow test the new arakne gimp-stitch3.py (which include reference to gimpfu2)?
I was unable to have it run (just for curiosity and comparison...)

_________________
"Where am I ?"


Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Thu Feb 20, 2014 2:08 pm  (#5) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
Of course, it tries to import gimpfu2 and doesn't find it. So either you change that yourself, or you convince the author to make a bi-modal script (tries to import gimpfu2, and if that fails, falls back to gimpfu).

_________________
Image


Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Thu Feb 20, 2014 2:50 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Ofnuts, as I said in my first post
"I put also gimpfu2.py in the same folder where I put the arakne script (otherwise the plug-in does not even show up)."
So, it finds gimpfu2, shows up but does not show (my fault?) the parameters window as expected (as seen in the example)

_________________
"Where am I ?"


Top
 Post subject: Re: arakne gimp-stitch3
PostPosted: Thu Feb 20, 2014 3:11 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
addendum:
because it seems that the plug-in does not make use of the possibilities of gimpfu2, i modified it to include gimpfu instead of gimpfu2 and it behaves as expected.
So, either including gimpfu2 is not sufficient or something other is wrong. Peace...

_________________
"Where am I ?"


Top
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group