Skip to content

GifDump

vurdalakov edited this page Aug 13, 2015 · 2 revisions

About

GifDump is a .NET 2.0 console application for dumping GIF file structure.

It is an example of using GifDotNet GIF image processing class library.

This tool is part of dostools collection.

Sample output

GifDump | Copyright (c) 2011 Vurdalakov | http://gifdotnet.googlecode.com/

= Dumping test1.gif
	Version:			89a
	Width:				230
	Height:				230
	GlobalColorTableFlag:		True
	ColorResolution:		8
	GlobalColorTableSorted:		False
	GlobalColorTableSize:		256
	BackgroundColorIndex:		0
	PixelAspectRatio:		0
	Comment:			This is trailing comment.
= Block 1 of 11 (Netscape Looping Application Extension)
	ApplicationIdentifier:		NETSCAPE
	ApplicationAuthenticationCode:	2.0
	LoopCount:			300
= Block 2 of 11 (Comment Extension)
	Comment:			Frame 1 comment
= Block 3 of 11 (Graphic Control Extension)
	DisposalMethod:			NoDisposalSpecified (0)
	UserInputExpected:		False
	Transparency:			False
	Delay:				50
	TransparencyIndex:		0
= Block 4 of 11 (Image)
	Left:				0
	Top:				0
	Width:				230
	Height:				230
	Interlaced:			False
	LocalColorTableFlag:		False
	LocalColorTableSorted:		False
	LocalColorTableSize:		2
	LzwMinimumCodeSize:		8
= Block 5 of 11 (Comment Extension)
	Comment:			Frame 2 comment
= Block 6 of 11 (Graphic Control Extension)
	DisposalMethod:			NoDisposalSpecified (0)
	UserInputExpected:		False
	Transparency:			False
	Delay:				100
	TransparencyIndex:		0
= Block 7 of 11 (Image)
	Left:				0
	Top:				0
	Width:				230
	Height:				230
	Interlaced:			False
	LocalColorTableFlag:		True
	LocalColorTableSorted:		False
	LocalColorTableSize:		256
	LzwMinimumCodeSize:		8
= Block 8 of 11 (Comment Extension)
	Comment:			Frame 3 comment
= Block 9 of 11 (Graphic Control Extension)
	DisposalMethod:			DoNotDispose (1)
	UserInputExpected:		False
	Transparency:			True
	Delay:				200
	TransparencyIndex:		96
= Block 10 of 11 (Image)
	Left:				0
	Top:				0
	Width:				230
	Height:				230
	Interlaced:			False
	LocalColorTableFlag:		True
	LocalColorTableSorted:		False
	LocalColorTableSize:		256
	LzwMinimumCodeSize:		8
= Block 11 of 11 (Comment Extension)
	Comment:			This is trailing comment.
Clone this wiki locally