It is currently Mon Jun 29, 2026 12:17 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 122 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Mon Apr 13, 2020 3:58 pm  (#61) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
Hello, :)

Trying strange idea :

Attachment:
Psychedelic.gif
Psychedelic.gif [ 650.09 KiB | Viewed 4977 times ]


Have fun. :)
@+++

_________________


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Mon Apr 13, 2020 8:02 pm  (#62) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14097
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
JimmyMarco wrote:
Hello, :)

Trying strange idea :

Attachment:
Psychedelic.gif


Have fun. :)
@+++

That's interesting.
Would make for a good video intro.
How did you make it?

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Tue Apr 14, 2020 3:32 am  (#63) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
Hello, :)

Happy to please you.

It's a long story to explain how the strange idea became real.

Imagine like a script :
- New image 900 x 600
- Fill with "Plasma" effect... in Filters > Render > Noise
- Image > Transform > Rotate Clock Wise 90° ==> size : 600 x 900
- Colors > Lumin -90, Contrast 90
- Filters > Blur > Kinetic Zoom Blur : x = 0.5 , y = 0 , factor = 0.2
- Falling snow or other brush... with "Bristles 03" brush :
Attachment:
PsychedelicSettings.jpg
PsychedelicSettings.jpg [ 81.39 KiB | Viewed 4942 times ]

- Resize animation : 600 x 200
- Layers panel : Chain all 5 Base Layers
- Tool : Perspective Deformation : Bottom Left corner to x = -600 , Bottom Right corner to x = 1200
- Tool : Cutting : layers to image size 600 x 200
- Canvas size : 600 x 400, Align Down, Layers size as image, Fill with transparency
- Duplicate each 5 Base Layers
- Layers panel : Unchain 5 Base Layers
- Tool : Reverse Verticaly 5 Duplicated Layer
- Merge Down each Duplicated Layer on Base Layer

Psychedelic animation is complete, border is another story... and you know how to do a simple border like that.

Have fun. :)
@+++

_________________


Last edited by JimmyMarco on Tue Apr 14, 2020 10:35 am, edited 1 time in total.

Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Tue Apr 14, 2020 7:36 am  (#64) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
Hello, :)

Another strange idea, using same process than previous, with different colors, different settings and rotating move :

Attachment:
Psychedelic02.gif
Psychedelic02.gif [ 4.35 MiB | Viewed 4932 times ]


Have fun. :)
@+++

_________________


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Tue Apr 14, 2020 3:00 pm  (#65) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14097
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
@JimmyMarco
Thanks for explaining that.
I think I'll stick to the traditional method of making gif's.

:hehe

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Tue Apr 14, 2020 4:43 pm  (#66) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 734
Nice abstract animations JimmyMarco :kpix Thanks for explaining how it's done.

I like the green one best, looks like a time vortex in the old opening credits for Doctor Who. All you'd need is to add the head of your favourite Doctor :)


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Tue Apr 14, 2020 8:34 pm  (#67) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1453
Hi Jimmy Marco. I like the rotating psychedelic GIF. I guess you used another script to rotate the gif.

I looked at the falling snow code. Line 67 has 'allow transparency FALSE'. Changing to 'TRUE' makes no difference. The script will accept transparent brushes as is.

For me the frames number, layer numbers and brush size was making a Rubiks Cube that I could not get past. Scheme is hard to understand so you have done well. :bigthup


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Wed Apr 15, 2020 3:22 am  (#68) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
Hello, :)

Thanks for the comments... ;)

teapot wrote:
Nice abstract animations JimmyMarco :kpix Thanks for explaining how it's done.

I like the green one best, looks like a time vortex in the old opening credits for Doctor Who. All you'd need is to add the head of your favourite Doctor :)


Yeah... me too... thinking about The Doctor making the gifs... and it's easy to add one of them in each animation :

Attachment:
PsychedelicDoctor01.gif
PsychedelicDoctor01.gif [ 5.45 MiB | Viewed 4867 times ]


Attachment:
PsychedelicDoctor13.gif
PsychedelicDoctor13.gif [ 4.28 MiB | Viewed 4867 times ]


Tas_mania wrote:
Hi Jimmy Marco. I like the rotating psychedelic GIF. I guess you used another script to rotate the gif.

I looked at the falling snow code. Line 67 has 'allow transparency FALSE'. Changing to 'TRUE' makes no difference. The script will accept transparent brushes as is.

For me the frames number, layer numbers and brush size was making a Rubiks Cube that I could not get past. Scheme is hard to understand so you have done well. :bigthup


Nop... no script to rotate layers... old method used sometimes.
Some script lines are picked from other Scheme scripts, and line 67 is probably useless... thanks notice that.

Developing a script or a drawing are Rubik's like brain storm, and imagination works hard.

Have fun. :)
@+++

_________________


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Wed Apr 15, 2020 3:40 am  (#69) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4985
Location: Sydney Australia
Some terrific stuff going on in this thread by all posters - really like the Dr Who posts. Well done.

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Wed Apr 15, 2020 7:52 am  (#70) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
oldmangrumpy wrote:
Some terrific stuff going on in this thread by all posters - really like the Dr Who posts. Well done.

Thanks...


And i think... what happens if a Tardis is used as a brush... or four Tardis in a brush :

Attachment:
PsychedelicDoctor12.gif
PsychedelicDoctor12.gif [ 4.89 MiB | Viewed 4818 times ]


Attachment:
PsychedelicDoctor10.gif
PsychedelicDoctor10.gif [ 5.93 MiB | Viewed 4849 times ]


Have fun. :)
@+++

_________________


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Wed Apr 15, 2020 9:43 pm  (#71) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 734
Nice Doctor Who animations JimmyMarco :jumpclap works well with the tardis brush added.

Used Ofnuts ofn-interleave-layers to combine several falling snow animations to try out bubbles with the reverse animation option:

Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 4:53 am  (#72) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1837
Very clever teapot and well done. :clap I wonder how those 2 frozen dots got there? you could always get rid of them by overlaying an mask.


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 6:00 am  (#73) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1453
Yes very nice teapot. What a great time to be making 'virtual aquariums'? :lol


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 7:33 am  (#74) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 734
Thank you for your comments racer-x and Tas_mania :cute

The 2 frozen dots are on the original background image, but they look more in the foreground as they show through transparent bubbles. I forgot to clone them out this time proving the rule that I notice mistakes a few minutes after posting :smiley2


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 12:55 pm  (#75) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1837
Fast moving Clouds.

Attachment:
clouds.gif
clouds.gif [ 456.64 KiB | Viewed 5167 times ]


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 7:07 pm  (#76) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1453
Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 11:24 pm  (#77) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 734
Nice work racer-x and Tas_mania :kpix moving clouds are a great idea.

Using oldmangrumpy's mountain photo from the Directed Challenge thread:

Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Thu Apr 16, 2020 11:51 pm  (#78) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14097
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
teapot wrote:
Nice work racer-x and Tas_mania :kpix moving clouds are a great idea.

Using oldmangrumpy's mountain photo from the Directed Challenge thread:

Image

:jumpclap :jumpclap :jumpclap

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Fri Apr 17, 2020 4:01 am  (#79) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
Hello, :)

Wow wow wow... what beautiful animations made here... amazing and surprising... :jumpclap

As noticed by Tas_mania, two lines (64 and 67) are useless in the script, so... new update today.

I have tried to build a Python Script version but it doesn't appear in Gimp menus, even with only the UI and the constructor.
Not so important...
As said by Ofnuts : execution speed won't be better as i thought.

Attachment:
PsychedelicDoctor09.gif
PsychedelicDoctor09.gif [ 5.99 MiB | Viewed 5121 times ]

Attachment:
PsychedelicDoctor11.gif
PsychedelicDoctor11.gif [ 5.88 MiB | Viewed 5121 times ]


Have fun :)


Attachments:
falling-snow-or-other-brush-anim.scm [11.7 KiB]
Downloaded 101 times

_________________


Last edited by JimmyMarco on Fri Apr 17, 2020 4:40 am, edited 2 times in total.
Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Fri Apr 17, 2020 4:26 am  (#80) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1453
Two nice GIFs Jimmy. I like the way you used a mirror effect.
I've got to ask 'how did you upload a 6Mb file when the GC limit is 5.2Mb?


Top
Post new topic Reply to topic  [ 122 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC - 5 hours [ DST ]


cron

* Login  



Powered by phpBB3 © phpBB Group