GIF

Top 23 GIF Open-Source Projects

  • glide

    An image loading and caching library for Android focused on smooth scrolling

  • Project mention: I get this for every imgur link... Any ideas? | /r/redditsync | 2023-04-29
  • ShareX

    ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  • Project mention: The fastest tool for measuring anything on your screen | news.ycombinator.com | 2024-03-06
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aseprite

    Animated sprite editor & pixel art tool (Windows, macOS, Linux)

  • Project mention: Backdoor in upstream xz/liblzma leading to SSH server compromise | news.ycombinator.com | 2024-03-29
  • SDWebImage

    Asynchronous image downloader with cache support as a UIImageView category

  • Project mention: Is there anything inherently wrong with the way I am updating this array of custom objects? | /r/swift | 2023-08-24

    Add the SDWebImage package: https://github.com/SDWebImage/SDWebImage.git

  • ScreenToGif

    🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.

  • Project mention: Adding Smooth Animations to Diagrams in Draw.io | dev.to | 2023-12-01

    By following these steps, your diagram will be exported as an SVG, keeping the animation intact. If you find yourself on a platform that doesn't support SVG, you can use external programs like ScreenToGif. This program lets you record your screen and export the recording as a GIF. Handy for platforms that prefer GIFs over SVGs.

  • terminalizer

    🦄 Record your terminal and generate animated gif images or share a web player

  • vhs

    Your CLI home video recorder 📼

  • Project mention: Asciinema 3.0 will be rewritten in Rust | news.ycombinator.com | 2024-02-07

    https://github.com/charmbracelet/vhs/blob/main/record.go#L22

    I was looking at the code, and it seems like you could put a low value for this and it would do what you want.

    I did not try it though

      // sleepThreshold is the time at which if there has been no activity in the

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • moviepy

    Video editing with Python

  • Project mention: Show HN: Revideo – Create Videos with Code | news.ycombinator.com | 2024-04-15

    Hey HN! We’re building Revideo (https://github.com/redotvideo/revideo), an open source toolkit that lets you programmatically create and export videos with the animation library Motion Canvas (https://github.com/motion-canvas/motion-canvas). This is useful whenever you want to build apps that automate certain video tasks, which is increasingly possible using AI tools - for instance, one of our first users is building an app that turns code documentation into video tutorials.

    Revideo extends Motion Canvas with features that are essential for creating video, such as the ability to export audio tracks, a nodejs package for headless, parameterized & much faster rendering, and audio components that make audio editing and syncing easier. While Motion Canvas aims to be a standalone editor [1], we want to build a set of libraries that lets developers integrate video editing functionality into their apps. Our goal is to provide an open-source alternative to Remotion (https://github.com/remotion-dev/remotion).

    At the start of this year, we explored a bunch of product ideas in the space of AI-based video creation. For example, we’ve built apps that automatically create educational short videos and have experimented with automatically A/B testing and personalizing video ads.

    While building these products, we were frustrated with the video editing frameworks we used: Moviepy (https://github.com/Zulko/moviepy), which we relied on initially, doesn’t offer a way to preview your videos, so we’d often have to wait minutes for a video to render to test our code changes. Remotion (https://github.com/remotion-dev/remotion), which we switched to later, is really good, but we didn’t want to rely on it as it is not open source (source-available only). That’s why we decided to build Revideo.

    We’d already been following Motion Canvas for some time and really liked using it, so we thought that extending it would get us to something useful much faster than building an animation library from scratch. Initially, we tried to build our features as Motion Canvas plugins, but this did not provide enough flexibility to achieve the desired functionality. Additionally, video-specific features (such as audio support) were generally considered out of scope by the Motion Canvas maintainers, which is why we ultimately ended up creating a fork. We’re unsure if this is the right way to go in the long term, and would prefer to find a way to build Revideo without diverging from Motion Canvas too much - if you have suggestions on how to solve this, we’d love your input.

    Compared to Remotion, which builds on top of React, Motion Canvas uses the HTML Canvas API and makes you define animation flows with generator functions. Its API is more “procedural”, as it makes you define the things that happen in your animation as a sequence of yields, whereas Remotion gives you a frame number and lets you declare how your video should look like at that frame.

    Our current focus is improving the open source project. In the long term, we want to make money by building a rendering service for developers building apps with Revideo. Such a service would offer a pretty similar deployment experience to Vercel, but instead of web apps, we let developers deploy Revideo projects and expose a rendering endpoint for them. Letting us manage the infrastructure will allow us to offer much faster rendering, as we can massively parallelize rendering jobs on our servers (e.g. spinning up 100 headless browsers that render 100 frames each to render a video with 10,000 frames).

    We’d love to hear your feedback and suggestions! You can find our repo at https://github.com/redotvideo/revideo, We’ve also released an example video editing app at https://github.com/redotvideo/revideo-saas-template. Thank you!

    [1] “Motion Canvas is not a normal npm package. It's a standalone tool that happens to be distributed via npm.” - https://github.com/orgs/motion-canvas/discussions/1015

  • piskel

    A simple web-based tool for Spriting and Pixel art.

  • Project mention: Sprite editing software | /r/Unity2D | 2023-04-23

    Piskel: Piskel is a user-friendly online and offline tool designed specifically for creating pixel art and animated sprites. It offers a simple interface and includes features like layers, color palettes, and frame-by-frame animation. You can access Piskel at https://www.piskelapp.com/ or download the offline version at https://github.com/piskelapp/piskel.

  • qrcode

    💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)

  • peek

    Simple animated GIF screen recorder with an easy to use interface

  • Project mention: The open source peek screen recorder is being deprecated | news.ycombinator.com | 2024-01-18
  • android-gif-drawable

    Views and Drawable for displaying animated GIFs on Android

  • libvips

    A fast image processing library with low memory needs.

  • Project mention: Building an online image compressor | dev.to | 2024-01-09

    After some research, I found libvips, a demand-driven, horizontally threaded image processing library. It is designed to run quickly while using as little as memory as possible.

  • FLAnimatedImage

    Performant animated GIF engine for iOS

  • Project mention: Introducing Giffy: Effortlessly Display Animated GIFs in SwiftUI with the Memory-Efficient FLAnimatedImage | /r/SwiftUI | 2023-05-01

    Currently, Apple doesn't offer an API to display animated GIF images in SwiftUI out of the box. So, we have to either rely on third-party libraries or build our own solution. In the UIKit realm, Flipboard offers [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage), one of the most robust and performant solutions to display GIFs in iOS. This solution has been battle-tested for many years in big-scale apps such as Facebook, Instagram, and Slack.

  • Nuke

    Image loading system

  • Gifski

    🌈 Convert videos to high-quality GIFs on your Mac

  • Project mention: Kyutai AI research lab with a $330M budget that will make everything open source | news.ycombinator.com | 2023-11-19
  • ImageSharp

    :camera: A modern, cross-platform, 2D Graphics library for .NET

  • Project mention: Is there a way to remove metadata from an image file? | /r/csharp | 2023-12-07
  • HandyControl

    Contains some simple and commonly used WPF controls

  • imagemin

    [Unmaintained] Minify images seamlessly

  • imaginary

    Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing

  • Project mention: Golang libraries for image compression / resizing / manipulation | /r/golang | 2023-12-08
  • LibreSprite

    Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite

  • Project mention: Great news, macOS users! 🍎 | /r/LibreSprite | 2023-05-19

    We're thrilled to announce that LibreSprite is finally available for macOS! 📷📷 A big shoutout to u/Booga y u/FManga for making this possible! Download LibreSprite for macOS

  • gifski

    GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format. (by ImageOptim)

  • Project mention: Kyutai AI research lab with a $330M budget that will make everything open source | news.ycombinator.com | 2023-11-19
  • snk

    🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif

  • Project mention: GitHub Snakes SVG | news.ycombinator.com | 2023-12-22

    Also sometimes it eats darker spots before all the lighter are gone. Not sure if this is something permitted by the solving algorithm description [1]

    Anyway, fun experiment.

    [1] https://github.com/Platane/snk/blob/main/packages/solver/REA...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-15.

GIF related posts

Index

What are some of the best open-source GIF projects? This list will help you:

Project Stars
1 glide 34,335
2 ShareX 27,580
3 aseprite 26,401
4 SDWebImage 24,906
5 ScreenToGif 22,621
6 terminalizer 14,937
7 vhs 13,686
8 moviepy 11,738
9 piskel 10,700
10 qrcode 10,229
11 peek 10,050
12 android-gif-drawable 9,507
13 libvips 8,980
14 FLAnimatedImage 7,904
15 Nuke 7,822
16 Gifski 7,485
17 ImageSharp 7,079
18 HandyControl 5,623
19 imagemin 5,495
20 imaginary 5,323
21 LibreSprite 4,325
22 gifski 3,824
23 snk 3,738
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com