dot-nfc
8.0.0
dot-nfc
/
com.innovatrics.dot.image
/
Image
Image
data
class
Image
(
val
format
:
ImageFormat
,
val
size
:
ImageSize
,
val
bytes
:
ByteArray
)
Represents an image.
Constructors
Properties
Constructors
Image
Link copied to clipboard
fun
Image
(
format
:
ImageFormat
,
size
:
ImageSize
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Image bytes.
format
Link copied to clipboard
val
format
:
ImageFormat
Image format.
size
Link copied to clipboard
val
size
:
ImageSize
Image size in pixels.