Switch to full style
Post your GIMP animations here
Post a reply

A Psychedelic doodle script

Mon Sep 07, 2015 11:15 am

Finally finished and de-bugged (fingers crossed) a script that creates psychedelic images, of no use, just pretty pictures

For anyone interested the script
psychedelic.scm
(1.69 KiB) Downloaded 233 times

is placed at File/Create/Psychedelic

As an example, if the script using default values is run on the image below the result is the .gif below that

Thanks for looking

Ps if you crash it I’d be grateful to know

Steve

sparks.png
sparks.png (222.29 KiB) Viewed 5936 times

sparks 15-48-15-99.gif
sparks 15-48-15-99.gif (1.08 MiB) Viewed 5936 times

Re: A Psychedelic doodle script

Mon Sep 07, 2015 12:32 pm

Nice! :bigthup

Re: A Psychedelic doodle script

Mon Sep 07, 2015 4:43 pm

trippy :hehe
Image

Re: A Psychedelic doodle script

Mon Sep 07, 2015 4:45 pm

I spent a bit of time figuring out that I had to close down the animation playback screen to shut down the script.

Also, it would be nice if the script created a new image and left the original image intact.

Interesting script. Fun to play with. You never know what you're going to get.

Image
.
.

Original image
Image

Re: A Psychedelic doodle script

Mon Sep 07, 2015 5:04 pm

Nice Script Steve. thank you

Re: A Psychedelic doodle script

Tue Sep 08, 2015 12:23 am

steve: that looks fun, but since me and animations don't seem to get along, would you mind telling me the steps the script takes to make the doodles themselves?

Re: A Psychedelic doodle script

Tue Sep 08, 2015 7:57 am

Wallace wrote:Nice! :bigthup

Thanks Wallace

trandoductin wrote:trippy :hehe
[ Image ]

Minds me of a quasar

Oregonian wrote:I spent a bit of time figuring out that I had to close down the animation playback screen to shut down the script.

The reason I set it to open in gimp playback, is that when making gifs with over a hundred layers the gif sometimes stalled when playing on my laptop, in the gimp playback its never stalled. Perhaps I should code it giving the user the option of opening in gimp playback.

Oregonian wrote:Also, it would be nice if the script created a new image and left the original image intact.

Will keep in mind for future scripts

Oregonian wrote:Interesting script. Fun to play with. You never know what you're going to get
[ Image ]
.
.

Original image
[ Image ]


Nice one, your gif looks like my ordnance survey maps, cool colours lower down, green for the forests and warm colours for the mountains, just missing a dash of blue for the lakes

molly wrote:Nice Script Steve. thank you

Thanks molly

AnMal wrote:steve: that looks fun, but since me and animations don't seem to get along, would you mind telling me the steps the script takes to make the doodles themselves?

The steps are

1. Gaussian blur
2. Posterize
3. Sharpen
4. Levels (0-1-160)

Re: A Psychedelic doodle script

Tue Sep 08, 2015 8:46 am

steve: :tyspin

Re: A Psychedelic doodle script

Tue Sep 08, 2015 6:24 pm

Oregonian wrote:I spent a bit of time figuring out that I had to close down the animation playback screen to shut down the script.

I’ve tweaked the script to give the user the option of opening the playback or not. As I look now at this neater version it makes me realise how scrappy the original was, thank you Oregonian for making me aware of this.

Tweaked version of the script
psychedelic-mk2.scm
(1.86 KiB) Downloaded 174 times

is placed at File/Create/Psychedelic mk2

Re: A Psychedelic doodle script

Tue Sep 08, 2015 6:43 pm

That works! I used 20 frames in this one.

Image
.
.

Image
Post a reply