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 SourceAc_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. |
Component_id
Identifier for this component (0..255)
Declaration
public int Component_id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The component ID. |
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. |
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. |
Downsampled_width
Gets the downsampled width.
Declaration
public int Downsampled_width { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The downsampled width. |
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. |
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. |
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. |
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. |