JuliaImages / ImageShow.jl

Inline graphical display of images in Julia graphical environments
MIT License
25 stars 9 forks source link

[compat] support gif in Julia 1.0 #35

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

I've backported https://github.com/JuliaIO/ImageMagick.jl/pull/199 to ImageMagick v0.7.7, thus gif also works for Julia 1.0 now.

Hope this is the last PR before the v0.3.0 release.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (e1a9ae1) into master (39e5053) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   86.42%   86.42%           
=======================================
  Files           6        6           
  Lines         221      221           
=======================================
  Hits          191      191           
  Misses         30       30           
Impacted Files Coverage Δ
src/gif.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 39e5053...e1a9ae1. Read the comment docs.