Skip to content

Commit

Permalink
Update create-a-gif-with-python.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Jun 30, 2024
1 parent 66df630 commit b2465c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Do you pronounce it “GIF” or a “JIF”? Either way, [Graphics Interchange

GIFs are “animated images” because they aren’t exactly videos. They are more like flipbooks; they don’t have sound and flip through multiple pictures sequentially.

<img src="https://imgur.com/fSySBZW.gif" alt="Snorlax GIF" width="75%">
<img src="https://imgur.com/fSySBZW.gif" alt="Snorlax GIF" width="75%"></img>

In this project tutorial, I will show you how to combine multiple images and create a GIF using just 6 lines of Python code! We'll use a list, a `for` loop, and a library called `imageio`.

Expand Down Expand Up @@ -142,7 +142,7 @@ Congrats! You created a GIF in just 6 lines of code. Now you don’t have to rel

Let me know what GIFs you have created by tagging [@codedex_io](https://twitter.com/codedex_io) on Twitter!

<img src="https://i.imgur.com/Pj6jufT.gif" alt="Kitty Chasing Heart GIF" width="60%">
<img src="https://i.imgur.com/Pj6jufT.gif" alt="Kitty Chasing Heart GIF" width="60%"></img>

### More Resources

Expand Down

0 comments on commit b2465c6

Please sign in to comment.