PHP Class React\Gifsocket\GifEncoder

Show file Open project: reactphp/gifsocket

Public Methods

Method Description
__construct ( $loopCount, $disposal = 2, $red = null, $green = null, $blue = null )
addFrame ( $frame, $delay )
finish ( )

Private Methods

Method Description
encodeFrame ( $frame, $delay ) black magic
gifBlockCompare ( $globalBlock, $localBlock, $length )
gifWord ( $int )
writeFooter ( )
writeHeader ( $initialFrame )

Method Details

__construct() public method

public __construct ( $loopCount, $disposal = 2, $red = null, $green = null, $blue = null )

addFrame() public method

public addFrame ( $frame, $delay )

finish() public method

public finish ( )