https://github.com/jcsalterego/gifdump
https://github.com/jcsalterego/gifdump
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcsalterego/gifdump
- Owner: jcsalterego
- License: other
- Created: 2013-03-17T22:30:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-17T22:38:38.000Z (about 13 years ago)
- Last Synced: 2025-03-18T00:47:04.467Z (about 1 year ago)
- Language: C
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)