1. 8-bit grayscale
Original image converted to grayscale values from 0 to 255.
Value: -
Upload an image, convert it to 8-bit grayscale, and compare two threshold-clamped variants side-by-side.
Original image converted to grayscale values from 0 to 255.
Value: -
Pixels below the threshold stay unchanged. Pixels above the threshold are set to the threshold.
Value: -
Pixels below the threshold are set to the threshold. Pixels above the threshold stay unchanged.
Value: -
Notes: the three canvases always use the same source dimensions, and the slider updates both thresholded views immediately.