Show / Hide Table of Contents

Class jpeg_component_info

Basic info about one component (color channel).

Inheritance
System.Object
jpeg_component_info
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public class jpeg_component_info

Properties

| Improve this Doc View Source

Ac_tbl_no

AC entropy table selector (0..3)

Declaration
public int Ac_tbl_no { get; set; }
Property Value
Type Description
System.Int32

The AC entropy table selector.

| Improve this Doc View Source

Component_id

Identifier for this component (0..255)

Declaration
public int Component_id { get; set; }
Property Value
Type Description
System.Int32

The component ID.

| Improve this Doc View Source

Component_index

Its index in SOF or Comp_info.

Declaration
public int Component_index { get; set; }
Property Value
Type Description
System.Int32

The component index.

| Improve this Doc View Source

Dc_tbl_no

DC entropy table selector (0..3)

Declaration
public int Dc_tbl_no { get; set; }
Property Value
Type Description
System.Int32

The DC entropy table selector.

| Improve this Doc View Source

Downsampled_width

Gets the downsampled width.

Declaration
public int Downsampled_width { get; }
Property Value
Type Description
System.Int32

The downsampled width.

| Improve this Doc View Source

H_samp_factor

Horizontal sampling factor (1..4)

Declaration
public int H_samp_factor { get; set; }
Property Value
Type Description
System.Int32

The horizontal sampling factor.

| Improve this Doc View Source

Quant_tbl_no

Quantization table selector (0..3)

Declaration
public int Quant_tbl_no { get; set; }
Property Value
Type Description
System.Int32

The quantization table selector.

| Improve this Doc View Source

V_samp_factor

Vertical sampling factor (1..4)

Declaration
public int V_samp_factor { get; set; }
Property Value
Type Description
System.Int32

The vertical sampling factor.

| Improve this Doc View Source

Width_in_blocks

Gets or sets the width in blocks.

Declaration
public int Width_in_blocks { get; set; }
Property Value
Type Description
System.Int32

The width in blocks.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX