SimpleTarget

open fun SimpleTarget()

Constructor for the target that uses SIZE_ORIGINAL as the target width and height.


open fun SimpleTarget(width: Int, height: Int)

Constructor for the target that takes the desired dimensions of the decoded and/or transformed resource.

Parameters

width

The width in pixels of the desired resource.

height

The height in pixels of the desired resource.