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
/
Frame
/
Frame
Frame
constructor
(
extended
:
Boolean
,
progressive
:
Boolean
,
precision
:
Int
,
scanLines
:
Int
,
samplesPerLine
:
Int
,
components
:
ArrayList
<
JPEGDecoder.FrameComponent
>
,
componentsOrder
:
ArrayList
<
Int
>
,
maxH
:
Int
=
0
,
maxV
:
Int
=
0
)