Happy to announce release of GIFImages.jl 0.1.0 !!
GIFImages.jl decodes GIFs in Julia x15 times faster than current ImageMagick method.
GIFImages.jl provides support for decoding and encoding GIF images in Julia by wrapping LibGif. GIF(Graphics Interchange Format) supports up to 8 bits per pixel for each image, allowing a single image to reference its own palette of up to 256 different colors chosen from the 24-bit RGB color space.
It’s one of 3 major work products from my GSOC’22 project. ExifViewer.jl already published and JPEG2000.jl on the way to release too!
Repository: GitHub - ashwani-rathee/GIFImages.jl: Provides Gif support in Julia using LibGif
Documentation: Home · GIFImages.jl
To find more information about GIFs and GIFImages.jl, please check the blog posts:
Medium: Release of GIFImages.jl for making GIF files more accessible: GSOC’22 Work Product | by Ashwani Rathee | Oct, 2022 | Medium
Julia Forem: Release of GIFImages.jl for making GIF files more accessible: GSOC'22 Work Product - Julia Community 🟣