SetaPDF_Core_Image_Gif_Block_LogicalScreenDescriptor Class representing a logical screen descriptor inside of a GIF.
File: /SetaPDF v2/Core/Image/Gif/Block/LogicalScreenDescriptor.php
Class hierarchy
Summary
Properties
$colorResolution
The color resolution.
Value used to hint the richness of the color table, even if entries are missing.
$colorTable
public null|array SetaPDF_Core_Image_Gif_Block_LogicalScreenDescriptor::$colorTable
The global color table.
Static Methods
createExtensionOrImageDescriptor()
public static SetaPDF_Core_Image_Gif_Block_AbstractBlock::createExtensionOrImageDescriptor (
SetaPDF_Core_Reader_Binary $reader
): bool|SetaPDF_Core_Image_Gif_Block_Extension_Application|SetaPDF_Core_Image_Gif_Block_Extension_Comment|SetaPDF_Core_Image_Gif_Block_Extension_GraphicControl|SetaPDF_Core_Image_Gif_Block_Extension_PlainText|SetaPDF_Core_Image_Gif_Block_ImageDescriptorCreates a new block instance (extension or image descriptor).
Parameters
- $reader : SetaPDF_Core_Reader_Binary
Exceptions
Throws SetaPDF_Core_Image_Exception
Methods
__construct()
public SetaPDF_Core_Image_Gif_Block_LogicalScreenDescriptor::__construct (
SetaPDF_Core_Reader_Binary $reader
)The constructor.
Parameters
- $reader : SetaPDF_Core_Reader_Binary
Exceptions
Throws SetaPDF_Core_Image_Exception