P-Chan wrote:
Actually this is only one gif ^^" the 'two gifs' was from a question I had earlier.
I do have the original for that one though. Basically all I was trying to do was remove the background so I can lay it over stuff going on in the background.
[
Image ]
I don't think that's the original but its close. I have the original one still saved on my laptop.
I had a couple of problems merging gif files when I started making animations, I got round these by creating all the layers to be worked on as .tif files, and saving blocks of these layers as .xcf files. I only create a gif as the last step in the process after merging blocks of .xcf files by using the script below
Attachment:
assemble-layers.scm [2.48 KiB]
Downloaded 105 times
located at Layer > Stack > Assemble for gif
I can’t say this is the correct or best way to make gifs but it works for me.
As an example, 3 blocks ( bg.xcf, plane.xcf and snowflakes.xcf ) each containing 12 layers are loaded into gimp, as shown in the screenshot ( the main image looks messy because the 12 snow and 12 plane layers are mostly transparent ).
When the script is run the user is prompted to enter the number of blocks (here 3), and the 36 layers are first shuffled into the correct positions and then merged down into 12 layers ready for saving. After saving as a gif file and run the result is as below
Ps If when the script is run the foreground colour in the toolbox changes to red, it means the number you entered will not divide equally into the number of layers and so the script cannot run
Attachment:
dialog mk3.jpg [ 510.49 KiB | Viewed 1867 times ]
Attachment:
bg-plane-snow.gif [ 1.64 MiB | Viewed 1867 times ]