module

CrImage::Operation::Contrast

Increases contrast of an image

Taking sample image:

Woman with black turtleneck and white background
image.contrast(20)
Contrasted image with value of 10

Instance methods

contrast(value : Float64) : self
Source
contrast!(value : Float64) : self
Source