ImageInfo

data class ImageInfo(var height: Int, var width: Int, var maxByteSize: Int)

Image Info.

Constructors

Link copied to clipboard
constructor(height: Int, width: Int, maxByteSize: Int)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var height: Int

Image height in pixels.

Link copied to clipboard

Byte size of the non-hibernating image.

Link copied to clipboard
var width: Int

Image width in pixels.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String