Clase JpegLsPresetCodingParameters
Contenido
[
Ocultar
]Summary: Defines the JPEG-LS preset coding parameters as defined in ISO/IEC 14495-1, C.2.4.1.1.
JPEG-LS defines a default set of parameters, but custom parameters can be used.
When used these parameters are written into the encoded bit stream as they are needed for the decoding process.
Module: aspose.imaging.fileformats.jpeg
Full Name: aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters
Constructors
| Name | Descripción |
|---|---|
| JpegLsPresetCodingParameters() | Inicializa una nueva instancia de la clase JpegLsPresetCodingParameters. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| maximum_sample_value | int | r/w | Obtiene o establece el valor máximo posible para cualquier muestra de imagen en un escaneo. Esto debe ser mayor o igual al valor máximo real de los componentes en un escaneo. |
| reset_value | int | r/w | Obtiene o establece el valor en el que los contadores A, B y N se reducen a la mitad. |
| threshold1 | int | r/w | Obtiene o establece el primer valor de umbral de cuantización para los gradientes locales. |
| threshold2 | int | r/w | Obtiene o establece el valor del segundo umbral de cuantización para los gradientes locales. |
| threshold3 | int | r/w | Obtiene o establece el valor del tercer umbral de cuantización para los gradientes locales. |
Constructor: JpegLsPresetCodingParameters()
JpegLsPresetCodingParameters()
Inicializa una nueva instancia de la clase JpegLsPresetCodingParameters.