In this tutorial i will show you how to make an animated GIF using GIMP. It's really simple, GIMP will use the layers to make the animated GIF, using one layer per frame!
1
Create a new image
In GIMP, click
File
then
New...
in order to create a new image.
2
Rename the layer
Double-click the layer to rename it to
image 1
.
3
Draw a man
The animation we want to create is a man saying "hello" with his arm. Let's make the first animation frame! Just draw a simple man like this:
4
Duplicate the layer
We made the first frame, we can now use it to make the second frame. Just click the "duplicate layer" button to duplicate the layer.
5
Rename the layer
Rename the duplicated layer to
image 2
6
Erase the arm
In this second frame, the arm must be at the central position. With the brush and white color, erase the arm.
7
Make another arm
With black color, draw the arm in the central position.
8
Repeat step 4 to step 7
Repeat step 4 trough step 7 to make the arm in left position.
Now we have 3 layers. Each layer have the arm like this:
_\
image 3
_|
image 2
_/
image 1
9
Duplicate the second layer
When you make a GIF with GIMP, the GIF will play all the layers, from
image 1
to
image 3
, then will go back to
image 1
etc. So the GIF will play
image 3
then immediately
image 1
at each loop . So we need to make the transition between the LAST frame and the FIRST frame. For that, just duplicate the second layer (arm in middle position)!
10
Move the layer to top and rename it
Move the duplicated layer to the top (use the up arrow button from bottom bar) and rename it to
image 4
11
Export the file
The animation is complete, we have all the frames! We can now create the GIF file. Click
File
then
Export As...
12
Enter a name with ".gif" at the end
Enter the image name,
man.gif
for example.
The name must contain
.gif
to tell GIMP we want to make a GIF file.
13
Set GIF options
* Check
As animation
• Check
Loop forever
• Enter the time between frames:
300
. • Check
Use delay entered above for all frames
• Check
Use disposal entered above for all frames
• Click
Export
Done! Now you can find your animation as a GIF file, where you saved it.