> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Make a GIF in GIMP
- URL: https://itsfoss.com/make-gif-in-gimp/
- Published: 2020-05-23T11:57:39.000Z
- Updated: 2025-05-27T05:07:22.000Z
- Description: Use the powerful and versatile open-source image editor GIMP to make gifs and animated banners.
- Author: Dimitrios
- Tags: GIMP 🎨🖌️

Making a GIF can be fun and many users would like to know how to make one. You can create a GIF very easily with [GIMP](https://www.gimp.org/?ref=itsfoss.com), the powerful open-source image editing software.

In this GIMP tutorial, I’ll show you how to create a simple GIF in GIMP.

## Making a GIF in GIMP

Using GIMP as an animation tool requires you to think of every layer as of an animation frame. In this tutorial, I will create a simple web banner based on It’s FOSS logo. I will use 2 images as my layers but you are welcome to add more when you make your own.

The method that I use here is called “the **combine** method”, in which the new frame is added to the previous frame. My idea is to make a “flashing” web banner, to draw the attention to something important.

I presume that you have [already installed GIMP in Ubuntu](https://itsfoss.com/gimp-2-10-release/) or whichever operating system you are using. Let’s start making the GIF.

### Step 1

From the File menu, click on **Open as Layers** and select all the images you want to include in the GIF. Then click **Open**.

![Open As Layers in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/1.-open-as-layers.jpeg)

You can order your images in the layers tab. The GIF sequence will start with your bottom layer and run through each layer bottom to top.

![Order of layers in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/layers-order.jpg)

Change the order of layers

From the main menu select **Filters**, then **Animation** and finally click **Optimise (for GIF)**.

![Creating GIF in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/2.-optimize-for-gif-1.png?fit=800%2C647&ssl=1)

**What “Optimise” does?**

Optimise examines each layer, and reuses information from previous frames if they haven’t changed at the following frame. It only stores new values for pixels that change, and purges any duplicate parts.

If a frame is exactly the same as the previous one, it removes that frame completely and the previous frame just stays on the screen for longer.

To view GIF, from the main menu click on **Filter** then **Animation** and **Playback**.

![Make GIF in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/3.-playback.png?fit=800%2C692&ssl=1)

Press the **Playback** button to start GIF. To save GIF on the File Menu select **File**, click on **Export as**.

![Save GIF in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/4.-export-as.png)

Name your GIF and choose the folder you want to save it in. On “**Select File Type**“, choose GIF Image.

![Save GIF in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/5.-save-as-gif.png?fit=800%2C677&ssl=1)

Save As Gif

When prompted select ‘As Animation’, ‘Loop Forever’, set the desired delay value and to take effect click on “Use delay entered above for all frames”.

The most important option is to set the frame disposal action as “**Cumulative layers (combine)**” to get the “**flashing**” effect for our banner. Click Export as a final step.

![Export GIF in GIMP](https://itsfoss.com/content/images/wordpress/2020/05/6.-export-options-1.png)

Gif Export Options

**Your GIF is ready!**

![It's FOSS Logo Gif created in GIMP](https://itsfoss.com/content/images/2025/05/its-foss-logo.gif)

This was an easy-to-follow, simple example, although GIMP has a much greater depth in animation creating and requires a good amount of study and practice to master it.

If you are interested in more GIMP tutorials, you may[ read how to outline text in GIMP](https://itsfoss.com/gimp-text-outline/). Stay tuned at It’s FOSS for more such useful tips in the future. [Subscribing to the weekly newsletter](https://itsfoss.com/subscribe-to-newsletter/) is the best way to stay updated. Enjoy!