It is currently Thu Apr 25, 2024 5:25 pm


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: Sun Apr 12, 2020 11:20 am  (#51) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Probably best to use just one layer in this case..

Attachment:
asteroid.gif
asteroid.gif [ 814.98 KiB | Viewed 2533 times ]


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Sun Apr 12, 2020 11:54 am  (#52) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
racer-x wrote:
Probably best to use just one layer in this case..

Right, ok.
:bigthup
I think I'm suffering,
form the effects of "staring into space" for too long.
:hehe

Image
Still out of control.

Here are the results using the default settings.
:hehe
Image

_________________
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: Sun Apr 12, 2020 12:37 pm  (#53) 
Offline
GimpChat Member
User avatar

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

@racer-x... wow... i like lava effect and balloons... great... :jumpclap

@Wallace : Don't forget the original script is designed to use "Bristels 03"... a brush having little spaced dots .

When you use a "block" like the asteroid, brushes are too side by side... not enough space between them.

Tips : create you own brush : on another transparent image, paint some asteroids, select few of them and copy... use copy-board as brush :

Attachment:
JupiterMeteoroids.gif
JupiterMeteoroids.gif [ 1.89 MiB | Viewed 2520 times ]


Never use 5 frames... it's too small 5 x 5 pixels : here the smallest brush is 30 (frames) x 3 (1st brush size) = 90 pixels
Size difference = 2 x 30 = 60 pixels
So : First layer : 90 x 90 ... Second : 150 x 150 ... Third : 210 x 210

Attachment:
FallingSnowWindow02.jpg
FallingSnowWindow02.jpg [ 143.31 KiB | Viewed 2520 times ]


Have fun. :)
@+++

_________________


Last edited by JimmyMarco on Mon Apr 13, 2020 10:47 am, edited 2 times in total.

Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Sun Apr 12, 2020 1:23 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 644
Nice asteroids everyone :jumpclap

Thanks for the explanations JimmyMarco :bigthup

Wallace, I was confused by brush sizes originally but got it from JimmyMarco's explanation in post #24. Made this note to remember it:

Smallest brush size = Frames Number * First brush size
Brush size increase = Frames number * Size difference
Smallest scroll = First brush size
Next scroll = Smallest scroll + Size difference


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Sun Apr 12, 2020 2:28 pm  (#55) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
Here is my results using the suggested setting.

Image

I'm obviously doing something wrong.

:oops:
Image

_________________
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: Sun Apr 12, 2020 4:11 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
What I did with your brush was to make a new layer and add asteroids in various sizes. I then copied that layer to clipboard and used the clipboard image for the brush and used just one layer in the script. It's often a hit or miss and you need to experiment.

Relax and have a beer on me...

Attachment:
beer1.gif
beer1.gif [ 190.02 KiB | Viewed 2485 times ]


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Sun Apr 12, 2020 5:34 pm  (#57) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
racer-x wrote:
What I did with your brush was to make a new layer and add asteroids in various sizes. I then copied that layer to clipboard and used the clipboard image for the brush and used just one layer in the script. It's often a hit or miss and you need to experiment.

Relax and have a beer on me...

Attachment:
beer1.gif

Thanks racer-x.
:bigthup

_________________
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: Mon Apr 13, 2020 3:17 am  (#58) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2246
Location: Poland
It is because of the Teapot and Racer-X animations (great idea and great workmanship) that I will always have such an association:
falling snow = drink beer
So since the script can do a lot more than its name says it can change the name (even if only in menu): Falling snow ... to: Falling snow ETC ... or better Falling brush ...
In any case, everyone can name whatever they want (just use a text editor)...

"etc" = Latin phrase: et cetera

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Mon Apr 13, 2020 8:44 am  (#59) 
Offline
GimpChat Member
User avatar

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

MareroQ... you are right... in the description, "(or other brush)" is already written in the 4 or 5 last versions.

It's time to change the script title in "Falling snow or other brush..."

As i like the fishes made by teapot, i have tried my own version using self built brush :

Attachment:
ExoticFishes.gif
ExoticFishes.gif [ 4.72 MiB | Viewed 2440 times ]


Settings used :

Attachment:
ExoticFishesSettings.jpg
ExoticFishesSettings.jpg [ 74.46 KiB | Viewed 2440 times ]


...


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

_________________


Last edited by JimmyMarco on Mon Apr 13, 2020 8:51 am, edited 3 times in total.
Top
 Post subject: Re: Falling snow animated Scheme Script for Gimp
PostPosted: Mon Apr 13, 2020 8:46 am  (#60) 
Offline
GimpChat Member
User avatar

Joined: Apr 05, 2020
Posts: 41
And the picture used to add by select and copy to Clip-board brush :

Attachment:
poissons-exotiques01.png
poissons-exotiques01.png [ 512.38 KiB | Viewed 2439 times ]


And the deep sea picture found on the web.

Attachment:
chaayaIslandDhonveli.jpg
chaayaIslandDhonveli.jpg [ 51.13 KiB | Viewed 2435 times ]


Have fun. :)
@+++

_________________


Top
 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 3576 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: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, 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 3541 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 3531 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: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, 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: 644
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: 1333
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 3466 times ]


Attachment:
PsychedelicDoctor13.gif
PsychedelicDoctor13.gif [ 4.28 MiB | Viewed 3466 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: 4418
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 3417 times ]


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


Have fun. :)
@+++

_________________


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 ]


   Similar Topics   Replies 
No new posts Attachment(s) Made An Animated GIF With An Ofnuts Script

35

No new posts Attachment(s) Did something change in scheme in 2-10-20[Solved]

5

No new posts Frolicking in the snow

2

No new posts Attachment(s) Snow animation

6

No new posts Attachment(s) Paper Snow Flake plug-in

20



* Login  



Powered by phpBB3 © phpBB Group