Show / Hide Table of Contents

Class JQUANT_TBL

DCT coefficient quantization tables.

Inheritance
System.Object
JQUANT_TBL
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 JQUANT_TBL

Properties

| Improve this Doc View Source

Sent_table

Gets or sets a value indicating whether the table has been output to file.

Declaration
public bool Sent_table { get; set; }
Property Value
Type Description
System.Boolean

It's initialized false when the table is created, and set true when it's been output to the file. You could suppress output of a table by setting this to true.

Remarks

This property is used only during compression.

See Also
jpeg_suppress_tables(Boolean)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX