JuliaIO / GIFImages.jl

Provides Gif support in Julia using LibGif
https://ashwani-rathee.github.io/GIFImages.jl/dev/
MIT License
12 stars 2 forks source link

FileIO files #17

Closed ashwani-rathee closed 1 year ago

ashwani-rathee commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@04a785a). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ======================================= Coverage ? 95.66% ======================================= Files ? 5 Lines ? 277 Branches ? 0 ======================================= Hits ? 265 Misses ? 12 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

johnnychen94 commented 1 year ago

Registering into FileIO is very, very simple: https://github.com/JuliaIO/FileIO.jl/pull/357. But I think we can start with registering it in ImageIO first: https://github.com/JuliaIO/ImageIO.jl/pull/45

ashwani-rathee commented 1 year ago

The support for windows is a bit of a propagating issue but will figure it out in next cycle