Show / Hide Table of Contents

Class GIFImageDescriptor

Represents a GIF image descriptor.

Inheritance
System.Object
GIFBlock
GIFImageDescriptor
Inherited Members
GIFBlock.Separator
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GIFImageDescriptor : GIFBlock

Constructors

| Improve this Doc View Source

GIFImageDescriptor()

Initializes a new instance of the GIFImageDescriptor class.

Declaration
public GIFImageDescriptor()

Properties

| Improve this Doc View Source

HasLCT

Gets whether the image contains a local color table.

Declaration
public bool HasLCT { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Height

Gets the height of the image.

Declaration
public ushort Height { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

ImageData

Gets the image table.

Declaration
public byte[][] ImageData { get; set; }
Property Value
Type Description
System.Byte[][]
| Improve this Doc View Source

IsInterlaced

Gets whether the image is interlaced.

Declaration
public bool IsInterlaced { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLCTSorted

Gets whether the local color table is sorted.

Declaration
public bool IsLCTSorted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LCT

Gets the local color table.

Declaration
public byte[, ] LCT { get; set; }
Property Value
Type Description
System.Byte[,]
| Improve this Doc View Source

Left

Gets the left position of the image.

Declaration
public ushort Left { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

LZWMinimumCodeSize

Gets the initial number of bits used for LZW codes in the image data.

Declaration
public byte LZWMinimumCodeSize { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Reserved

Gets the reserved bits.

Declaration
public byte Reserved { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

SizeOfLCT

Gets the size of the local color table.

Declaration
public byte SizeOfLCT { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Top

Gets the top position of the image.

Declaration
public ushort Top { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Width

Gets the width of the image.

Declaration
public ushort Width { get; set; }
Property Value
Type Description
System.UInt16
Back to top Copyright © 2019 Özgür Özçıtak