# How to read gif image files in Julia?

**URL:** https://discourse.julialang.org/t/how-to-read-gif-image-files-in-julia/72177
**Category:** General Usage
**Tags:** images, io
**Created:** [November 27, 2021, 6:42pm UTC](https://discourse.julialang.org/t/how-to-read-gif-image-files-in-julia/72177 "2021-11-27T18:42:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sairus7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sairus7/32/10816_2.png) [@sairus7](https://discourse.julialang.org/u/sairus7)
#### Post date: [November 27, 2021, 6:42pm UTC](https://discourse.julialang.org/t/how-to-read-gif-image-files-in-julia/72177/1 "2021-11-27T18:42:41Z")

</div>

How to read gif image files in Julia?

---

<div class="post-metadata">

### Author: ![Palli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palli/32/3380_2.png) [@Palli](https://discourse.julialang.org/u/Palli)
#### Post date: [November 27, 2021, 6:49pm UTC](https://discourse.julialang.org/t/how-to-read-gif-image-files-in-julia/72177/2 "2021-11-27T18:49:58Z")

</div>

Seemingly with the FileIO package, possibly:  
[https://github.com/JuliaImages/Images.jl](https://github.com/JuliaImages/Images.jl)

or directly its dependency, that I see supports gif, even it seems animation:  
[https://github.com/JuliaIO/ImageMagick.jl](https://github.com/JuliaIO/ImageMagick.jl)

see also its other dependency I didn’t know of:  
[https://github.com/JuliaImages/ImageShow.jl](https://github.com/JuliaImages/ImageShow.jl)
