Translated

This commit is contained in:
2020-06-03 09:15:58 +08:00 committed by GitHub
parent c52682d6eb
commit 2e5b87e7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 97 deletions

View File

@ -1,97 +0,0 @@
[#]: collector: (lujun9972)
[#]: translator: (robsean)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (How to Make a GIF in GIMP [Simple Tutorial])
[#]: via: (https://itsfoss.com/make-gif-in-gimp/)
[#]: author: (Dimitrios Savvopoulos https://itsfoss.com/author/dimitrios/)
How to Make a GIF in GIMP [Simple Tutorial]
======
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][1], the powerful open-source image editing software.
In this GIMP tutorial, Ill show you how to create a simple GIF in GIMP.
### Making a GIF in GIMP
![][2]
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 Its FOSS logo. I will use 2 images as my layers but feel free 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 at something important.
I presume that you have [already installed GIMP in Ubuntu][3] or whichever operating system you are using. Lets 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**.
![][4]
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.
![Change the order of layers][5]
From the main menu select **Filters**, then **Animation** and finally click **Optimise (for GIF)**.
![][6]
What “Optimise” does?
Optimise examines each layer, and reuses information from previous frames if they havent 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 main menu click on **Filter** then **Animation** and **Playback**.
![][7]
Press the **Playback** button to start GIF. To save GIF on the File Menu select **File**, click on **Export as**.
![][8]
Name your GIF and choose the folder you want to save it in. On “**Select File Type**“, choose GIF Image.
![Save As Gif][9]
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.
![Gif Export Options][10]
**Your GIF is ready!**
![][11]
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. Stay tuned at Its FOSS for more such useful tips in the future. [Subscribing to the weekly newsletter][12] is the best way to stay updated. Enjoy!
--------------------------------------------------------------------------------
via: https://itsfoss.com/make-gif-in-gimp/
作者:[Dimitrios Savvopoulos][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/dimitrios/
[b]: https://github.com/lujun9972
[1]: https://www.gimp.org/
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/create-gif-in-gimp.jpg?ssl=1
[3]: https://itsfoss.com/gimp-2-10-release/
[4]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/1.-open-as-layers.jpeg?ssl=1
[5]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/layers-order.jpg?ssl=1
[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/2.-optimize-for-gif-1.png?fit=800%2C647&ssl=1
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/3.-playback.png?fit=800%2C692&ssl=1
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/05/4.-export-as.png?ssl=1
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/05/5.-save-as-gif.png?fit=800%2C677&ssl=1
[10]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/6.-export-options-1.png?ssl=1
[11]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/its-foss-logo.gif?fit=800%2C417&ssl=1
[12]: https://itsfoss.com/subscribe-to-newsletter/

View File

@ -0,0 +1,97 @@
[#]: collector: (lujun9972)
[#]: translator: (robsean)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (How to Make a GIF in GIMP [Simple Tutorial])
[#]: via: (https://itsfoss.com/make-gif-in-gimp/)
[#]: author: (Dimitrios Savvopoulos https://itsfoss.com/author/dimitrios/)
如何在 GIMP 中制作 GIF [简单教程]
======
制作一个 GIF 可能是一件很有趣的事,很多用户可能都想如何制作一个 GIF 。你可以使用 [GIMP][1] 创建一个非常简单的 GIFGIMP 是功能强大的开放源码的图像编辑软件。
在这篇 GIMP 教程中,我将向你展示然后在 GIMP 中创建一个简单的 GIF 。
### 在 GIMP 中制作一个 GIF
![][2]
使用 GIMP 作为一个动画制作工具需要你把每个图层都看作动画的一幅帧。在这篇教程中,我将创建一个简单的基于 FOSS 标志的网页横幅。我将使用2个图像作为我的图层但当你制作你自己的 GIF 时,你可以随意添加更多的图像。
我在这里使用的方法叫做 “ **组合** 法”,在这个方法中,新的帧被添加到先前的帧中。我的想法是制作一个“频闪”的网页横幅,来在一些重要的事情上引起注意。
我假设你已经 [在 Ubuntu 中安装了 GIMP ][3] ,或者在任何一个你正在使用的操作系统中安装了 GIMP 。让我们开始制作 GIF 。
#### 步骤 1
从文件菜单中,单击 **作为图层打开** ,并选择你想包含在 GIF 中是所有图像。然后单击 **打开**
![][4]
你可以排序在图层标签页中的图像。GIF 一系列的帧将从最下面的图层开始,从下到上运行每一层图层。
![更改图层的顺序][5]
从主菜单中选择 **滤镜** ,接着选择 **动画** ,最后单击 **优化 (对 GIF)**.
![][6]
“优化” 做什么?
优化,检查每一层,如果来自前一帧的信息在下一帧中没有改变,则重复使用这些信息。它只存储新更改的像素值,并清除任何重复的部分。
如果一幅帧与前一幅帧完全相同,那么它将完全删除这一幅帧,并且前一幅帧将恰当地在屏幕上停留更长时间。
为查看 GIF ,从主菜单中单击 **滤镜** ,接着单击 **动画****回放**
![][7]
按下 **回放** 按钮来启动 GIF 。为保存 GIF ,在文件菜单上选择 **文件** ,单击 **导出为**.
![][8]
命名你的 GIF ,并选择你想将其保存到的文件夹。在 “**选择文件类型**“ 时,选择 GIF 图像。
![保存为 Gif][9]
当提示时,选择 ‘作为动画’, ‘反复循环’, 设置期望的延迟值,并单击 “上面输入的延迟用于所有帧” 来生效。
最重要的选项是设置帧处理动作为 “**累积各图层(组合)**” ,以便为我们的横幅获取 “**频闪**” 效果。单击导出作为最后一个步骤。
![Gif 导出选项][10]
**你的 GIF 已经准备好了!**
![][11]
这是一个浅显易懂的示例,不过 GIMP 在动画创作方面有很大的难度,需要大量的学习和实践才能掌握它。
如果你对更多的 GIMP 教程感兴趣,你可以阅读在 GIMP 中的如何做概述文本。请继续关注 FOSS ,以便在未来获得更多有用的提示。 [订阅每周简讯][12] 是保持更新的最好方式。享受吧!
--------------------------------------------------------------------------------
via: https://itsfoss.com/make-gif-in-gimp/
作者:[Dimitrios Savvopoulos][a]
选题:[lujun9972][b]
译者:[robsean](https://github.com/robsean)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/dimitrios/
[b]: https://github.com/lujun9972
[1]: https://www.gimp.org/
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/create-gif-in-gimp.jpg?ssl=1
[3]: https://itsfoss.com/gimp-2-10-release/
[4]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/1.-open-as-layers.jpeg?ssl=1
[5]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/layers-order.jpg?ssl=1
[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/2.-optimize-for-gif-1.png?fit=800%2C647&ssl=1
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/05/3.-playback.png?fit=800%2C692&ssl=1
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/05/4.-export-as.png?ssl=1
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/05/5.-save-as-gif.png?fit=800%2C677&ssl=1
[10]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/6.-export-options-1.png?ssl=1
[11]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/its-foss-logo.gif?fit=800%2C417&ssl=1
[12]: https://itsfoss.com/subscribe-to-newsletter/