dot-nfc
7.5.5
dot-nfc
/
com.innovatrics.dot.image
Package-level
declarations
Types
Types
Image
Link copied to clipboard
data
class
Image
(
val
format
:
ImageFormat
,
val
size
:
ImageSize
,
val
bytes
:
ByteArray
)
Represents an image.
Image
Format
Link copied to clipboard
enum
ImageFormat
:
Enum
<
ImageFormat
>
Image format.
Image
Size
Link copied to clipboard
data
class
ImageSize
(
val
width
:
Int
,
val
height
:
Int
)
Represents image size in pixels.