spotify-web-api-kotlin
/
com.soywiz.korim.format.jpg
/
JPEGDecoder
common
J
P
E
G
Decoder
class
JPEGDecoder
Content copied to clipboard
Types
Functions
Sources
Types
Adobe
Link copied to clipboard
common
class
Adobe
(version:
Int
, flags0:
Int
, flags1:
Int
, transformCode:
Boolean
)
Content copied to clipboard
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Component
Link copied to clipboard
common
class
Component
(lines:
List
<
UByteArrayInt
>, scaleX:
Float
, scaleY:
Float
)
Content copied to clipboard
Frame
Link copied to clipboard
common
class
Frame
(extended:
Boolean
, progressive:
Boolean
, precision:
Int
, scanLines:
Int
, samplesPerLine:
Int
, components:
ArrayList
<
JPEGDecoder.FrameComponent
>, componentsOrder:
ArrayList
<
Int
>, maxH:
Int
, maxV:
Int
)
Content copied to clipboard
FrameComponent
Link copied to clipboard
common
class
FrameComponent
(h:
Int
, v:
Int
, quantizationIdx:
Int
)
Content copied to clipboard
HuffmanNode
Link copied to clipboard
common
data class
HuffmanNode
(children:
ArrayList
<
Any
>, index:
Int
)
Content copied to clipboard
ImageData
Link copied to clipboard
common
class
ImageData
(width:
Int
, height:
Int
, data:
UByteArrayInt
)
Content copied to clipboard
ImageInfo
Link copied to clipboard
common
data class
ImageInfo
(width:
Int
, height:
Int
)
Content copied to clipboard
Jfif
Link copied to clipboard
common
class
Jfif
(versionMajor:
Int
, versionMinor:
Int
, densityUnits:
Int
, xDensity:
Int
, yDensity:
Int
, thumbWidth:
Int
, thumbHeight:
Int
, thumbData:
UByteArrayInt
)
Content copied to clipboard
Functions
copyToImageData
Link copied to clipboard
common
fun
copyToImageData
(imageData:
JPEGDecoder.ImageData
)
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
parse
Link copied to clipboard
common
fun
parse
(data:
UByteArrayInt
)
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard