add

open fun add(receiver: Activity, view: ImageView, uri: URI, options: Options)

add a new job to load a image. Convinence method, all it does is add (new LoadImage (receiver, view, uri));.

Parameters

receiver

reveiver of the work unit

view

view into which the image should be displayed

uri

uri to load the image from