It is currently Sat Jun 06, 2026 8:25 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Animated progressive merge of two pictures
PostPosted: Sat Sep 05, 2015 2:03 pm  (#1) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Couldn't resist the temptation given PatDavid latest work. Equivalent scripts may exist, but it was faster to roll my own. Basically you have two visible layers in image (the top two visible layers) and the script creates a new image with the frames of an animation that passes from one image to the other.

Using the well-known picture of a noted Gimper, and a recently published picture of an offspring of his:

Attachment:
Pat2Bev-optimized.gif
Pat2Bev-optimized.gif [ 1.43 MiB | Viewed 2583 times ]


Script at the usual place

_________________
Image


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: Animated progressive merge of two pictures
PostPosted: Sat Sep 05, 2015 2:55 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Nov 16, 2011
Posts: 5127
Location: Metro Vancouver, BC
Nice one ofnuts.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Animated progressive merge of two pictures
PostPosted: Tue Dec 06, 2016 2:17 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
I'm unable to properly experiment this interesting filter.
Just to see the effect I took:
1-the following image
Attachment:
5624-close-up-portrait-of-a-beautiful-brunette-pv.jpg
5624-close-up-portrait-of-a-beautiful-brunette-pv.jpg [ 223.94 KiB | Viewed 1969 times ]

2-duplicated the layer then applied lens distortion, getting this layer
Attachment:
5624-close-up-portrait-of-a-beautiful-brunette-pv_distgorted.jpg
5624-close-up-portrait-of-a-beautiful-brunette-pv_distgorted.jpg [ 173.35 KiB | Viewed 1969 times ]

3-run the filter with defaults
Result OK.
But if I change the "mode", this is misinterpreted:
a) setting Multiply simply repeat 3 times the BG
b) setting Divide applies Multiply
c) setting Dodge applies Difference
IMHO this is due to the use of the parameter "mode" as an absolute number which does not correspond to the official layer modes.
If I change the statement:
over.mode=mode
with
over.mode=MODES[mode]
it works properly.
Am I wrong?

_________________
"Where am I ?"


Top
 Post subject: Re: Animated progressive merge of two pictures
PostPosted: Tue Dec 06, 2016 3:20 am  (#4) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Yes, bug :) Thanks for reporting. Fixed, see version 0.1 on Sourceforge.

_________________
Image


Top
 Post subject: Re: Animated progressive merge of two pictures
PostPosted: Tue Dec 06, 2016 4:27 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
OK, thanks for fixing.

_________________
"Where am I ?"


Top
 Post subject: Re: Animated progressive merge of two pictures
PostPosted: Tue Dec 06, 2016 9:17 am  (#6) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
Cool! :D

Image

_________________
Image


Top
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group