Option

sealed class Option

Defines possible Output usage options that ImageProcessor should consider when interacting with it.

Since

1.5.1

Types

ClearOnDisconnect
Link copied to clipboard
class ClearOnDisconnect(@ColorInt() color: Int) : ImageProcessor.Output.Option
When ImageProcessor disconnects an Output, its contents should be cleared to the specified color.
IgnoreDeviceRotation
Link copied to clipboard
object IgnoreDeviceRotation : ImageProcessor.Output.Option
When ImageProcessor renders an Output, the current device rotation should not be taken into account when applying the provided rotationDegrees to the output's final transformation.

Inheritors

ImageProcessor.Output.Option
Link copied to clipboard
ImageProcessor.Output.Option
Link copied to clipboard