Class InputSettings (2.0.0)

public class InputSettings

InputSettings represents the different settings to specify how an Image is interpreted by a transform.

Inheritance

java.lang.Object > InputSettings

Constructors

InputSettings()

public InputSettings()

Create an InputSettings with default orientation correction of OrientationCorrection#UNCHANGED_ORIENTATION.

Methods

getOrientationCorrection()

public InputSettings.OrientationCorrection getOrientationCorrection()

Get what action to take with respect to correcting image orientation based on image metadata.

Returns
TypeDescription
InputSettings.OrientationCorrection

what should be done to correct orientation

setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)

public void setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)

Set what action to take with respect to correcting image orientation based on image metadata.

Parameter
NameDescription
orientationCorrectionInputSettings.OrientationCorrection

what should be done to correct orientation