PathImageLoadOptions

data class PathImageLoadOptions(var roi: Rect = Rect(), var loadMode: PathLoadMode = PathLoadMode.EAGER, var encryptionMode: EncryptionMode = EncryptionMode.IF_AVAILABLE) : Parcelable

Options for loading image from path.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(roi: Rect = Rect(), loadMode: PathLoadMode = PathLoadMode.EAGER, encryptionMode: EncryptionMode = EncryptionMode.IF_AVAILABLE)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption mode.

Link copied to clipboard

Load mode.

Link copied to clipboard
var roi: Rect

Region of interest.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject