GifImageDescriptor

Qualified name:Mike42\GfxPhp\Codec\Gif\GifImageDescriptor
class GifImageDescriptor
__construct(int $left, int $top, int $width, int $height, bool $hasLocalColorTable, bool $isInterlaced, bool $hasSortedLocalColorTable, int $localColorTableSize)
Parameters:
  • $left (int) –
  • $top (int) –
  • $width (int) –
  • $height (int) –
  • $hasLocalColorTable (bool) –
  • $isInterlaced (bool) –
  • $hasSortedLocalColorTable (bool) –
  • $localColorTableSize (int) –
getHeight()
getLeft()
getLocalColorTableSize()
getTop()
getWidth()
hasLocalColorTable()
hasSortedLocalColorTable()
isInterlaced()
static fromBin(DataInputStream $in)
Parameters: