GifTableBasedImage¶
| Qualified name: | Mike42\GfxPhp\Codec\Gif\GifTableBasedImage |
|---|
-
class
GifTableBasedImage¶ -
__construct(GifImageDescriptor $imageDescriptor, int $lzqMinSize, array $dataSubBlocks[, GifColorTable $localColorTable])¶ Parameters: - $imageDescriptor (GifImageDescriptor) –
- $lzqMinSize (int) –
- $dataSubBlocks (array) –
- $localColorTable (GifColorTable) – Default:
null
-
getDataSubBlocks()¶
-
getImageDescriptor()¶
-
getLocalColorTable()¶
-
getLzqMinSize()¶
-
static
fromBin(DataInputStream $in)¶ Parameters: - $in (DataInputStream) –
-