Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughbe/giflib-win
Adds windows/nuget support to giflib
https://github.com/hughbe/giflib-win
Last synced: 17 days ago
JSON representation
Adds windows/nuget support to giflib
- Host: GitHub
- URL: https://github.com/hughbe/giflib-win
- Owner: hughbe
- License: other
- Created: 2017-12-18T16:36:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T16:43:51.000Z (about 7 years ago)
- Last Synced: 2024-11-10T12:47:31.407Z (2 months ago)
- Language: Shell
- Size: 721 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
= GIFLIB =
This is the README file of GIFLIB, a library for manipulating GIF files.
Latest versions of GIFLIB are currently hosted at:
http://sourceforge.net/projects/giflib== Overview ==
GIF is a legacy format; we recommend against generating new images in
it. For a cleaner, more extensible design with better color support
and compression, look up PNG.giflib provides code for reading GIF files and transforming them into
RGB bitmaps, and for writing RGB bitmaps as GIF files.The (permissive) open-source license is in the file COPYING.
You will find build instructions in build.asc
You will find full documentation of the API in doc/ and on the
project website.The project has a long and confusing history, described in history.asc
The project to-do list is in TODO.