Git Product home page Git Product logo

simplegif's Introduction

SimpleGIF is a super-simple library to read GIF files and each frame of their animation.

  • You can read the decompressed bitmap without converting it to a pixel format
  • You can get the colors of each frame's palette, so you can draw the decompressed bitmap yourself if you wish
  • You can use this library to convert the decompressed bitmap to a regular bitmap of a specific pixel format, so you don't need to do any drawing yourself
  • You can browse the GIF contents through objects without doing any drawing

This library uses .NET 5.0.


SimpleGIF uses:


This project is made possible by XamlAnimatedGif and What's in a GIF. XamlAnimatedGif is the only C# library that I found that reliably reads GIF files, but I was not using XAML for my application, so I ported over the GIF-specific code here. XamlAnimatedGif decodes the GIFs on the fly, which I also did not want (due to high CPU usage with just a few GIFs), so this library lets you get each/every frame already decoded as you wish.

simplegif's People

Contributors

kermalis avatar

Stargazers

 avatar

Watchers

 avatar

simplegif's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.