Option

sealed class Option

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

Since

1.7.0

Types

Crop
Link copied to clipboard
sealed class Crop : ImageProcessor.Input.Option
ImageProcessor should crop each Input.Frame before processing.
MirrorFramesHorizontally
Link copied to clipboard
object MirrorFramesHorizontally : ImageProcessor.Input.Option
ImageProcessor should mirror each Input.Frame horizontally before processing.
MirrorFramesVertically
Link copied to clipboard
object MirrorFramesVertically : ImageProcessor.Input.Option
ImageProcessor should mirror each Input.Frame vertically before processing.

Inheritors

ImageProcessor.Input.Option
Link copied to clipboard
ImageProcessor.Input.Option
Link copied to clipboard
ImageProcessor.Input.Option
Link copied to clipboard