You are not logged in.

#1 2010-01-23 17:53:22

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Gimp scripting, making an animation

Ok, I'm not familiar with Gimp scripting, but I hear it's powerful. This is what I want to do:

1. Take a source image, and have it filled with a solid color, then redraw each pixel in an interlaced fashion, making a new layer for each frame. I calculated that I should have 4608 layers. The layer names are a number starting at 0.

2. output all the layers as pngs as "boot<layer #>.png"

So, can anyone help?

Edit: My source image is 48x96 px

Last edited by Anikom15 (2010-01-23 17:55:34)


Personally, I'd rather be back in Hobbiton.

Offline

#2 2010-01-23 18:21:17

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: Gimp scripting, making an animation

http://www.gimp.org/tutorials/#Script

I doubt many people have tried gimp scripting tongue

Offline

#3 2010-01-23 21:58:38

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Gimp scripting, making an animation

First and foremost, don't waste any time at all with Script-Fu. The Tiny Scheme implementation is very good for what it is, but Python is 1,000,000 times better. What you want to do is a bit complex, but you can do it for sure. I would start by getting familiar with the Python interface. On GIMP 2.7, it's under Filters-->Python-Fu-->Console. The browse button will allow you to search for function names and the main window will print out the generic form of each function.

Offline

#4 2010-01-23 22:54:09

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Gimp scripting, making an animation

Cool man.


Personally, I'd rather be back in Hobbiton.

Offline

#5 2010-01-24 00:05:02

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Gimp scripting, making an animation

This one sounds like fun. Let us know if you need any help.

Offline

Board footer

Powered by FluxBB