LoadImage

constructor(receiver: Activity, view: ImageView, uri: URI, options: Options)

Parameters

receiver

receiver activity of the work unit.

view

view into which the image should be displayed. maybe null, then the bitmap is loaded but not displayed.

uri

uri to load the image from.

options

scaling and display options. maybe null for no options.