korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
JPEGDecoder
/
FrameComponent
Frame
Component
class
FrameComponent
(
val
h
:
Int
,
val
v
:
Int
,
var
quantizationIdx
:
Int
)
Members
Constructors
Frame
Component
Link copied to clipboard
constructor
(
h
:
Int
,
v
:
Int
,
quantizationIdx
:
Int
)
Properties
blocks
Link copied to clipboard
var
blocks
:
List
<
List
<
IntArray
>
>
blocks
Per
Column
Link copied to clipboard
var
blocksPerColumn
:
Int
blocks
Per
Line
Link copied to clipboard
var
blocksPerLine
:
Int
h
Link copied to clipboard
val
h
:
Int
huffman
Table
AC
Link copied to clipboard
var
huffmanTableAC
:
List
<
Any
>
huffman
Table
DC
Link copied to clipboard
var
huffmanTableDC
:
List
<
Any
>
pred
Link copied to clipboard
var
pred
:
Int
quantization
Idx
Link copied to clipboard
var
quantizationIdx
:
Int
quantization
Table
Link copied to clipboard
var
quantizationTable
:
IntArray
v
Link copied to clipboard
val
v
:
Int