C# Class MSIT.NGif.GifEncoder

Afficher le fichier Open project: angelsl/ms-MSIT Class Usage Examples

Méthodes publiques

Méthode Description
AddFrame ( Image im ) : bool
Finish ( ) : bool
SetDelay ( int ms ) : void
SetDispose ( int code ) : void
SetQuality ( int quality ) : void
SetRepeat ( int iter ) : void
SetTransparent ( Color c ) : void
Start ( String file ) : bool

Private Methods

Méthode Description
AnalyzePixels ( ) : void
FindClosest ( Color c ) : int
GetImagePixels ( ) : void
SetSize ( int w, int h ) : void
Start ( FileStream os ) : bool
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 ( Image im ) : bool
im Image
Résultat bool

Finish() public méthode

public Finish ( ) : bool
Résultat bool

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

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

SetTransparent() public méthode

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

Start() public méthode

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