Negative to Positive
Visual Basic |
---|
Public Sub AutoInvertImage( _ ByVal Threshold As Long _ ) |
- Threshold
- Minimum percentage of black pixels in the image to be inverted
VB Example (Visual Basic) | Copy Code |
---|---|
Public Sub T_AutoInvertImage(ByRef Rep As CiRepair) Rep.AutoInvertImage 60 End Sub |