//scanning/com.pixelnetica.scanning/RefineFeature
RefineFeature
sealed class RefineFeature
Values for ScanPicture.refine must be collect to list by one each type
Inheritors
| Rectify |
| Display |
| Profile |
| Shadows |
| KeepColor |
Types
| Name | Summary |
|---|---|
| Display | [androidJvm] class Display(orientation: ScanOrientation) : RefineFeature Rotate image to specified ScanOrientation after processing |
| KeepColor | [androidJvm] class KeepColor(keepColor: Boolean = false) : RefineFeature Don’t assign color hint to output |
| Profile | [androidJvm] class Profile(type: RefineFeature.Profile.Type) : RefineFeature |
| Rectify | [androidJvm] abstract class Rectify : RefineFeature Rectify (crop) modes |
| Shadows | [androidJvm] class Shadows(shadows: Boolean = false) : RefineFeature Apply shadows compensation. Equals to ScanPicture.shadows = shadows |