C# Class NGif.AnimatedGifEncoder

Afficher le fichier Open project: TheFabFab/ObservableLinq Class Usage Examples

Protected Properties

Свойство Type Description
closeStream bool
colorDepth int
colorTab byte[]
delay int
dispose int
firstFrame bool
fs Stream
height int
image WriteableBitmap
indexedPixels byte[]
palSize int
pixels byte[]
repeat int
sample int
sizeSet bool
started bool
transIndex int
transparent Color
usedEntry bool[]
width int

Méthodes publiques

Méthode Description
AddFrame ( WriteableBitmap im ) : bool
Finish ( ) : bool
SetDelay ( int ms ) : void
SetDispose ( int code ) : void
SetFrameRate ( float fps ) : void
SetQuality ( int quality ) : void
SetRepeat ( int iter ) : void
SetSize ( int w, int h ) : void
SetTransparent ( Color c ) : void
Start ( Stream os ) : bool
Start ( String file ) : bool

Méthodes protégées

Méthode Description
AnalyzePixels ( ) : void
FindClosest ( Color c ) : int
GetImagePixels ( ) : void
WriteGraphicCtrlExt ( ) : void
WriteImageDesc ( ) : void
WriteLSD ( ) : void
WriteNetscapeExt ( ) : void
WritePalette ( ) : void
WritePixels ( ) : void
WriteShort ( int value ) : void
WriteString ( String s ) : void

Method Details

AddFrame() public méthode

public AddFrame ( WriteableBitmap im ) : bool
im WriteableBitmap
Résultat bool

AnalyzePixels() protected méthode

protected AnalyzePixels ( ) : void
Résultat void

FindClosest() protected méthode

protected FindClosest ( Color c ) : int
c Color
Résultat int

Finish() public méthode

public Finish ( ) : bool
Résultat bool

GetImagePixels() protected méthode

protected GetImagePixels ( ) : void
Résultat void

SetDelay() public méthode

public SetDelay ( int ms ) : void
ms int
Résultat void

SetDispose() public méthode

public SetDispose ( int code ) : void
code int
Résultat void

SetFrameRate() public méthode

public SetFrameRate ( float fps ) : void
fps float
Résultat void

SetQuality() public méthode

public SetQuality ( int quality ) : void
quality int
Résultat void

SetRepeat() public méthode

public SetRepeat ( int iter ) : void
iter int
Résultat void

SetSize() public méthode

public SetSize ( int w, int h ) : void
w int
h int
Résultat void

SetTransparent() public méthode

public SetTransparent ( Color c ) : void
c Color
Résultat void

Start() public méthode

public Start ( Stream os ) : bool
os Stream
Résultat bool

Start() public méthode

public Start ( String file ) : bool
file String
Résultat bool

WriteGraphicCtrlExt() protected méthode

protected WriteGraphicCtrlExt ( ) : void
Résultat void

WriteImageDesc() protected méthode

protected WriteImageDesc ( ) : void
Résultat void

WriteLSD() protected méthode

protected WriteLSD ( ) : void
Résultat void

WriteNetscapeExt() protected méthode

protected WriteNetscapeExt ( ) : void
Résultat void

WritePalette() protected méthode

protected WritePalette ( ) : void
Résultat void

WritePixels() protected méthode

protected WritePixels ( ) : void
Résultat void

WriteShort() protected méthode

protected WriteShort ( int value ) : void
value int
Résultat void

WriteString() protected méthode

protected WriteString ( String s ) : void
s String
Résultat void

Property Details

closeStream protected_oe property

protected bool closeStream
Résultat bool

colorDepth protected_oe property

protected int colorDepth
Résultat int

colorTab protected_oe property

protected byte[] colorTab
Résultat byte[]

delay protected_oe property

protected int delay
Résultat int

dispose protected_oe property

protected int dispose
Résultat int

firstFrame protected_oe property

protected bool firstFrame
Résultat bool

fs protected_oe property

protected Stream fs
Résultat Stream

height protected_oe property

protected int height
Résultat int

image protected_oe property

protected WriteableBitmap image
Résultat WriteableBitmap

indexedPixels protected_oe property

protected byte[] indexedPixels
Résultat byte[]

palSize protected_oe property

protected int palSize
Résultat int

pixels protected_oe property

protected byte[] pixels
Résultat byte[]

repeat protected_oe property

protected int repeat
Résultat int

sample protected_oe property

protected int sample
Résultat int

sizeSet protected_oe property

protected bool sizeSet
Résultat bool

started protected_oe property

protected bool started
Résultat bool

transIndex protected_oe property

protected int transIndex
Résultat int

transparent protected_oe property

protected Color transparent
Résultat Color

usedEntry protected_oe property

protected bool[] usedEntry
Résultat bool[]

width protected_oe property

protected int width
Résultat int