Last updated: Sep-12-2024
On this page:
Overview
Watch this tutorial to learn how to create an animated GIF using a Cloudinary CLI script.
Video tutorial
Tutorial contents
This tutorial presents the following topics. Click a timestamp to jump to that part of the video.
Create an animated GIF with an image and a script
0:20 | You can create an animated GIF that transforms the color saturation of an image. Begin with an image and a script. |
Create a script
0:32 | In the script, increase the color saturation of an image and upload the image with the applied transformation. |
Here is the script:
Run the script
0:42 | Run the script to upload the image multiple times and increase the color saturation each time, giving each image a different public ID but the same tag. |
Apply a command to create the animation
1:30 | Use the multi command to create the animation:cld uploader multi umbrella delay=100
|
View your animated GIF
1:46 | Copy and paste the generated URL to view your animated GIF. |
Keep learning
Related topics
- Learn more in the Cloudinary CLI Reference.
- Read about the Cloudinary CLI in this blog post.
If you like this, you might also like...
Get Started with the CLI
Set up the CLI and get familiar with some basic commandsGet Creative with the CLI
Create an image sprite from pages of a PDFUpload with the CLI
Apply background removal to images on upload
Check out the Cloudinary Academy for free self-paced Cloudinary courses on a variety of developer or DAM topics, or register for formal instructor-led courses, either virtual or on-site.
✖️