---
name: Image to GIF
slug: image-to-gif
category: Automation
description: Convert a set of images into an animated GIF format. Useful when you need to create GIFs from image sequences.
github: "https://github.com/CoderWanFeng/python-office/tree/develop/skills/image/image2gif"
language: Python
stars: 1331
forks: 297
install: "git clone https://github.com/CoderWanFeng/python-office"
added: 2026-07-20T06:48:46.466Z
last_synced: 2026-07-28T07:00:52.155Z
canonical_url: "https://dirskills.com/skills/image-to-gif"
---

# Image to GIF

Convert a set of images into an animated GIF format. Useful when you need to create GIFs from image sequences.

**Install:** `git clone https://github.com/CoderWanFeng/python-office`

## README

# image2gif Skill

> 将图像转换为 GIF 格式

## 功能描述

将图像转换为 GIF 格式文件，负责处理图像数据并保存为 GIF。

## 所属分类

`office/skills/image/image2gif/`

## 调用方式

```python
from office.skills.image import image2gif

image2gif()
```

## 参数说明

无参数。

## 返回值

`None`

## 使用示例

```python
from office.skills.image import image2gif
image2gif()
```

## 原始函数

`office.api.image.image2gif`
