An open API service indexing awesome lists of open source software.

https://github.com/jcsalterego/gifdump


https://github.com/jcsalterego/gifdump

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

gifdump
=======

Dumps info about GIFs.

### Build

$ make all

### Usage

$ gifdump some.gif
valid: yes
width: 430
height: 289
global color table
present: 1 (yes)
color res: 1 (2 bits/pixel)
sort flag: 1 (desc)
size: 6 (128)
bgcolor index: 0
pixel aspect ratio: 0

### References

* [Project: What's In A GIF - Bit by
Byte](http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp)

### License

[BSD](LICENSE)