FFMpegAnimatedGif
in package
Serves as a compatibility adapter for old ffmpeg-php extension.
Table of Contents
- $adaptee : AnimatedGif
- __clone() : mixed
- __construct() : mixed
- __destruct() : mixed
- addFrame() : mixed
Properties
$adaptee
protected
AnimatedGif
$adaptee
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__construct()
public
__construct(mixed $outFilePath, mixed $width, mixed $height, mixed $frameRate, mixed $loopCount) : mixed
Parameters
- $outFilePath : mixed
- $width : mixed
- $height : mixed
- $frameRate : mixed
- $loopCount : mixed
Return values
mixed —__destruct()
public
__destruct() : mixed
Return values
mixed —addFrame()
public
addFrame(FFMpegFrame $frame) : mixed
Parameters
- $frame : FFMpegFrame