setOutputName

open override fun setOutputName(name: String?): CropIntent

Set the name for the output image.

Since

0.4.0

Parameters

name

Output image name. If null, the ImageMgr.getDefaultFileName(".jpg") will be set as the default value.

See also

ImageMgr

Throws