setasign\SetaPDF2\Core\Image\Gif\Block

ImageDescriptor Class representing an image descriptor inside of a GIF.

File: /SetaPDF v2/Core/Image/Gif/Block/ImageDescriptor.php
Old class name (alias): \SetaPDF_Core_Image_Gif_Block_ImageDescriptor

Class hierarchy

Summary

Properties

$colorTable

The local color table.

If null, the global color table shall be used.

$data

$height

The frame height.

$interlace

Flag for interlacing.

$left

public int ImageDescriptor::$left

The frame x position from the left.

$minCodeSize

The min code size.

Used for the LZW-Encoding.

$top

public int ImageDescriptor::$top

The frame y position from the top.

$width

public int ImageDescriptor::$width

The frame width.


Static Methods


Methods

__construct()