Method
VipsImageclamp
Declaration [src]
int
vips_clamp (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Optional arguments
min
: %gdouble, minimum valuemax
: %gdouble, maximum value
This operation clamps pixel values to a range, by default 0 - 1.
Use min
and max
to change the range.
See also
This method is not directly available to language bindings.