ImageFileDetails

data class ImageFileDetails(val width: Int, val height: Int, val channels: Int)(source)

Details for an image

Since

0.4.3

Parameters

width

the width of the image in pixels

height

the height of the image in pixels

channels

the number of channels in the image

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, channels: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int